unit_type
string
repo_path
string
commit_id
string
stars
int32
unit_prefix
string
shard
int32
license_types
list
files
list
quality
dict
flags
dict
ansible_role
lynlon/script
cf01dae7c7725ec75eb5139946ae8526753296a2
0
ansible/roles/init
7,534
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yml", "content": "- name: copy package\n copy: src=rsync/etc dest=/\n tags: cppkg\n \n- name: tar nginx\n shell: /bin/chmod 600 /etc/rsyncd/.rsyncd.passwd\n \n- name: yum install\n yum: name={{ item }} state=latest\n with_items:\n - rsync\n - xinetd\n\n \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 873, "all_permissive": false }
ansible_role
lynlon/script
cf01dae7c7725ec75eb5139946ae8526753296a2
0
ansible/roles/nginx
7,534
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: copy package\n copy: src=nginx-1.13.6.tar.gz dest=/usr/local/src/nginx-1.13.6.tar.gz\n tags: cppkg\n \n- name: tar nginx\n shell: cd /usr/local/src;tar -xf nginx-1.13.6.tar.gz\n \n- name: yum install\n yum: name={{ item }} state=latest\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 915, "all_permissive": false }
ansible_role
SUSE/rookcheck
064713f0f4e8d3a868615a2319b26f93c3108313
4
tests/assets/ansible/roles/caasp
7,534
[ "permissive" ]
[ { "path": "tests/assets/ansible/roles/caasp/tasks/Suse.yaml", "content": "---\n- name: Ensure zypper will auto accept Licences\n lineinfile:\n path: /etc/zypp/zypper.conf\n regexp: '^# autoAgreeWithLicenses = no'\n line: 'autoAgreeWithLicenses = yes'\n\n- name: add repositories\n zypper_repositor...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2371, "all_permissive": true }
ansible_role
SUSE/rookcheck
064713f0f4e8d3a868615a2319b26f93c3108313
4
tests/assets/ansible/roles/kubernetes_vanilla
7,534
[ "permissive" ]
[ { "path": "tests/assets/ansible/roles/kubernetes_vanilla/templates/kubelet.service.j2", "content": "[Unit]\nDescription=kubelet: The Kubernetes Node Agent\nDocumentation=http://kubernetes.io/docs/\n\n[Service]\nEnvironment=\"KUBELET_KUBECONFIG_ARGS=--bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.co...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 9147, "all_permissive": true }
ansible_role
SUSE/rookcheck
064713f0f4e8d3a868615a2319b26f93c3108313
4
tests/assets/ansible/roles/node_base
7,534
[ "permissive" ]
[ { "path": "tests/assets/ansible/roles/node_base/vars/sles-15.yaml", "content": "---\nsle_major: \"{{ ansible_distribution_version.split('.')[0] }}\"\nsle_minor: \"{{ ansible_distribution_version.split('.')[1] }}\"\n\nnode_base_repositories:\n basesystem_product: http://download.suse.de/ibs/SUSE/Products/SL...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6501, "all_permissive": true }
ansible_role
SUSE/rookcheck
064713f0f4e8d3a868615a2319b26f93c3108313
4
tests/assets/ansible/roles/rook
7,534
[ "permissive" ]
[ { "path": "tests/assets/ansible/roles/rook/tasks/sles-15.yml", "content": "---\n- name: add repositories\n zypper_repository:\n name: '{{ _repo.key }}'\n repo: '{{ _repo.value }}'\n state: present\n auto_import_keys: yes\n loop: \"{{ lookup('dict', ses_repositories) }}\"\n loop_control:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1028, "all_permissive": true }
ansible_role
lndrfox/DevOps
ec2b05d20538251051583631051aee6bc04bf3b2
0
TP-Part03/ansible/roles/backend
7,534
[ "no_license" ]
[ { "path": "TP-Part03/ansible/roles/backend/tasks/main.yml", "content": "---\n# tasks file for roles/backend\n- name: Create backend container and connect to network\n community.docker.docker_container:\n name: backend\n image: \"robinarnoux/backend:latest\"\n networks:\n - name: \"app-network...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
lndrfox/DevOps
ec2b05d20538251051583631051aee6bc04bf3b2
0
TP-Part03/ansible/roles/database
7,534
[ "no_license" ]
[ { "path": "TP-Part03/ansible/roles/database/tasks/main.yml", "content": "---\n# tasks file for roles/database\n- name: Create db container and connect to network\n community.docker.docker_container:\n name: database\n image: \"robinarnoux/database:latest\"\n networks:\n - name: \"app-network\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
lndrfox/DevOps
ec2b05d20538251051583631051aee6bc04bf3b2
0
TP-Part03/ansible/roles/docker_network
7,534
[ "no_license" ]
[ { "path": "TP-Part03/ansible/roles/docker_network/tasks/main.yml", "content": "---\n# tasks file for roles/docker_network\n- name: Create a network\n community.docker.docker_network:\n name: app-network", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
lndrfox/DevOps
ec2b05d20538251051583631051aee6bc04bf3b2
0
TP-Part03/ansible/roles/docker_volume
7,534
[ "no_license" ]
[ { "path": "TP-Part03/ansible/roles/docker_volume/vars/main.yml", "content": "---\n# vars file for roles/docker_volume\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "TP-Part03/ansible/roles/docker_volume/tests/test.yml", "content": "---\n- ho...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 484, "all_permissive": false }
ansible_role
lndrfox/DevOps
ec2b05d20538251051583631051aee6bc04bf3b2
0
TP-Part03/ansible/roles/front
7,534
[ "no_license" ]
[ { "path": "TP-Part03/ansible/roles/front/tasks/main.yml", "content": "---\n# tasks file for roles/front\n# tasks file for roles/backend\n- name: Create front container and connect to network\n community.docker.docker_container:\n name: front\n image: \"robinarnoux/front:latest\"\n networks:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
lndrfox/DevOps
ec2b05d20538251051583631051aee6bc04bf3b2
0
TP-Part03/ansible/roles/httpd
7,534
[ "no_license" ]
[ { "path": "TP-Part03/ansible/roles/httpd/tasks/main.yml", "content": "---\n# tasks file for roles/httpd\n- name: Create httpd container and connect to network\n community.docker.docker_container:\n name: httpd\n image: \"robinarnoux/httpd:latest\"\n networks:\n - name: \"app-network\"\n po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
brian030128/kubespray
b2ce2a724940288d57111e21d979d36a8cd17ba5
0
contrib/os-services/roles/prepare
7,534
[ "no_license" ]
[ { "path": "contrib/os-services/roles/prepare/tasks/main.yml", "content": "---\n- name: Disable firewalld and ufw\n when:\n - disable_service_firewall is defined and disable_service_firewall\n block:\n - name: List services\n service_facts:\n\n - name: Disable service firewalld\n systemd_service:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 593, "all_permissive": false }
ansible_role
brian-jarvis/ocp4-ansible-config
7b0741d914faca4b4498acd1e48d1a8f8ef9deb5
0
roles/logging-operator
7,534
[ "no_license" ]
[ { "path": "roles/logging-operator/templates/elastic-catalogsourceconfig.yml.j2", "content": "apiVersion: \"operators.coreos.com/v1\"\nkind: \"CatalogSourceConfig\"\nmetadata:\n name: \"elasticsearch\"\n namespace: \"openshift-marketplace\"\nspec:\n targetNamespace: \"{{ elastic_namespace }}\" \n package...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 8485, "all_permissive": false }
ansible_role
holms/ansible-coreos
a37d7e493ff3712d4c4155cc45044abd655bbbec
2
roles/coreos
7,534
[ "no_license" ]
[ { "path": "roles/coreos/tasks/do.yml", "content": "---\n\n- name: Digital Ocean | Get ssh key id's\n uri:\n url: \"https://api.digitalocean.com/v2/account/keys\"\n HEADER_Authorization: Bearer {{ coreos.do_token }}\n status_code: 200\n register: ssh_keys\n\n- name: Digital Ocean | Create droplets...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4196, "all_permissive": false }
ansible_role
netgravity/packer_terraform
623664686f9b040dccf681feac97ff944ff620d2
0
ansible/roles/vim1
7,534
[ "no_license" ]
[ { "path": "ansible/roles/vim1/tasks/main.yml", "content": "---\n- name: Install vim\n apt:\n pkg:\n - \"vim-gtk\"\n state: latest\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
tekkon7278/cms-ansible
ef945ca44974cc433e62554a62e02c24be23c0b4
0
roles/application
7,534
[ "no_license" ]
[ { "path": "roles/application/files/compose/.env", "content": "MYSQL_ROOT_PASSWORD=<PASSWORD>\nMYSQL_USER_PASSWORD=<PASSWORD>\nAPP_DOMAIN={{ app_domain }}\nAPP_GIT_URL={{ app_git_url }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/applicat...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3827, "all_permissive": false }
ansible_role
tekkon7278/cms-ansible
ef945ca44974cc433e62554a62e02c24be23c0b4
0
roles/docker
7,534
[ "no_license" ]
[ { "path": "roles/docker/tasks/directory.yml", "content": "---\n\n- name: Create compose directory\n file:\n path: \"{{ docker_compose_directory }}\"\n state: directory\n \n- name: Create mount directory\n file:\n path: \"{{ docker_mount_directory }}\"\n state: directory", "license_type"...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 695, "all_permissive": false }
ansible_role
tekkon7278/cms-ansible
ef945ca44974cc433e62554a62e02c24be23c0b4
0
roles/host
7,534
[ "no_license" ]
[ { "path": "roles/host/tasks/package.yml", "content": "---\n\n- name: Update packages\n dnf: \n name: '*'\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/host/tasks/timezone.yml", "content": "---\n\n- name: set timez...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 223, "all_permissive": false }
ansible_role
mekanix/jail-radicale
f02f7c94c05bb63230f8b7d2f84f58602a455be3
0
ansible/roles/radicale
7,534
[ "no_license" ]
[ { "path": "ansible/roles/radicale/templates/radicale.j2", "content": "radicale_enable=\"YES\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "ansible/roles/radicale/vars/main.yml", "content": "---\nradicale_packages:\n - name: \"{{ python_pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 494, "all_permissive": false }
ansible_role
Fenikks/devops-files-23.08
0dd6c19a8f13595bd77def3a7127f39c9d94daa9
0
03-4-ansible/files/3_/roles/wcg
7,534
[ "no_license" ]
[ { "path": "03-4-ansible/files/3_/roles/wcg/tasks/main.yml", "content": "---\n- name: Create wcg group\n group:\n name: wcg\n state: present\n tags:\n - create_users\n\n- name: Create wcg user\n user:\n name: wcg\n comment: Word Cloud Generator\n group: wcg\n tags:\n - create_users\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1680, "all_permissive": false }
ansible_role
jrgoldfinemiddleton/ansible-collection-example1
672554fd46a103f4d25e6101e0621621f017cd57
0
roles/user
7,537
[ "no_license" ]
[ { "path": "roles/user/defaults/main.yml", "content": "---\n\nuser_list: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "roles/user/tasks/main.yml", "content": "---\n\n- name: Add or remove users\n user:\n append: \"{{ user.append | d(o...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1684, "all_permissive": false }
ansible_role
skaparth15/ansible-expense-roles
fadef498e98ac75402b2a5f65873c25393eb5331
0
roles/backend
7,537
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yaml", "content": "login_password: <PASSWORD>\nlogin_host: database-expense.ilovedevops.fun\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/backend/tasks/main.yaml", "content": "- name: disabling the...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1860, "all_permissive": false }
ansible_role
skaparth15/ansible-expense-roles
fadef498e98ac75402b2a5f65873c25393eb5331
0
roles/common
7,537
[ "no_license" ]
[ { "path": "roles/common/tasks/deployement.yaml", "content": "- name: creating a directory for application\n ansible.builtin.file:\n path: /app\n state: directory\n\n- name: downloading the code from the given url\n ansible.builtin.get_url:\n url: https://expense-builds.s3.us-east-1.amazonaws.com/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 886, "all_permissive": false }
ansible_role
skaparth15/ansible-expense-roles
fadef498e98ac75402b2a5f65873c25393eb5331
0
roles/db
7,537
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yaml", "content": "- name: installing the mysql\n ansible.builtin.dnf:\n name: mysql-server\n state: present\n\n- name: stsrting the systemctl service for mysql\n ansible.builtin.systemd_service:\n name: mysqld\n enabled: true\n state: started\n\n- name: insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 980, "all_permissive": false }
ansible_role
skaparth15/ansible-expense-roles
fadef498e98ac75402b2a5f65873c25393eb5331
0
roles/frontend
7,537
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "- name: installating nginx server\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: removing the existing files\n\n\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: creating the html director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1070, "all_permissive": false }
ansible_role
woz5999/ansible-projects
a05a1aee4bfe92b67273df09c6cd5069eb92a41c
0
roles/common
7,537
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\nbase_packages:\n - cifs-utils\n - python-setuptools\n - python-dev\n - build-essential\nvolume: 0dB\nwifi_config_file: /etc/wpa_supplicant/wpa_supplicant.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1575, "all_permissive": false }
ansible_role
woz5999/ansible-projects
a05a1aee4bfe92b67273df09c6cd5069eb92a41c
0
roles/mopidy
7,537
[ "no_license" ]
[ { "path": "roles/mopidy/tasks/check_vars.yml", "content": "---\n- name: Check wifi password is set\n fail:\n msg: Required var wifi_password not set\n when: wifi_password is not defined\n\n- name: Check media_username is set\n fail:\n msg: Required var media_username not set\n when: media_username...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3471, "all_permissive": false }
ansible_role
woz5999/ansible-projects
a05a1aee4bfe92b67273df09c6cd5069eb92a41c
0
roles/ouimeaux
7,537
[ "no_license" ]
[ { "path": "roles/ouimeaux/tasks/packages.yml", "content": "---\n- name: Install pre-reqs\n become: yes\n pip:\n name: docker-py\n state: latest\n\n- name: Add docker apt key\n become: yes\n apt_key:\n url: \"https://apt.dockerproject.org/gpg\"\n state: present\n\n- name: Add docker apt-repos...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1015, "all_permissive": false }
ansible_role
DanielTezolin/kubernetes_boilerplate
d81fbdc5521bf21c0ce44068ca93ae757427cda7
1
ansible/roles/docker
7,537
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Atualizar a lista de pacotes\n become: true\n apt:\n update_cache: yes\n\n- name: Instalar pacotes necessários para adicionar repositórios APT\n become: true\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1566, "all_permissive": false }
ansible_role
DanielTezolin/kubernetes_boilerplate
d81fbdc5521bf21c0ce44068ca93ae757427cda7
1
ansible/roles/kubernetes
7,537
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes/tasks/main.yml", "content": "- name: Atualizar a lista de pacotes\n become: true\n apt:\n update_cache: yes\n\n- name: Instalar pacotes necessários\n become: true\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gpg\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3876, "all_permissive": false }
ansible_role
DanielTezolin/kubernetes_boilerplate
d81fbdc5521bf21c0ce44068ca93ae757427cda7
1
ansible/roles/setup
7,537
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/main.yml", "content": "- name: Update system\n become: true\n apt:\n update_cache: yes\n\n- name: Criar arquivo hosts se não existir\n become: true\n file:\n path: /etc/hosts\n state: touch\n\n- name: Garantir que o hostname está resolvível\n become: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
nisanthjs/Ansible_Azure_Scripts
98ff2bcb581ff10a26dbfe0831c81aa96811527e
0
roles/mysql
7,537
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n - name: Check if Mysql Configured\n stat:\n path: /var/tmp/mysqlconfigured\n register: stat_result\n\n - name: Install the MySQL packages\n apt: name={{ item }} state=installed update_cache=yes\n with_items:\n - mysql-server\n - m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1634, "all_permissive": false }
ansible_role
nisanthjs/Ansible_Azure_Scripts
98ff2bcb581ff10a26dbfe0831c81aa96811527e
0
roles/tomcat8
7,537
[ "no_license" ]
[ { "path": "roles/tomcat8/files/install-webapp.sh", "content": "webapp_ver=$1\nwget http://mastervm.centralus.cloudapp.azure.com:8081/nexus/content/repositories/Silos_Repo/com/devops/azure/silos/$webapp_ver/silos-$webapp_ver.war -O /tmp/silos.war\nwebapps_dir=/usr/share/tomcat/webapps/\n# Remove existing ass...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2958, "all_permissive": false }
ansible_role
masoud-maghsoudi/ansible-role-zabbix-server
3d5f5d016318bb8f6ba85451324308e5fd5b1483
0
roles/zabbix_server_apache_mysql
7,537
[ "no_license" ]
[ { "path": "roles/zabbix_server_apache_mysql/tasks/php8_repo_RedHat.yml", "content": "---\n#Debian and Ubuntu\n- name: Install required repositories for PHP 8 - dnf\n block:\n - name: Add repository Remi for PHP 8\n dnf:\n name: \"http://rpms.remirepo.net/enterprise/remi-release-{{ ansible_di...
{ "task_files": 10, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 21, "total_bytes": 8589, "all_permissive": false }
ansible_role
souravdinda/ansible_work
801477f586510362e649f46ceb1f22757f456836
0
roles/deployment
7,537
[ "no_license" ]
[ { "path": "roles/deployment/tasks/main.yml", "content": "- name : \" creating deployment\"\n command : \"kubectl create deploy myd --image=vimal13/apache-webserver-php\"\n- name: \"scale out\"\n command : \"kubectl scale deploy myd --replicas=4\"\n- name : \"expose deployment\"\n command : \"kubectl expo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
souravdinda/ansible_work
801477f586510362e649f46ceb1f22757f456836
0
roles/wordpress_mysql
7,537
[ "no_license" ]
[ { "path": "roles/wordpress_mysql/tasks/main.yml", "content": "---\n# tasks file for wordpress_mysql\n\n- name: \"pulling mysql image\"\n shell: \"kubectl run mydb --image=mysql:5.7 --env=MYSQL_ROOT_PASSWORD=<PASSWORD> --env=MYSQL_DATABASE=wpdb --env=MYSQL_USER=sourav --env=MYSQL_PASSWORD=<PASSWORD>\"\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 774, "all_permissive": false }
ansible_role
saiyadaz/expense-ansible1
4d8436d8c7f22121297ee9d3f6930a53277c89b4
0
roles/Jenkins
7,537
[ "no_license" ]
[ { "path": "roles/Jenkins/vars/main.yml", "content": "vault_token: \"{{ lookup('ansible.builtin.env', 'vault_token') }}\"\nsecrets: \"{{lookup('hashi_vault', 'secret=common/data/common token={{ vault_token }} url=https://vault.rdevops6a.online:8200 validate_certs=False')}}\"\njenkins_setup: false\njenkins_jo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1194, "all_permissive": false }
ansible_role
NathaelB/sncf-graph-rust
93f76c5feaf08f755e2fa797145ef6073189a9ed
0
ansible/roles/mongo_cluster
7,537
[ "no_license" ]
[ { "path": "ansible/roles/mongo_cluster/tasks/init_shards.yml", "content": "---\n- name: Initialisation des shards\n community.docker.docker_container_exec:\n container: \"{{ item.name }}\"\n command: >\n mongo --eval 'rs.initiate({_id: \"{{ item.replica_set }}\", members: [{ _id: 0, host: \"{{ i...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1486, "all_permissive": false }
ansible_role
NiniiGit/Ansible_work
a63e633175688bcea92aa2ec0389772db6246c0e
0
roles/DISK-SPACE-POST-VERIFY
7,537
[ "no_license" ]
[ { "path": "roles/DISK-SPACE-POST-VERIFY/tasks/main.yml", "content": "---\n - name: \"Remove older deploy directory for {{role_name}}\"\n file:\n path: /ehc/fs1/home/infog/deploy/EDA/DCLOUD-EDA-DISK-SPACE-POST-VERIFY/\n state: absent\n\n\n - name: \"Creates new deploy directory for {{role_name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2047, "all_permissive": false }
ansible_role
NiniiGit/Ansible_work
a63e633175688bcea92aa2ec0389772db6246c0e
0
roles/DISK-SPACE-PRE-VERIFY
7,537
[ "no_license" ]
[ { "path": "roles/DISK-SPACE-PRE-VERIFY/tasks/main.yml", "content": "---\n - name: \"Remove older deploy directory for {{role_name}}\"\n file:\n path: /ehc/fs1/home/infog/deploy/EDA/DCLOUD-EDA-DISK-SPACE-PRE-VERIFY/\n state: absent\n\n\n - name: \"Creates new deploy directory for {{role_name}}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2051, "all_permissive": false }
ansible_role
NiniiGit/Ansible_work
a63e633175688bcea92aa2ec0389772db6246c0e
0
roles/DISK-SPACE-RESOLUTION
7,537
[ "no_license" ]
[ { "path": "roles/DISK-SPACE-RESOLUTION/templates/custom/DCLOUD-EDA-DISK-SPACE-RESOLUTION.sh.j2", "content": "#!/bin/bash\nsource ~/.bashrc\n\n\ndu -h -d 2 -t 100M /ehc/fs1/adp/delgate/data/*/*.sql > HIGH_size_SQL_files.txt\n\ncat HIGH_size_SQL_files.txt| sed 's/^.\\{4\\}//'|sed \"s/^[ \\t]*//\" > /ehc/fs1/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2514, "all_permissive": false }
ansible_role
NiniiGit/Ansible_work
a63e633175688bcea92aa2ec0389772db6246c0e
0
roles/sample-POST-VERIFY
7,537
[ "no_license" ]
[ { "path": "roles/sample-POST-VERIFY/tasks/main.yml", "content": "---\n- name: Post verify\n block:\n\n - debug:\n msg: \"EDA_POST_VerificationResult Passed\"\n tags:\n - post-verify\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
NiniiGit/Ansible_work
a63e633175688bcea92aa2ec0389772db6246c0e
0
roles/sample-RESOLUTION
7,537
[ "no_license" ]
[ { "path": "roles/sample-RESOLUTION/templates/StartService.ps1.j2", "content": "\n\n$SrvcRac=\"{{ServiceName}}\"\n\n## mycode\n## Write-Host \"`r`nStart Services:`r`n\"\n\nif ( \"$SrvcRac\" -ne \"\" )\n{\n\t$service_name = Get-Service $SrvcRac\n\n\t$SvcName=$service_name.Name\n\n\t$SvcStartupType=Get-WmiObje...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3686, "all_permissive": false }
ansible_role
TIBHannover/dspace-box
9234459657d9199938dd4ff06d1dd61a378d2a77
1
ansible/roles/docker-setup
7,537
[ "no_license" ]
[ { "path": "ansible/roles/docker-setup/tasks/main.yml", "content": "---\n- name: Install docker\n become: yes\n import_role:\n name: geerlingguy.docker\n vars:\n docker_users:\n - \"{{ work_user }}\"\n docker_daemon_options:\n data-root: \"{{ docker_data_root | default('/var/lib/docker'...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1671, "all_permissive": false }
ansible_role
TIBHannover/dspace-box
9234459657d9199938dd4ff06d1dd61a378d2a77
1
ansible/roles/dspace-backend
7,537
[ "no_license" ]
[ { "path": "ansible/roles/dspace-backend/defaults/main.yml", "content": "dspace_backend_install_dir: \"{{ base_dir }}/dspace-backend\"\ndspace_backend_solr_config_path: \"/opt/solr/server/solr/configsets\"\ndspace_backend_compose_file_path: \"docker-compose.yml.j2\"\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7679, "all_permissive": false }
ansible_role
TIBHannover/dspace-box
9234459657d9199938dd4ff06d1dd61a378d2a77
1
ansible/roles/dspace-frontend
7,537
[ "no_license" ]
[ { "path": "ansible/roles/dspace-frontend/templates/docker-compose.yml.j2", "content": "# This is the docker-compose file to run the frontend of DSpace 7\n# docker-compose file created by The Library Code GmbH.\n#\n# The backend and frontend must have one common network. The backend\n# must know the IP addre...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4901, "all_permissive": false }
ansible_role
TIBHannover/dspace-box
9234459657d9199938dd4ff06d1dd61a378d2a77
1
ansible/roles/init-facts
7,537
[ "no_license" ]
[ { "path": "ansible/roles/init-facts/tasks/main.yml", "content": "\n- set_fact: work_user=\"{{ ansible_user | default(lookup('env', 'USER')) }}\"\n\n- set_fact: base_dir=\"{{ ansible_env.HOME }}\"\n\n- set_fact: public_server_url=\"{{ public_server_protocol }}://{{ public_server_host }}{{ ':' + public_server...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1056, "all_permissive": false }
ansible_role
mohammad-sadeghi-ilaghi/ansible_learn_basic_to_advance
1317078b9a4bd3428f2d2a5631e794d07efb0b44
0
advance/session_3/roles/flask_web
7,537
[ "no_license" ]
[ { "path": "advance/session_3/roles/flask_web/tasks/main.yml", "content": "- name: install my dependecies\n apt: name={{ item }} \n loop: \n - python \n - python-setuptools\n - python-dev \n - build-essential\n - python-pip", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
mohammad-sadeghi-ilaghi/ansible_learn_basic_to_advance
1317078b9a4bd3428f2d2a5631e794d07efb0b44
0
advance/session_3/roles/mysql_db
7,537
[ "no_license" ]
[ { "path": "advance/session_3/roles/mysql_db/tasks/main.yml", "content": "\n- name: install mysql\n apt: name={{ item }} \n loop: \n - mysql-server \n - mysql-client\n- name: service my sql start \n service: \n name: mysql\n state: started\n enabled: yes\n- name: insert in my sql\n mysql_db:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
Railslide/subvenv
c62cedf7955f17a54a75773706abf12cd60c6f0d
4
devtools/ansible/roles/subvenv
7,537
[ "no_license" ]
[ { "path": "devtools/ansible/roles/subvenv/tasks/main.yml", "content": "---\n- name: Install subvenv\n sudo: yes\n command: python setup.py install\n args:\n chdir: \"{{ subvenv.project_folder }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
Railslide/subvenv
c62cedf7955f17a54a75773706abf12cd60c6f0d
4
devtools/ansible/roles/virtualenvwrapper
7,537
[ "no_license" ]
[ { "path": "devtools/ansible/roles/virtualenvwrapper/tasks/main.yml", "content": "---\n- name: Update apt\n sudo: yes\n apt: update_cache=yes\n\n- name: Install pip\n sudo: yes\n apt: pkg=python-pip\n\n- name: Install virtualenvwrapper\n sudo: yes\n pip: name=virtualenvwrapper\n\n- name: Create virtual...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 886, "all_permissive": false }
ansible_role
ramirezpablo137/UTNFRA_SO_2do_TP_Ramirez-
0ebfb895045a7d083923f50758f3b5a718025acb
0
202406/ansible/roles/2do_parcial
7,537
[ "no_license" ]
[ { "path": "202406/ansible/roles/2do_parcial/templates/datos_alumno.txt.j2", "content": "Nombre: Pablo Apellido: Ramirez\nDivision: 116\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "202406/ansible/roles/2do_parcial/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1060, "all_permissive": false }
ansible_role
JuandiNoguera/ansible-wordpress-mariadb
31e14ae00f9e0b2da9ef4f4a57f2a37aa97226db
0
roles/mariadb
7,537
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "- name: ensure mariadb is installed\n apt:\n pkg:\n - mariadb-server\n - python-mysqldb\n state: latest\n- name: create database wordpress\n mysql_db: name={{wordpress_bd}} state=present\n\n- name: create user mysql wordpress\n mysql_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 591, "all_permissive": false }
ansible_role
JuandiNoguera/ansible-wordpress-mariadb
31e14ae00f9e0b2da9ef4f4a57f2a37aa97226db
0
roles/python
7,537
[ "no_license" ]
[ { "path": "roles/python/tasks/mail.yml", "content": "- name: install python\n apt: \n pkg: \n - python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 55, "all_permissive": false }
ansible_role
JuandiNoguera/ansible-wordpress-mariadb
31e14ae00f9e0b2da9ef4f4a57f2a37aa97226db
0
roles/wordpress
7,537
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "- name: install unzip\n apt: \n pkg: \n - unzip\n- name: download wordpress\n get_url: url=https://wordpress.org/latest.zip dest=/tmp/latest.zip mode=0640\n- name: unzip wordpress\n unarchive: src=/tmp/latest.zip dest=/var/www/html copy=no ow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
morjsen/Ansible-Salt
f736db907e37d4c63e5bd74028d24672d2baa89b
0
roles/b2stage-gridftp
7,532
[ "no_license" ]
[ { "path": "roles/b2stage-gridftp/tasks/main.yml", "content": "# irods-provisioner\n#\n# roles/b2stage-gridftp/tasks/main.yml - Ansible playbook for configuring an EUDAT B2STAGE GridFTP for iRODS\n# Author: <NAME>, KTH Royal Institute of Technology\n#\n# Copyright (C) 2016-2017 KTH Royal Institute of Technol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1532, "all_permissive": false }
ansible_role
morjsen/Ansible-Salt
f736db907e37d4c63e5bd74028d24672d2baa89b
0
roles/davrods
7,532
[ "no_license" ]
[ { "path": "roles/davrods/templates/davrods-vhost.conf.j2", "content": "# irods-provisioner\n#\n# roles/davrods/templates/davrods-vhost.conf.j2 - template for davrods apache httpd virtual host\n# Author: <NAME>, KTH Royal Institute of Technology\n#\n# Copyright (C) 2016-2017 KTH Royal Institute of Technology...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9512, "all_permissive": false }
ansible_role
morjsen/Ansible-Salt
f736db907e37d4c63e5bd74028d24672d2baa89b
0
roles/emc-metalnx-web
7,532
[ "no_license" ]
[ { "path": "roles/emc-metalnx-web/tasks/main.yml", "content": "# irods-provisioner\n#\n# roles/emc-metalnx-web/tasks/main.yml - Ansible task for configuring EMC MetaLnx web interface \n# Author: <NAME>, KTH Royal Institute of Technology\n#\n# Copyright (C) 2016-2017 KTH Royal Institute of Technology. All rig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1635, "all_permissive": false }
ansible_role
morjsen/Ansible-Salt
f736db907e37d4c63e5bd74028d24672d2baa89b
0
roles/irods-icat
7,532
[ "no_license" ]
[ { "path": "roles/irods-icat/templates/irods-dot-odbc.ini.j2", "content": "[postgres]\nDriver={{ postgres_prefix }}/lib/psqlodbc.so\nDebug=0\nCommLog=0\nServername=localhost\nDatabase={{ irods_icat_db }}\nReadOnly=no\nKsqo=0\nPort={{ postgres_port }}\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7362, "all_permissive": false }
ansible_role
morjsen/Ansible-Salt
f736db907e37d4c63e5bd74028d24672d2baa89b
0
roles/irods-resource
7,532
[ "no_license" ]
[ { "path": "roles/irods-resource/tasks/main.yml", "content": "# irods-provisioner\n#\n# roles/irods-resource/tasks/main.yml - Ansible playbook for configuring an iRODS resource server\n# Author: <NAME>, KTH Royal Institute of Technology\n#\n# Copyright (C) 2016-2017 KTH Royal Institute of Technology. All rig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2502, "all_permissive": false }
ansible_role
morjsen/Ansible-Salt
f736db907e37d4c63e5bd74028d24672d2baa89b
0
roles/postgres
7,532
[ "no_license" ]
[ { "path": "roles/postgres/templates/postgres-pgpass.j2", "content": "{% if irods_icat_master is defined %}\n{{ hostvars[irods_icat_master]['ha_ipaddr'] }}:{{ postgres_port }}:replication:{{ replication_user }}:{{ replication_passwd }}\n{% endif %}\n{% if irods_icat_slave is defined %}\n{{ hostvars[irods_ica...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5300, "all_permissive": false }
ansible_role
pthapar/experiments
8621cf67141d854ad9ddc25966cbb38c92b6439d
0
k8s-from-scatch/roles/githubixx.kubernetes-ca
7,532
[ "no_license" ]
[ { "path": "k8s-from-scatch/roles/githubixx.kubernetes-ca/templates/cert-etcd-csr.json.j2", "content": "{\n \"CN\": \"{{etcd_csr_cn}}\",\n \"key\": {\n \"algo\": \"{{etcd_csr_key_algo}}\",\n \"size\": {{etcd_csr_key_size}}\n },\n \"names\": [\n {\n \"C\": \"{{etcd_csr_names_c}}\",\n \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 14414, "all_permissive": false }
ansible_role
pthapar/experiments
8621cf67141d854ad9ddc25966cbb38c92b6439d
0
k8s-from-scatch/roles/githubixx.kubernetes-worker
7,532
[ "no_license" ]
[ { "path": "k8s-from-scatch/roles/githubixx.kubernetes-worker/handlers/main.yml", "content": "---\n- name: reload systemd\n command: systemctl daemon-reload\n\n- name: restart kube-proxy\n service:\n name: kube-proxy\n state: restarted\n\n- name: restart kubelet\n service:\n name: kubelet\n st...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 11508, "all_permissive": false }
ansible_role
pthapar/experiments
8621cf67141d854ad9ddc25966cbb38c92b6439d
0
k8s-from-scatch/roles/kubernetes-nginx-proxy
7,532
[ "no_license" ]
[ { "path": "k8s-from-scatch/roles/kubernetes-nginx-proxy/templates/etc/systemd/system/nginx-rev-proxy.service.j2", "content": "#jinja2: trim_blocks:False\n[Unit]\nDescription=Kubernetes Worker reverse proxy \n\n[Service]\nPIDFile=/run/nginx.pid\nExecStart={{nginx_bin_dir}}/nginx\nRestart=on-failure\nRestartS...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3947, "all_permissive": false }
ansible_role
kirkkr/artifactorypro
51432bc6aa063d1352275a6d699a0ff63b31b01a
0
roles/artifactorypro
7,532
[ "no_license" ]
[ { "path": "roles/artifactorypro/tasks/RedHat.yml", "content": "---\n- name: Logger\n shell: \"echo {{ date }}: artifactorypro/tasks/RedHat.yml - Start >>{{ log_file }}\"\n\n- name: Logger\n shell: \"echo {{ date }}: Get ArtifactoryPro from storage >>{{ log_file }}\"\n\n- name: Logger\n shell: \"echo {{ d...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1670, "all_permissive": false }
ansible_role
lebriton/dotfiles
97ec672c502652bf7c411b253ce3438b3924e04e
0
roles/bash
7,532
[ "no_license" ]
[ { "path": "roles/bash/files/.bash_aliases", "content": "#####################################################################\n# WARNING: This file is managed by Ansible.\n# Do not manually edit this file.\n# Any manual changes will be overwritten the next time Ansible runs.\n###############################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3912, "all_permissive": false }
ansible_role
lebriton/dotfiles
97ec672c502652bf7c411b253ce3438b3924e04e
0
roles/firefox
7,532
[ "no_license" ]
[ { "path": "roles/firefox/tasks/main.yaml", "content": "- name: Install Firefox\n apt:\n name: firefox\n become: yes\n\n- name: Find the Firefox extensions root directory\n find:\n file_type: directory\n paths: \"{{ ansible_env.HOME }}/.mozilla/firefox\"\n patterns: (.*).default-release\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
lebriton/dotfiles
97ec672c502652bf7c411b253ce3438b3924e04e
0
roles/fonts
7,532
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yaml", "content": "\n- name: Install fonts\n get_url:\n url: \"https://github.com/lebriton/fonts/raw/main/{{ item }}\"\n dest: \"~/.local/share/fonts/{{ item }}\"\n loop: \"{{ font_file_list }}\"\n ignore_errors: true\n register: font_list\n\n- name: Clear and reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
lebriton/dotfiles
97ec672c502652bf7c411b253ce3438b3924e04e
0
roles/general
7,532
[ "no_license" ]
[ { "path": "roles/general/tasks/copy_with_backup.yaml", "content": "- name: Get the checksum of the source file\n stat:\n path: \"{{ src }}\"\n register: src_file\n\n- name: Get the checksum of the destination file\n stat:\n path: \"{{ dest }}\"\n register: dest_file\n ignore_errors: yes # Handle...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1144, "all_permissive": false }
ansible_role
lebriton/dotfiles
97ec672c502652bf7c411b253ce3438b3924e04e
0
roles/git
7,532
[ "no_license" ]
[ { "path": "roles/git/files/.gitconfig", "content": "#####################################################################\n# WARNING: This file is managed by Ansible.\n# Do not manually edit this file.\n# Any manual changes will be overwritten the next time Ansible runs.\n###################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1654, "all_permissive": false }
ansible_role
lebriton/dotfiles
97ec672c502652bf7c411b253ce3438b3924e04e
0
roles/neovim
7,532
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yaml", "content": "- name: Ensure old neovim from repository is absent\n apt:\n name: neovim\n state: absent\n become: true\n\n# https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-source\n- name: Install neovim build dependencies\n apt:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 805, "all_permissive": false }
ansible_role
lebriton/dotfiles
97ec672c502652bf7c411b253ce3438b3924e04e
0
roles/tmux
7,532
[ "no_license" ]
[ { "path": "roles/tmux/files/.tmux.conf", "content": "#####################################################################\n# WARNING: This file is managed by Ansible.\n# Do not manually edit this file.\n# Any manual changes will be overwritten the next time Ansible runs.\n##################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1965, "all_permissive": false }
ansible_role
lebriton/dotfiles
97ec672c502652bf7c411b253ce3438b3924e04e
0
roles/ulauncher
7,532
[ "no_license" ]
[ { "path": "roles/ulauncher/tasks/main.yaml", "content": "# TODO: idempotent\n- name: Enable APT universe repository\n command: add-apt-repository universe -y\n become: yes\n\n- name: Add the Ulauncher APT repository\n apt_repository:\n repo: ppa:agornostal/ulauncher\n become: yes\n\n- name: Install U...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 823, "all_permissive": false }
ansible_role
lebriton/dotfiles
97ec672c502652bf7c411b253ce3438b3924e04e
0
roles/vscodium
7,532
[ "no_license" ]
[ { "path": "roles/vscodium/tasks/main.yaml", "content": "- name: Add the VSCodium APT key\n apt_key:\n url: https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg\n keyring: /usr/share/keyrings/vscodium-archive-keyring.gpg\n become: yes\n\n- name: Add the VSCodium APT repository\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2142, "all_permissive": false }
ansible_role
123Panku/project_2
33386d651d5f2038f7d0671b99161c68c49eb50a
0
ansible/roles/webserver
7,532
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yml", "content": "- name: Install Apache using yum directly\n ansible.builtin.command: sudo yum install -y httpd\n\n- name: Start and enable Apache\n ansible.builtin.service:\n name: httpd\n state: started\n enabled: yes\n\n- name: Deploy sample HTML\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
DonBattery/bnj2
e90b4c6e5d13c6919235bea238734d6ad053034a
0
devops/ansible/roles/app-server
7,532
[ "no_license" ]
[ { "path": "devops/ansible/roles/app-server/tasks/deploy-app-config.yml", "content": "---\n- name: Write docker-compose file\n ansible.builtin.template:\n src: docker-compose.yml.j2\n dest: \"{{ app_directory }}/docker-compose.yml\"\n owner: \"{{ app_user }}\"\n mode: 0660\n\n- name: Write nginx...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3676, "all_permissive": false }
ansible_role
karklinsv/Playin-around
809357b8193e69b71b69880620d029c246463ad4
0
ansible/roles/application
7,532
[ "no_license" ]
[ { "path": "ansible/roles/application/files/listen1337.py", "content": "#!/usr/bin/python\nimport time\nimport BaseHTTPServer\nimport sys\n\nHOST_NAME = '0.0.0.0'\nPORT_NUMBER = 1337\n\nclass MyHandler(BaseHTTPServer.BaseHTTPRequestHandler):\n log_file = open('/opt/application/access.log', 'w')\n err_f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2014, "all_permissive": false }
ansible_role
karklinsv/Playin-around
809357b8193e69b71b69880620d029c246463ad4
0
ansible/roles/deps
7,532
[ "no_license" ]
[ { "path": "ansible/roles/deps/tasks/main.yml", "content": "---\n# Dependencies and utilities installation\n\n - name: Download EPPEL repo for Centos7\n get_url: url=http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm dest=/tmp/\n\n - name: Install EPPEL repo for Centos7\n yum: name=/tm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 904, "all_permissive": false }
ansible_role
karklinsv/Playin-around
809357b8193e69b71b69880620d029c246463ad4
0
ansible/roles/nagios
7,532
[ "no_license" ]
[ { "path": "ansible/roles/nagios/tasks/main.yml", "content": "---\n# Install Nagios and related\n\n- name: Add Nagios group\n group: name=nagcmd state=present gid=1337\n\n- name: Add Nagios user\n user:\n name=nagios\n password='$<PASSWORD>/'\n state=present\n groups=nagcmd\n comme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6317, "all_permissive": false }
ansible_role
karklinsv/Playin-around
809357b8193e69b71b69880620d029c246463ad4
0
ansible/roles/nginx
7,532
[ "no_license" ]
[ { "path": "ansible/roles/nginx/files/nginx.conf", "content": "user nginx;\nworker_processes auto;\nerror_log /var/log/nginx/error.log;\npid /run/nginx.pid;\n\n# Load dynamic modules. See /usr/share/nginx/README.dynamic.\ninclude /usr/share/nginx/modules/*.conf;\n\nevents {\n worker_connections 1024;\n}\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2144, "all_permissive": false }
ansible_role
Seetha1231/ansible-aws-infra-and-config
6076b284075dc52a5a3e9fa33fcb312d0ad04980
0
roles/apache
7,532
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n\n- name: Install apache on ec2 instances\n yum: name=httpd state=latest\n- name: Enable(start) apache\n service:\n name: httpd\n enabled: true\n state: started\n- name: copy index.html to httpd\n copy:\n src: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
Seetha1231/ansible-aws-infra-and-config
6076b284075dc52a5a3e9fa33fcb312d0ad04980
0
roles/ec2
7,532
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "---\n# tasks file for ec2\n\n- name: Creating VPC\n ec2_vpc_net:\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n ec2_region: \"{{ region }}\"\n name: myvpc\n cidr_block: 10.1.0.0/16\n register: vpc\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2748, "all_permissive": false }
ansible_role
arturbalabanov/dotfiles
2569d88e7b549bc4592776241b43a5856efef714
0
dotfiles-ansible/roles/macos_config
7,532
[ "no_license" ]
[ { "path": "dotfiles-ansible/roles/macos_config/tasks/main.yaml", "content": "---\n- name: Remove delay from showing and hiding the Dock on MacOS\n community.general.osx_defaults:\n domain: com.apple.dock\n key: autohide-delay\n type: float\n value: 0\n state: present\n register: dock_autohi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
khabirovar/ansible-internship
fd773bc6dc878d4749a9ea4b153a62332aa9a5a3
0
roles/nginx-tls
7,532
[ "no_license" ]
[ { "path": "roles/nginx-tls/tasks/main.yml", "content": "- name: Make list of files /etc/nginx/conf.d\n find:\n path: /etc/nginx/conf.d\n patterns: ['*.conf']\n register: list_of_files \n\n- name: Initialize variable\n set_fact:\n paths: '' \n\n- name: Delete verbosity and leave paths\n set_fact...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 965, "all_permissive": false }
ansible_role
AmitGujar/myplaybooks
f824268cf684d957a6e9e3d9dc7876e44cfe86c7
0
roles/vm
7,535
[ "no_license" ]
[ { "path": "roles/vm/files/something.sh", "content": "#!/bin/bash\n\nsetup_env() {\n echo \"downloding config......\"\n git clone \"https://github.com/AmitGujar/dev-toolbox\"\n sleep\n if [ $? -ne 0 ]; then\n echo \"download failed.....\"\n else\n echo \"download success\"\n f...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 8199, "all_permissive": false }
ansible_role
puppettst3/msrenvbootstrap
5c28aadc5621706b5a144127331e05e2d4cc8b86
0
roles/common
7,535
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks for installing the common packages\n- name: Install common packages\n apt: pkg={{ item }} state=latest update_cache=yes cache_valid_time=3600\n with_items:\n - openssl\n - git\n become_method: sudo\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
puppettst3/msrenvbootstrap
5c28aadc5621706b5a144127331e05e2d4cc8b86
0
roles/docker
7,535
[ "no_license" ]
[ { "path": "roles/docker/tasks/couchDB.yml", "content": "---\n- name: Install apache couchDB inside the container\n docker_service:\n project_name: couchdb\n definition:\n version: '2'\n services:\n webserver:\n image: couchdb\n volumes:\n - \"/opt/couchdb...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1140, "all_permissive": false }
ansible_role
puppettst3/msrenvbootstrap
5c28aadc5621706b5a144127331e05e2d4cc8b86
0
roles/provision-ec2
7,535
[ "no_license" ]
[ { "path": "roles/provision-ec2/tasks/main.yml", "content": "---\n- name: launch instances\n ec2:\n key_name: '{{ keypair }}'\n group: default\n instance_type: '{{ instance_type }}'\n image: '{{ image }}'\n wait: yes\n wait_timeout: 500\n region: '{{ region }}'\n assign_public_ip: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2251, "all_permissive": false }
ansible_role
StanislavDzergun/vita
d4e2e7a20d26393889d49aaa2afb06ba32e377a6
0
play-book-ansible_vita/roles/copy
7,535
[ "no_license" ]
[ { "path": "play-book-ansible_vita/roles/copy/tasks/main.yml", "content": "- name: Copy files to servers\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n loop:\n - { src: \"example.txt\", dest: \"/tmp/example.txt\" }\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
keinen87/ansible
39c4b487f056364aff1ccbcb4a1af47afda737df
0
roles/cron
7,535
[ "no_license" ]
[ { "path": "roles/cron/vars/main.yml", "content": "---\napiEndpoint: 'http://host-b:8080/api'\ncontainerImage: 'nginx:stable-alpine'\ncontainerName: 'nginx'\ncronJobs:\n - id: jid1\n time: '* * * * *'\n command: 'echo \"$(date) => ping\" >> {{ filepath.stdout | trim }}'\n - id: jid2\n time: '*/5 *...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1629, "all_permissive": false }
ansible_role
EagleChen/infrastructures
84d020989411d0b2aa26e704492dd2d78b79d9a8
0
roles/common
7,535
[ "no_license" ]
[ { "path": "roles/common/tasks/certificates.yml", "content": "---\n- name: create cert directory\n file: path=/certs state=directory owner={{ cert_user }} group={{ cert_user }}\n\n- name: copy ca pem\n become_user: \"{{ cert_user }}\"\n copy: src=~/certs/ca/ca.pem dest=/certs/ca.pem mode=0644\n tags: cer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1214, "all_permissive": false }
ansible_role
EagleChen/infrastructures
84d020989411d0b2aa26e704492dd2d78b79d9a8
0
roles/docker
7,535
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- stat: path=/usr/bin/docker\n register: dockerbin\n tags:\n - precheck\n - docker\n\n- name: install docker\n become_user: root\n shell: curl -fsSL https://get.docker.com/ | sh\n tags:\n - install\n - docker\n when: not dockerbin.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2941, "all_permissive": false }
ansible_role
EagleChen/infrastructures
84d020989411d0b2aa26e704492dd2d78b79d9a8
0
roles/etcd
7,535
[ "no_license" ]
[ { "path": "roles/etcd/templates/etcd.service.tls.j2", "content": "[Unit]\nDescription=etcd key-value store\nDocumentation=https://github.com/coreos/etcd\n\n[Service]\nUser={{ etcd_user }}\nType=notify\nEnvironment=\"ETCD_DATA_DIR=/etcd\"\nEnvironment=\"ETCD_NAME={{ inventory_hostname }}\"\nEnvironment=\"ETC...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3288, "all_permissive": false }
ansible_role
EagleChen/infrastructures
84d020989411d0b2aa26e704492dd2d78b79d9a8
0
roles/swarm
7,535
[ "no_license" ]
[ { "path": "roles/swarm/tasks/main.yml", "content": "---\n- name: stop previous swarm agent\n shell: docker rm -f swarm-agent\n tags: agent\n register: stop_result\n failed_when: \"stop_result.rc != 0 and stop_result.rc != 1\"\n\n- name: start swarm agent\n shell: docker run --name swarm-agent --restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 729, "all_permissive": false }
ansible_role
EagleChen/infrastructures
84d020989411d0b2aa26e704492dd2d78b79d9a8
0
roles/swarm_manager
7,535
[ "no_license" ]
[ { "path": "roles/swarm_manager/tasks/main.yml", "content": "---\n- include: ../../common/tasks/certificates.yml\n when: use_tls\n\n- name: stop previous swarm manager\n shell: docker rm -f swarm-manager\n tags:\n - swarm\n - manager\n register: stop_result\n failed_when: \"stop_result.rc != 0 and...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 952, "all_permissive": false }
ansible_role
Kitware/kamera
4cd5510e1e5fe3035ce2ed70e7be74a62b6c22f5
5
provision/ansible/playbooks/roles/nvidia.cuda
7,535
[ "permissive" ]
[ { "path": "provision/ansible/playbooks/roles/nvidia.cuda/README.md", "content": "Role Name\n=========\n\nInstall the NVIDIA Cuda Toolkit\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\nIncluding an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2328, "all_permissive": true }
ansible_role
metalagman/wsl-setup
fc87344207b0b8fffe473fb56fedef091e484952
0
roles/common
7,535
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Install Dev Tools\r\n import_tasks: install_devtools.yml\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/common/tasks/install_devtools.yml", "content": "- name: Install dev...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 429, "all_permissive": false }
ansible_role
metalagman/wsl-setup
fc87344207b0b8fffe473fb56fedef091e484952
0
roles/devops
7,535
[ "no_license" ]
[ { "path": "roles/devops/tasks/install_terragrunt.yml", "content": "- name: Download, verify, and install Terragrunt\n shell: |\n set -euo pipefail\n cd /tmp\n\n VERSION=\"v0.81.7\"\n OS=\"linux\"\n ARCH=\"amd64\"\n FILE=\"terragrunt_${OS}_${ARCH}\"\n URL=\"https://github.com/gruntwork-...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2271, "all_permissive": false }
ansible_role
metalagman/wsl-setup
fc87344207b0b8fffe473fb56fedef091e484952
0
roles/golang
7,535
[ "no_license" ]
[ { "path": "roles/golang/tasks/install_golang.yml", "content": "---\r\n- name: Add Golang PPA repository\r\n apt_repository:\r\n repo: ppa:longsleep/golang-backports\r\n state: present\r\n\r\n- name: Update APT cache\r\n apt:\r\n update_cache: yes\r\n cache_valid_time: 3600\r\n\r\n- name: Insta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 364, "all_permissive": false }