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
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
gitlab/roles/common
7,442
[ "no_license" ]
[ { "path": "gitlab/roles/common/vars/main.yml", "content": "---\npaco: http://dl.fedoraproject.org/pub/epel/6/x86_64/paco-2.0.9-6.el6.x86_64.rpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "gitlab/roles/common/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 345, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
gitlab/roles/git
7,442
[ "no_license" ]
[ { "path": "gitlab/roles/git/tasks/main.yml", "content": "---\n- name: uninstall git\n action: yum name=git state=removed\n\n- name: install packages\n action: yum name=$item state=installed\n with_items:\n - gcc\n - make\n - openssl-devel\n - curl-devel\n - zlib-devel\n - gettext\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 990, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
gitlab/roles/gitlab
7,442
[ "no_license" ]
[ { "path": "gitlab/roles/gitlab/templates/.gitconfig", "content": "[user]\r\n\tname = GitLab\r\n\temail = <EMAIL>\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "gitlab/roles/gitlab/templates/logrotate.j2", "content": "# GitLab logrotate set...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4905, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
gitlab/roles/passenger
7,442
[ "no_license" ]
[ { "path": "gitlab/roles/passenger/vars/main.yml", "content": "---\npassenger_ver: \"4.0.10\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "gitlab/roles/passenger/tasks/main.yml", "content": "---\n- name: install passenger gem\n gem: name=p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 669, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
jenkins/roles/apache
7,442
[ "no_license" ]
[ { "path": "jenkins/roles/apache/handlers/main.yml", "content": "---\n- name: restart httpd\n service: name=httpd state=restarted\n\n- name: restart iptables\n service: name=iptables state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 536, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
jenkins/roles/jenkins
7,442
[ "no_license" ]
[ { "path": "jenkins/roles/jenkins/tasks/main.yml", "content": "---\n- name: install jenkins dependency packages\n action: yum name=$item state=installed\n with_items:\n - java-1.7.0-openjdk\n\n- name: install jenkins gpg key\n command: rpm --import $jenkins_repo_key\n\n- name: install jenkins yum repos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 703, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
lokka/roles/lokka
7,442
[ "no_license" ]
[ { "path": "lokka/roles/lokka/vars/main.yml", "content": "---\nlokka_mysql_user: lokka\nlokka_mysql_password: <PASSWORD>\nlokka_repo: git://github.com/lokka/lokka.git\ndeploy_dir: /var/apps\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "lokka/ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2256, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
mysql5.6/roles/mysql
7,442
[ "no_license" ]
[ { "path": "mysql5.6/roles/mysql/handlers/main.yml", "content": "---\n- name: restart iptables\n service: name=iptables state=restarted\n\n- name: restart mysql\n service: name=mysql state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3311, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
redis-replication/roles/common
7,442
[ "no_license" ]
[ { "path": "redis-replication/roles/common/tasks/main.yml", "content": "--- \n- name: import gpg-keys\n command: rpm --import $item\n with_items: gpg_keys\n ignore_errors: True\n\n- name: install repositories\n yum: name=$item state=installed\n with_items: repo_rpms\n ignore_errors: True\n\n- name: ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1347, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
redis-replication/roles/redis-master
7,442
[ "no_license" ]
[ { "path": "redis-replication/roles/redis-master/vars/main.yml", "content": "---\nredis_max_memory: 5G\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "redis-replication/roles/redis-master/tasks/main.yml", "content": "---\n- name: copy /etc/red...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 149, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
redmine/roles/common
7,442
[ "no_license" ]
[ { "path": "redmine/roles/common/tasks/main.yml", "content": "---\n- name: install python-selinux\n yum: pkg=libselinux-python state=latest\n\n- name: selinux setenforce 0\n command: setenforce 0\n ignore_errors: True\n\n- name: disable selinux\n selinux: state=disabled\n\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
redmine/roles/redmine
7,442
[ "no_license" ]
[ { "path": "redmine/roles/redmine/templates/database.yml.j2", "content": "production:\n adapter: mysql2\n database: redmine\n host: localhost\n username: redmine\n password: {{ <PASSWORD> }}\n encoding: utf8\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2072, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
ruby2.0/roles/ruby
7,442
[ "no_license" ]
[ { "path": "ruby2.0/roles/ruby/tasks/main.yml", "content": "- name: remove installed ruby rpms\n yum: name=$item state=removed\n with_items:\n - ruby\n - ruby-libs\n\n- name: install packages\n action: yum name=$item state=installed\n with_items:\n - gcc\n - make\n - zlib-devel\n - open...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1516, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
webistrano/roles/mysql
7,442
[ "no_license" ]
[ { "path": "webistrano/roles/mysql/tasks/main.yml", "content": "---\n- name: install mysql\n action: yum name=$item state=installed\n with_items:\n - mysql-devel\n - mysql-server\n - MySQL-python\n\n- name: copy my.conf file\n template: src=my.cnf.j2 dest=/etc/my.cnf\n\n- name: start mysql\n act...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
akishin/ansible-playbooks
7aaa59dd16a14c2d53fd7ce7b9ed8b8979942498
43
webistrano/roles/webistrano
7,442
[ "no_license" ]
[ { "path": "webistrano/roles/webistrano/tasks/main.yml", "content": "---\n- name: create webistrano database\n mysql_db: name=webistrano state=present encoding=utf8\n\n- name: create webistrano accounts\n mysql_user: name=webistrano host=$item password=${webistrano_mysql_password} priv=webistrano.*:ALL sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3378, "all_permissive": false }
ansible_role
crutonjohn/container-cache
e6f187c184d8e3cc92a4b081f85c1a089927cb4c
1
roles/docker
7,442
[ "no_license" ]
[ { "path": "roles/docker/tasks/install.yml", "content": "- name: 'debian : add an apt signing key for docker'\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: 'debian : add apt repository for stable version'\n apt_repository:\n repo: deb https://download.d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1236, "all_permissive": false }
ansible_role
crutonjohn/container-cache
e6f187c184d8e3cc92a4b081f85c1a089927cb4c
1
roles/registry
7,442
[ "no_license" ]
[ { "path": "roles/registry/tasks/main.yml", "content": "---\n - name: make required directories\n file:\n path: \"/opt/compose/{{ role_name }}/\"\n state: directory\n\n - name: template {{ role_name }} compose file\n template:\n src: docker-compose.yml.j2\n dest: \"/opt/compose/{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1751, "all_permissive": false }
ansible_role
crutonjohn/container-cache
e6f187c184d8e3cc92a4b081f85c1a089927cb4c
1
roles/traefik
7,442
[ "no_license" ]
[ { "path": "roles/traefik/defaults/main.yml", "content": "---\nbase_domain: crutonjohn.com", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/traefik/templates/traefik.yml.j2", "content": "#!/etc/traefik/traefik.yml\nentryPoints:\n web:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3780, "all_permissive": false }
ansible_role
iamskok/bedrock-playground
e5223145078470d0e7bb8196fa337e2021c651a3
1
provisioning/roles/mariadb
7,442
[ "no_license" ]
[ { "path": "provisioning/roles/mariadb/tasks/main.yml", "content": "---\n- name: Add MariaDB MySQL apt-key\n apt_key: url=\"http://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search={{ keyserver_fingerprint }}\"\n state=present\n\n- name: Add MariaDB MySQL deb and deb-src\n apt_reposito...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1566, "all_permissive": false }
ansible_role
iamskok/bedrock-playground
e5223145078470d0e7bb8196fa337e2021c651a3
1
provisioning/roles/wordpress-install
7,442
[ "no_license" ]
[ { "path": "provisioning/roles/wordpress-install/tasks/main.yml", "content": "---\n- include: directories.yml\n\n- name: Create .env file\n template: src=\"env.j2\"\n dest=\"/tmp/{{ item.key }}.env\"\n owner=\"{{ web_user }}\"\n group=\"{{ web_group }}\"\n with_dict: wordpr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2434, "all_permissive": false }
ansible_role
iamskok/bedrock-playground
e5223145078470d0e7bb8196fa337e2021c651a3
1
provisioning/roles/wordpress-setup
7,442
[ "no_license" ]
[ { "path": "provisioning/roles/wordpress-setup/tasks/main.yml", "content": "---\n- include: database.yml\n- include: nginx.yml\n\n- name: Create web root\n file: path=\"{{ www_root }}\"\n owner=\"{{ web_user }}\"\n group=\"{{ web_group }}\"\n mode=0755\n state=directory\n with_d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3417, "all_permissive": false }
ansible_role
heryslty/Cloud-Migration
ebc34a285cacd626abd4d0b26115f62001db5b47
0
ansible_playbook/roles/docker
7,442
[ "no_license" ]
[ { "path": "ansible_playbook/roles/docker/tasks/main.yml", "content": "---\n- name: Run script instal and configure docker\n script: ~/bigproject/bash-script/docker.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "ansible_playbook/roles/docker/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 204, "all_permissive": false }
ansible_role
heryslty/Cloud-Migration
ebc34a285cacd626abd4d0b26115f62001db5b47
0
ansible_playbook/roles/jenkins-nginx-ssl
7,442
[ "no_license" ]
[ { "path": "ansible_playbook/roles/jenkins-nginx-ssl/tasks/main.yml", "content": "---\n- name: Run script instal jenkins nginx withmanual config ssl \n script: ~/bigproject/bash_script/nginx-ssl.sh\n\n\n- name: config sites-available nginx\n template:\n src: default\n dest: /etc/nginx/sites-available/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 629, "all_permissive": false }
ansible_role
heryslty/Cloud-Migration
ebc34a285cacd626abd4d0b26115f62001db5b47
0
ansible_playbook/roles/kubectl
7,442
[ "no_license" ]
[ { "path": "ansible_playbook/roles/kubectl/Readme.md", "content": "# Readme\npada role ini hanya digunakan untuk menginstal kubectl sehingga tidak ada configurasi yang perlu dirubah\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "ansible_playbook...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 201, "all_permissive": false }
ansible_role
heryslty/Cloud-Migration
ebc34a285cacd626abd4d0b26115f62001db5b47
0
ansible_playbook/roles/ssh-key
7,442
[ "no_license" ]
[ { "path": "ansible_playbook/roles/ssh-key/tasks/main.yml", "content": "---\n- name: copy file id_rsa\n template:\n src: id_rsa\n dest: ~/.ssh/id_rsa\n mode: 0600\n\n- name: copy file id_rsa.pub\n template:\n src: id_rsa.pub\n dest: ~/.ssh/id_rsa.pub\n mode: 0644\n\n- name: copy file known_host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 737, "all_permissive": false }
ansible_role
mayuri-dhote/Final_Capstone_kup
2c2e3cdd52cd1e9757b21411c0d1723164a437cd
0
capstone_assignment/roles/jenkins
7,442
[ "no_license" ]
[ { "path": "capstone_assignment/roles/jenkins/tasks/main.yml", "content": "---\n\n - name: Download Jenkins repo apt URL for\n apt_key: \n url: \"{{jenkins.repo_URL}}\" \n state: present \n become: yes\n\n - name: ensure the repository is configured\n apt_repository: repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 812, "all_permissive": false }
ansible_role
ajohnsc/kafkalab
c3ecb8685bd84cd1a3af2ed0d6884aca4c0be0ea
0
roles/installlab
7,442
[ "no_license" ]
[ { "path": "roles/installlab/defaults/main.yml", "content": "---\n# defaults file for roles/installlab", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/installlab/vars/main.yml", "content": "---\n# vars file for roles/installlab", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1753, "all_permissive": false }
ansible_role
junfengjiang/ansible
aec7d6fd10191c58008bae05ba12c5a28d9b6bbf
1
roles/mysql
7,444
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name: install mysql\n yum: name=mariadb-server state=latest\n- name: copy mariadb config \n copy: src=server.cnf dest=/etc/my.cnf.d/\n- name: start mysql \n service: name=mariadb state=restarted\n\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
junfengjiang/ansible
aec7d6fd10191c58008bae05ba12c5a28d9b6bbf
1
roles/nginx
7,444
[ "no_license" ]
[ { "path": "roles/nginx/files/node01-pma.sh", "content": "#!/bin/bash\nln -sv /data/nginx/html/phpMyAdmin-4.4.15-all-languages /data/nginx/html/pma\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/nginx/tasks/main.yaml", "content": "- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 996, "all_permissive": false }
ansible_role
junfengjiang/ansible
aec7d6fd10191c58008bae05ba12c5a28d9b6bbf
1
roles/php
7,444
[ "no_license" ]
[ { "path": "roles/php/files/index.php", "content": "<?php\n\tphpinfo();\n\n\n\n?>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/php/tasks/main.yaml", "content": "- name: install epel\n yum: name=epel-release state=latest\n- name: inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1050, "all_permissive": false }
ansible_role
kiomadria/vSphere_7-0_ESXi_STIG
d869a5f367da69f7ff0aabba88614b36ea696752
0
roles/advanced_options
7,444
[ "no_license" ]
[ { "path": "roles/advanced_options/tasks/main.yml", "content": "---\n#advanced options\n\n- name: V-256443_rule\n community.vmware.vmware_host_config_manager:\n esxi_hostname: \"{{ inventory_hostname }}\"\n hostname: \"{{ inventory_hostname }}\"\n password: \"{{ <PASSWORD> }}\"\n username: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8781, "all_permissive": false }
ansible_role
kiomadria/vSphere_7-0_ESXi_STIG
d869a5f367da69f7ff0aabba88614b36ea696752
0
roles/services
7,444
[ "no_license" ]
[ { "path": "roles/services/tasks/main.yml", "content": "---\n#services Role\n- name: V-25648_rule \n community.vmware.vmware_host_service_manager:\n esxi_hostname: \"{{ inventory_hostname }}\"\n hostname: \"{{ inventory_hostname }}\"\n password: \"{{ <PASSWORD> }}\"\n username: \"{{ ansible_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1517, "all_permissive": false }
ansible_role
kiomadria/vSphere_7-0_ESXi_STIG
d869a5f367da69f7ff0aabba88614b36ea696752
0
roles/verification
7,444
[ "no_license" ]
[ { "path": "roles/verification/vars/main.yml", "content": "---\n#jsondata: \"{{ lookup('file', './files/U_VMW_vSphere_7-0_ESXi_V1R2_Manual_STIG.cklb') | from_json}}\"\ngid_comments:\n# V-256376: this worked\n# V-256441: 900\ngid_status:\n# V-256376: open\n# V-256441: not_a_finding\n#stigs_comments: |\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6014, "all_permissive": false }
ansible_role
kiomadria/vSphere_7-0_ESXi_STIG
d869a5f367da69f7ff0aabba88614b36ea696752
0
roles/vmk
7,444
[ "no_license" ]
[ { "path": "roles/vmk/tasks/main.yml", "content": "---\n# VMK tasks\n- name: Gather vswitch info\n community.vmware.vmware_vswitch_info:\n esxi_hostname: \"{{ inventory_hostname }}\"\n hostname: \"{{ inventory_hostname }}\"\n password: \"{{ <PASSWORD> }}\"\n username: \"{{ ansible_user }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 821, "all_permissive": false }
ansible_role
ICGC-TCGA-PanCancer/dkfz_dockered_workflows
00aeec8fb45ce14a3682298ade4f6a625ac5e9ad
9
roles/grid-engine
7,444
[ "no_license" ]
[ { "path": "roles/grid-engine/tasks/main.yml", "content": "---\n# file: roles/grid-engine/tasks/main.yml\n\n# common tasks follow\n- name: SGE | Install gridengine-client\n apt: pkg=gridengine-client state=present update_cache=yes cache_valid_time=3600\n \n- name: SGE | Install gridengine-common\n apt: pk...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 8937, "all_permissive": false }
ansible_role
vparanoid/devops_lab6_roles
1882c2d84a3037244060d44a5ed71db22c4bc59c
0
roles/nginx_vhosts
7,444
[ "no_license" ]
[ { "path": "roles/nginx_vhosts/tasks/main.yml", "content": "---\n- name: Install nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n\n- name: Config for vhosts\n template:\n src: 'site.conf.j2'\n dest: '/etc/nginx/conf.d/site-{{ item }}.conf'\n loop: '{{ sites }}'\n notify: restart ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
Quynh-Nguyen/ansible-macos-developer
baab040614432bd4d3a6a62942dec208889402d2
4
roles/base
7,444
[ "no_license" ]
[ { "path": "roles/base/vars/main.yml", "content": "---\n#List of applications will be install\ngeneral:\n local_home: \"{{ lookup('env', 'HOME') }}\"\n\n#Homebrew applications\nbrew_base_packages:\n - name: autoconf\n - name: automake\n - name: bash\n - name: bash-completion\n - name: cmake\n - name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1467, "all_permissive": false }
ansible_role
Quynh-Nguyen/ansible-macos-developer
baab040614432bd4d3a6a62942dec208889402d2
4
roles/setup
7,444
[ "no_license" ]
[ { "path": "roles/setup/tasks/dotfiles.yml", "content": "---\n- name: setting up my dotfiles\n git:\n repo: https://github.com/deamonza/dotfiles.git\n dest: /tmp/dotfiles/\n\n- name: zsh dot file\n copy:\n src: /tmp/dotfiles/dot.zshrc\n dest: \"{{general.local_home}}/.zshrc\"\n\n- name: clean u...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 383, "all_permissive": false }
ansible_role
Quynh-Nguyen/ansible-macos-developer
baab040614432bd4d3a6a62942dec208889402d2
4
roles/terminal
7,444
[ "no_license" ]
[ { "path": "roles/terminal/vars/main.yml", "content": "---\ngeneral:\n local_home: \"{{ lookup('env', 'HOME') }}\"\n\nohmyzsh_packages:\n - name: fonts-powerline\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/terminal/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1010, "all_permissive": false }
ansible_role
MoYVR/ansible-learn
20e39a7fea874ecdbdd5eaedb8ae6c74ef049c1d
0
roles/install_python
7,444
[ "no_license" ]
[ { "path": "roles/install_python/tasks/main.yaml", "content": "- name: Install docker & python\n yum:\n name:\n - docker\n - python3\n - python3-pip\n update_cache: yes\n state: latest\n\n- name: Install Docker-compose\n get_url: \n url: https://github.com/docker/compose/releases...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 640, "all_permissive": false }
ansible_role
MoYVR/ansible-learn
20e39a7fea874ecdbdd5eaedb8ae6c74ef049c1d
0
roles/start_containers
7,444
[ "no_license" ]
[ { "path": "roles/start_containers/tasks/main.yaml", "content": "- name: Copy docker compose\n copy:\n src: docker-compose.yaml\n dest: /home/ec2-user/docker-compose.yaml\n\n- name: Docker login\n docker_login: \n registry_url: \"{{docker_registry}}\"\n username: \"{{docker_username}}\"\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
tudrescu/data-analysis-box
943b11c23eda8e176c064805a482c96d0ee32633
0
provisioning/roles/ansible-conda
7,444
[ "no_license" ]
[ { "path": "provisioning/roles/ansible-conda/templates/conda.sh", "content": "export PATH={{ conda_dir }}/bin:$PATH\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "provisioning/roles/ansible-conda/defaults/main.yml", "content": "---\n# Anacond...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6630, "all_permissive": false }
ansible_role
callus-corn/ansible-k8s
f255f28753d6ad947a3faba8e80dc5c8babb7fef
0
roles/containerd
7,444
[ "no_license" ]
[ { "path": "roles/containerd/tasks/main.yml", "content": "---\n\n- name: branch os\n import_tasks: Ubuntu22.04.yml\n when:\n - ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n - ansible_distribution_version == '22.04'\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1548, "all_permissive": false }
ansible_role
callus-corn/ansible-k8s
f255f28753d6ad947a3faba8e80dc5c8babb7fef
0
roles/controller
7,444
[ "no_license" ]
[ { "path": "roles/controller/tasks/main.yml", "content": "---\n\n- name: import {{ controller_action }}.yml\n import_tasks: \"{{ controller_action }}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/controller/tasks/install_calico.yml"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1175, "all_permissive": false }
ansible_role
callus-corn/ansible-k8s
f255f28753d6ad947a3faba8e80dc5c8babb7fef
0
roles/kubeadm
7,444
[ "no_license" ]
[ { "path": "roles/kubeadm/templates/kubernetes.list.j2", "content": "{{ k8s_repo }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "roles/kubeadm/tasks/Ubuntu22.04.yml", "content": "---\n\n- name: apt upgrade\n apt:\n name: '*'\n update_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1520, "all_permissive": false }
ansible_role
callus-corn/ansible-k8s
f255f28753d6ad947a3faba8e80dc5c8babb7fef
0
roles/setup_os
7,444
[ "no_license" ]
[ { "path": "roles/setup_os/tasks/Ubuntu22.04.yml", "content": "---\n\n- name: put etc/modules-load.d/k8s.conf\n template:\n src: k8s.conf.j2\n dest: /etc/modules-load.d/k8s.conf\n owner: root\n group: root\n mode: 0644\n\n- name: enable module\n modprobe:\n name: \"{{ item }}\"\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
TritonDataCenter/triton-cloud-images
fc1e3f2b753f9f22661e9ba2f860fdffe04cc650
9
ansible/roles/cleanup_vm
7,444
[ "no_license" ]
[ { "path": "ansible/roles/cleanup_vm/tasks/main.yml", "content": "# This Source Code Form is subject to the terms of the Mozilla Public\n# License, v. 2.0. If a copy of the MPL was not distributed with this\n# file, You can obtain one at https://mozilla.org/MPL/2.0/.\n\n# Copyright 2023 MNX Cloud, Inc.\n\n--...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5351, "all_permissive": false }
ansible_role
TritonDataCenter/triton-cloud-images
fc1e3f2b753f9f22661e9ba2f860fdffe04cc650
9
ansible/roles/setup_cloud_init
7,444
[ "no_license" ]
[ { "path": "ansible/roles/setup_cloud_init/tasks/main.yml", "content": "# This Source Code Form is subject to the terms of the Mozilla Public\n# License, v. 2.0. If a copy of the MPL was not distributed with this\n# file, You can obtain one at https://mozilla.org/MPL/2.0/.\n\n# Copyright 2023 MNX Cloud, Inc....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 731, "all_permissive": false }
ansible_role
TritonDataCenter/triton-cloud-images
fc1e3f2b753f9f22661e9ba2f860fdffe04cc650
9
ansible/roles/smartos_guest
7,444
[ "no_license" ]
[ { "path": "ansible/roles/smartos_guest/files/lib/smartdc/set-hostname", "content": "#!/usr/bin/env bash\n\n#\n# This Source Code Form is subject to the terms of the Mozilla Public\n# License, v. 2.0. If a copy of the MPL was not distributed with this\n# file, You can obtain one at http://mozilla.org/MPL/2.0...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 26183, "all_permissive": false }
ansible_role
mercedes-benz/DnA
c2642299f8443f081299dfb8868f9be8903a7b89
283
packages/dataiku/azure/ansible/roles/dataiku-upgrade
7,444
[ "permissive" ]
[ { "path": "packages/dataiku/azure/ansible/roles/dataiku-upgrade/tasks/main.yml", "content": "---\n#Checking prerequisites\n- name: \"Collect installed package facts\"\n package_facts:\n manager: \"auto\"\n tags: [ dss-upgrade-production, dss-upgrade-training, dss-upgrade-automation ]\n\n- name: \"Load ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4985, "all_permissive": true }
ansible_role
mercedes-benz/DnA
c2642299f8443f081299dfb8868f9be8903a7b89
283
packages/dataiku/azure/ansible/roles/extollo
7,444
[ "permissive" ]
[ { "path": "packages/dataiku/azure/ansible/roles/extollo/templates/nginx.conf", "content": "user www-data;\nworker_processes auto;\n\npid /var/run/nginx.pid;\ninclude /etc/nginx/modules-enabled/*.conf;\n\nevents {\n worker_connections 1024;\n}\n\n\nhttp {\n\n include /etc/nginx/mime.typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1880, "all_permissive": true }
ansible_role
mercedes-benz/DnA
c2642299f8443f081299dfb8868f9be8903a7b89
283
packages/dataiku/azure/ansible/roles/letsencrypt
7,444
[ "permissive" ]
[ { "path": "packages/dataiku/azure/ansible/roles/letsencrypt/tasks/main.yml", "content": "---\n# when running for the first time,\n# run the script with lines 26-30 in dss-proxy.conf commented to first generate the certificate.\n# then uncomment the lines and run it again\n\n- name: Add Letsencrypt repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1400, "all_permissive": true }
ansible_role
chrismeyersfsu/playbook-raspi_kernel_crosscompile
f6081ff77362f031a2c5ec842b11f76deb3bfe11
3
roles/common
7,444
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- { include: crosscompile.yml, tags: ['crosscompile'] }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/common/tasks/crosscompile.yml", "content": "---\n- name: install dependencie...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1551, "all_permissive": false }
ansible_role
lds-labs/dmos-modules
843fb308500b4a01ef5f02369862f98b94db5a40
0
roles/basic
7,444
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "---\n- name: DmOS Facts\n dmos_facts:\n gather_network_resources:\n - l2_interface\n - l3_interface\n - linkagg\n - lldp\n - log\n - sntp\n - user\n - vlan\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
lds-labs/dmos-modules
843fb308500b4a01ef5f02369862f98b94db5a40
0
roles/reflector
7,444
[ "no_license" ]
[ { "path": "roles/reflector/tasks/interface.yml", "content": "- name: Configure VLAN\n dmos_vlan:\n config:\n - vlan_id: 10\n interface:\n - name: gigabit-ethernet-1/1/1\n\n- name: Configure Interface L3\n dmos_l3_interface:\n config:\n - name: test\n lower_layer_if: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 440, "all_permissive": false }
ansible_role
lds-labs/dmos-modules
843fb308500b4a01ef5f02369862f98b94db5a40
0
roles/sender
7,444
[ "no_license" ]
[ { "path": "roles/sender/tasks/main.yml", "content": "- include: \"{{ item }}\"\n loop:\n - interface.yml\n - sender.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/sender/tasks/sender.yml", "content": "- dmos_twamp:\n config:\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 479, "all_permissive": false }
ansible_role
lds-labs/dmos-modules
843fb308500b4a01ef5f02369862f98b94db5a40
0
roles/tests
7,444
[ "no_license" ]
[ { "path": "roles/tests/tasks/dmos_linkagg.yml", "content": "################################# Test Setup ##################################\n\n- include_tasks: ../setup/dmos_linkagg.yml\n\n################################# Merged State ################################\n\n- name: Set the expected response as...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 62819, "all_permissive": false }
ansible_role
amyaz/ansible
402d56eb70c6e27ad5146dc0c77e312b5872ff9a
0
roles/docker
7,445
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\n\npackage_dependencies:\n - \"apt-transport-https\"\n - \"ca-certificates\"\n - \"cron\"\n - \"gnupg2\"\n - \"software-properties-common\"\n\npip_dependencies:\n - \"python-setuptools\"\n - \"python{{ '3' if ansible_python.version.major == ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1541, "all_permissive": false }
ansible_role
Subito/xtradb
f341719d0fb3dec9467fb63a733f6f0d5a8b3a87
0
roles/xtradb
7,445
[ "no_license" ]
[ { "path": "roles/xtradb/tasks/main.yml", "content": "---\n# Got the URL from\n# https://www.percona.com/doc/percona-repo-config/percona-release.html\n- name: Install percona-release\n yum:\n name: https://repo.percona.com/yum/percona-release-latest.noarch.rpm\n state: present\n\n- name: Install Perco...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1206, "all_permissive": false }
ansible_role
mhrivnak/bmh-label-controller
61195212efbb7ecfe60b179298da5089fd6206e5
1
roles/baremetalhost
7,445
[ "permissive" ]
[ { "path": "roles/baremetalhost/tasks/main.yml", "content": "---\n\n# Make a copy of the resource so it's easier to access and modify.\n- set_fact:\n updated_host: \"{{ _metal3_io_baremetalhost }}\"\n\n\n# In case there are no labels, we need to set an empty dict so the \"combine\"\n# statements below wil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1604, "all_permissive": true }
ansible_role
ReversecLabs/azure-service-tag-abuse
5cfc3eb2cc087fcdebe180969e2767908f4aead5
0
ansible/roles/adorunner
7,445
[ "no_license" ]
[ { "path": "ansible/roles/adorunner/tasks/main.yml", "content": "---\n- name: Install git\n ansible.builtin.apt:\n name: git\n state: present\n update_cache: true\n become: true\n\n- name: Install acl\n ansible.builtin.apt:\n name: acl\n state: present\n update_cache: true\n become: tru...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2114, "all_permissive": false }
ansible_role
ReversecLabs/azure-service-tag-abuse
5cfc3eb2cc087fcdebe180969e2767908f4aead5
0
ansible/roles/couchdb
7,445
[ "no_license" ]
[ { "path": "ansible/roles/couchdb/defaults/main.yml", "content": "---\ncouchdb_adminpass: <PASSWORD>\ncouchdb_cookie: zanzibar\ncouchdb_mode: standalone\ncouchdb_nodename: couchdb@localhost\ncouchdb_postrm_remove_database: false\ncouchdb_bindaddress: 0.0.0.0\ncouchdb_data_dir: /opt/couchdb/data\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2796, "all_permissive": false }
ansible_role
ReversecLabs/azure-service-tag-abuse
5cfc3eb2cc087fcdebe180969e2767908f4aead5
0
ansible/roles/github
7,445
[ "no_license" ]
[ { "path": "ansible/roles/github/tasks/main.yml", "content": "---\n- name: Inital configure\n import_tasks: configure.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible/roles/github/tasks/configure.yml", "content": "---\n- name: Chec...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3400, "all_permissive": false }
ansible_role
ReversecLabs/azure-service-tag-abuse
5cfc3eb2cc087fcdebe180969e2767908f4aead5
0
ansible/roles/mysql-client
7,445
[ "no_license" ]
[ { "path": "ansible/roles/mysql-client/tasks/main.yml", "content": "---\n- name: Install default-mysql-client\n ansible.builtin.apt:\n name: default-mysql-client\n state: present\n update_cache: true\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
sagarkchitnis/AgentTestFramework
6a94cf6225cf881a2ccf4b8ed23828db20a035c6
0
controller/src/config/fabric-ansible/ansible-playbooks/roles/assign_static_device_ip
7,445
[ "permissive" ]
[ { "path": "controller/src/config/fabric-ansible/ansible-playbooks/roles/assign_static_device_ip/vars/main.yml", "content": "---\nprouter_uuid: \"{{playbook_input.device_id}}\"\nprouter_name: \"{{playbook_input.device_fqname[-1]}}\"\nprouter_vendor: \"{{playbook_input.vendor | lower}}\"\nprouter_family: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7019, "all_permissive": true }
ansible_role
sagarkchitnis/AgentTestFramework
6a94cf6225cf881a2ccf4b8ed23828db20a035c6
0
controller/src/config/fabric-ansible/ansible-playbooks/roles/cmd_search_ip_mac
7,445
[ "permissive" ]
[ { "path": "controller/src/config/fabric-ansible/ansible-playbooks/roles/cmd_search_ip_mac/tasks/juniper.yml", "content": "- import_role:\n name: Juniper.junos\n\n- name: Execute commands on a Juniper Device to get interfaces\n juniper_junos_command:\n commands:\n - show evpn database extensive\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2203, "all_permissive": true }
ansible_role
sagarkchitnis/AgentTestFramework
6a94cf6225cf881a2ccf4b8ed23828db20a035c6
0
controller/src/config/fabric-ansible/ansible-playbooks/roles/cmd_show_config_interfaces
7,445
[ "permissive" ]
[ { "path": "controller/src/config/fabric-ansible/ansible-playbooks/roles/cmd_show_config_interfaces/tasks/juniper.yml", "content": "- import_role:\n name: Juniper.junos\n\n- name: Execute commands on a Juniper Device to get interfaces\n juniper_junos_config:\n provider:\n host: \"{{device_managem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4670, "all_permissive": true }
ansible_role
sagarkchitnis/AgentTestFramework
6a94cf6225cf881a2ccf4b8ed23828db20a035c6
0
controller/src/config/fabric-ansible/ansible-playbooks/roles/cmd_show_interfaces
7,445
[ "permissive" ]
[ { "path": "controller/src/config/fabric-ansible/ansible-playbooks/roles/cmd_show_interfaces/templates/juniper.j2", "content": "{%- set regex_list = [] %}\n{%- for filter in input_params.get('interface_filters', {}) %}\n{%- i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4532, "all_permissive": true }
ansible_role
sagarkchitnis/AgentTestFramework
6a94cf6225cf881a2ccf4b8ed23828db20a035c6
0
controller/src/config/fabric-ansible/ansible-playbooks/roles/cmd_show_interfaces_by_names
7,445
[ "permissive" ]
[ { "path": "controller/src/config/fabric-ansible/ansible-playbooks/roles/cmd_show_interfaces_by_names/templates/juniper.j2", "content": "{%- set interface_type=input_params.get('interface_type', 'physical') %}\n\n{%- set interface_stats_list = [] %}\n{%- fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5110, "all_permissive": true }
ansible_role
sagarkchitnis/AgentTestFramework
6a94cf6225cf881a2ccf4b8ed23828db20a035c6
0
controller/src/config/fabric-ansible/ansible-playbooks/roles/commit_fabric_config
7,445
[ "permissive" ]
[ { "path": "controller/src/config/fabric-ansible/ansible-playbooks/roles/commit_fabric_config/tasks/juniper.yml", "content": "---\n\n - name: Pushing config ... please wait\n block:\n - import_role:\n name: Juniper.junos\n\n - juniper_junos_config:\n load: \"set\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1811, "all_permissive": true }
ansible_role
sagarkchitnis/AgentTestFramework
6a94cf6225cf881a2ccf4b8ed23828db20a035c6
0
controller/src/config/fabric-ansible/ansible-playbooks/roles/discover_device_role
7,445
[ "permissive" ]
[ { "path": "controller/src/config/fabric-ansible/ansible-playbooks/roles/discover_device_role/tasks/brownfield.yml", "content": "- name: get device info\n discover_device:\n fabric_uuid: \"{{ fabric_uuid }}\"\n job_ctx: \"{{ job_ctx }}\"\n credentials: \"{{ credentials }}\"\n subnets: \"{{ host_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": true }
ansible_role
sagarkchitnis/AgentTestFramework
6a94cf6225cf881a2ccf4b8ed23828db20a035c6
0
controller/src/config/fabric-ansible/ansible-playbooks/roles/image_upgrade_role
7,445
[ "permissive" ]
[ { "path": "controller/src/config/fabric-ansible/ansible-playbooks/roles/image_upgrade_role/tasks/juniper_upgrade.yml", "content": "- name: Execute a basic Junos software upgrade.\n block:\n - juniper_junos_software:\n provider:\n host: \"{{pr_host}}\"\n user: \"{{pr_user}}\"\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5289, "all_permissive": true }
ansible_role
sagarkchitnis/AgentTestFramework
6a94cf6225cf881a2ccf4b8ed23828db20a035c6
0
controller/src/config/fabric-ansible/ansible-playbooks/roles/import_lldp_info
7,445
[ "permissive" ]
[ { "path": "controller/src/config/fabric-ansible/ansible-playbooks/roles/import_lldp_info/tasks/juniper.yml", "content": "- import_role:\n name: Juniper.junos\n\n- name: Execute \"show lldp neighbors\" command\n juniper_junos_command:\n commands:\n - \"show lldp neighbors interface\"\n format:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2110, "all_permissive": true }
ansible_role
sagarkchitnis/AgentTestFramework
6a94cf6225cf881a2ccf4b8ed23828db20a035c6
0
controller/src/config/fabric-ansible/ansible-playbooks/roles/maintenance_mode_config_push
7,445
[ "permissive" ]
[ { "path": "controller/src/config/fabric-ansible/ansible-playbooks/roles/maintenance_mode_config_push/tasks/main.yml", "content": "# Generic playbook to push config to the device (activate/deactivate)\n\n# Get the device details for commit fabric config\n- set_fact:\n device_name: \"{{pr_name}}\"\n dev...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 12869, "all_permissive": true }
ansible_role
sagarkchitnis/AgentTestFramework
6a94cf6225cf881a2ccf4b8ed23828db20a035c6
0
controller/src/config/fabric-ansible/ansible-playbooks/roles/wait_for_fpc_online
7,445
[ "permissive" ]
[ { "path": "controller/src/config/fabric-ansible/ansible-playbooks/roles/wait_for_fpc_online/tasks/do_until_loop.yml", "content": "---\n- name: Execute commands from template (recursive)\n include_tasks: \"{{task_file}}\"\n\n- block:\n - name: Timeout (\"{{ delay * retries }}\" seconds)\n fail:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1853, "all_permissive": true }
ansible_role
sagarkchitnis/AgentTestFramework
6a94cf6225cf881a2ccf4b8ed23828db20a035c6
0
controller/src/config/fabric-ansible/ansible-playbooks/roles/ztp_tftp_config
7,445
[ "permissive" ]
[ { "path": "controller/src/config/fabric-ansible/ansible-playbooks/roles/ztp_tftp_config/templates/juniper.sh.j2", "content": "#!/bin/sh\nserial_number=$(echo \"show system information | display xml\" | cli | grep serial-number | awk -F\">\" '{print $2}' | awk -F\"<\" '{print $1}')\ncat <<EOF > /tmp/juniper....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1409, "all_permissive": true }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/apache
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/apache/tasks/main.yaml", "content": "---\n- name: install httpd\n yum: name={{item}} state=latest\n with_items:\n - httpd\n - mod_ssl\n\n- name: start httpd\n service: name=httpd enabled=yes state=started\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/apc
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/apc/files/apc.ini", "content": "extension = apc.so\napc.enabled = 1\napc.shm_size = 128M\napc.ttl = 3600\napc.user_ttl = 3600\napc.gc_ttl = 7200\napc.stat = 1\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "provis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1438, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/createdb
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/createdb/files/reclo.sql", "content": "SET SESSION FOREIGN_KEY_CHECKS=0;\n\nDROP TABLE IF EXISTS admin_action_logs;\nDROP TABLE IF EXISTS admin_users;\nDROP TABLE IF EXISTS agents;\nDROP TABLE IF EXISTS agent_rewards;\nDROP TABLE IF EXISTS auto_mails;\nDROP TABLE IF EXISTS auto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 66876, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/mysql
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/mysql/tasks/main.yaml", "content": "---\n- name: set mysql-community repository\n shell: rpm -Uvh --force http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm\n\n- name: yum install mysql5.6\n yum: name={{item}} state=installed\n with_items:\n - mysql-communi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/mysqlclient
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/mysqlclient/tasks/main.yaml", "content": "---\n- name: set mysql-community repository\n shell: rpm -Uvh --force http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm\n\n- name: yum install mysql5.6\n yum: name={{item}} state=installed\n with_items:\n - mysql-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/nginx
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/tasks/main.yaml", "content": "---\n- name: nginx yum conf copy\n copy: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo\n\n- name: install nginx\n yum: name={{item}} state=latest\n with_items:\n - nginx\n\n- name: check default.conf exists or not\n shell: \"[ -f /et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 848, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/php
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/php/tasks/main.yaml", "content": "---\n- name: set epel repository\n shell: rpm -Uvh --force http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm\n\n- name: set remi repostory \n command: sudo rpm -Uvh --force http://rpms.famillecollet.com/enterprise/remi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1967, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/roles/jpegoptim
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/roles/jpegoptim/tasks/main.yaml", "content": "---\n- name: install libjpeg\n yum: name={{item}} state=latest\n with_items:\n - libjpeg\n - libjpeg-turbo-devel\n\n- name: download source\n get_url: dest={{jpegoptim_source_path}} url={{jpegoptim_source_url}}\n\n- name: u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/roles/mysql
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/roles/mysql/tasks/main.yaml", "content": "---\n- name: yum install mysql5.1\n yum: name={{item}} state=installed\n with_items:\n - mysql\n - mysql-devel\n - mysql-server\n\n- name: install MySQL-python module\n yum: name=MySQL-python state=installed\n\n- name: copy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/roles/mysqlclient
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/roles/mysqlclient/tasks/main.yaml", "content": "---\n- name: set mysql repository\n shell: rpm -Uvh --force http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm\n\n- name: yum install mysql5.6\n yum: name={{item}} state=present\n with_items:\n - mysql-community-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/roles/source
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/roles/source/tasks/main.yaml", "content": "---\n- name: install git\n yum: name={{item}} state=present\n with_items:\n - git\n - python-passlib\n\n- name: httpd config copy zen.conf\n copy: src=zen.conf dest=/etc/httpd/conf.d/zen.conf\n\n- name: httpd config mkdir ssl\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2424, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/scala
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/scala/tasks/main.yaml", "content": "---\n- name: set typesafe repository\n shell: rpm -Uvh --force http://rpm.typesafe.com/typesafe-repo-2.0.0-1.noarch.rpm\n\n- name: install jdk\n yum: name={{item}} state=latest\n with_items:\n - java-1.8.0-openjdk\n - java-1.8.0-open...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 931, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/server
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/server/tasks/main.yaml", "content": "---\n- name: copy iptables (web)\n copy: src=iptables.web dest=/etc/sysconfig/iptables\n sudo: yes\n tags: web\n\n- name: copy iptables (db)\n copy: src=iptables.db dest=/etc/sysconfig/iptables\n sudo: yes\n tags: db\n\n- name: restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
showz/scalatest_env
d07116e16c01195a1320caf6e32f9c9fa1ac67b7
0
provisioning/roles/source
7,445
[ "no_license" ]
[ { "path": "provisioning/roles/source/tasks/main.yaml", "content": "---\n- name: install git\n yum: name={{item}} state=present\n with_items:\n - git\n\n- name: nginx config copy scalatest.conf\n copy: src=scalatest.conf dest=/etc/nginx/conf.d/scalatest.conf\n\n- name: nginx config copy server.crt\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 781, "all_permissive": false }
ansible_role
yuta-kawasaki-0911/ansible_playbook
7fcda7fe39676445d9082377a6de26184c23e5d7
1
operation/manage_authorized_keys/roles/copy_file
7,445
[ "no_license" ]
[ { "path": "operation/manage_authorized_keys/roles/copy_file/tasks/main.yml", "content": "---\n- name: 対象のauthファイルに公開鍵を追加\n copy:\n src: '{{ authorized_keys_file }}' \n dest: /home/{{ user }}/.ssh/authorized_keys\n owner: '{{ user }}'\n group: '{{ user }}'\n mode: 0600\n backup: yes\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
yuta-kawasaki-0911/ansible_playbook
7fcda7fe39676445d9082377a6de26184c23e5d7
1
operation/roles/add_user
7,445
[ "no_license" ]
[ { "path": "operation/roles/add_user/tasks/main.yml", "content": "---\n- name: create user\n user:\n name: '{{ user_name }}'\n password: '{{ <PASSWORD> }}'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
yuta-kawasaki-0911/ansible_playbook
7fcda7fe39676445d9082377a6de26184c23e5d7
1
operation/roles/dbuser
7,445
[ "no_license" ]
[ { "path": "operation/roles/dbuser/tasks/main.yml", "content": "---\n- name: Install python mysqldb module\n yum:\n name: MySQL-python\n\n- name: Add DB users\n mysql_user:\n name: \"{{ item.name }}\"\n state: present\n password: \"{{ <PASSWORD> }}\"\n host: \"{{ item.host }}\"\n priv: '*...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
yuta-kawasaki-0911/ansible_playbook
7fcda7fe39676445d9082377a6de26184c23e5d7
1
operation/roles/give_hosts
7,445
[ "no_license" ]
[ { "path": "operation/roles/give_hosts/tasks/main.yml", "content": "---\n- name: copy admatrixDSP_infra_configfiles/hosts\n copy: \n src: /home/ansible/admatrixDSP_infra_configfiles/{{ file }} \n dest: /etc/hosts \n mode: 0664 \n backup: yes\n\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
yuta-kawasaki-0911/ansible_playbook
7fcda7fe39676445d9082377a6de26184c23e5d7
1
operation/roles/sudoers
7,445
[ "no_license" ]
[ { "path": "operation/roles/sudoers/tasks/main.yml", "content": "---\n- name: copy the sudoers files\n copy:\n src: '{{ inventory_hostname }}'\n dest: /etc/sudoers.d/sudoers\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
yuta-kawasaki-0911/ansible_playbook
7fcda7fe39676445d9082377a6de26184c23e5d7
1
operation/roles/user
7,445
[ "no_license" ]
[ { "path": "operation/roles/user/tasks/main.yml", "content": "---\n- name: Add Linux users\n user:\n name: \"{{ item.name }}\"\n password: \"{{ item.pass|password_hash('<PASSWORD>') }}\"\n state: present\n shell: /bin/bash\n with_items: \"{{ users_info }}\"\n\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
brneirik/PGR301-exercise-3
e3f6781e9cb40621f90300798d6e871046f3580f
0
roles/webserver
7,445
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: Install java\n apt: \n name: default-jre\n update_cache: yes\n state: installed\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
williamleung/lite-deploy-sample
b83b19707a7f4dd2b54f891e759f7bdd7df0789b
9
InitializeHosts/roles/admin
7,445
[ "no_license" ]
[ { "path": "InitializeHosts/roles/admin/tasks/main.yml", "content": "---\n## following tasks only for admin node\n# sync the ssh key for admin node\n#- name: \"sync all ssh_keys\"\n# copy:\n# #src: \"~/.ssh/id_rsa\"\n# src: \"/vagrant/test/id_rsa\"\n# dest: \"/root/.ssh\"\n# mode: 0600\n\n# donw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }
ansible_role
williamleung/lite-deploy-sample
b83b19707a7f4dd2b54f891e759f7bdd7df0789b
9
InitializeHosts/roles/basics
7,445
[ "no_license" ]
[ { "path": "InitializeHosts/roles/basics/tasks/main.yml", "content": "---\n#- name: \"backup sources.list to /etc/apt/\"\n# shell: mv /etc/apt/sources.list /etc/apt/sources.list.bak\n- name: \"Add IP address of all hosts to all hosts\"\n lineinfile:\n dest: /etc/hosts\n line: \"{{ hostvars[item].ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2908, "all_permissive": false }
ansible_role
williamleung/lite-deploy-sample
b83b19707a7f4dd2b54f891e759f7bdd7df0789b
9
dockerBuild/ansible/roles/hub
7,445
[ "no_license" ]
[ { "path": "dockerBuild/ansible/roles/hub/tasks/debian.yml", "content": "---\n\n- name: mkdir deploy repo dir\n file: path={{ repo_dir }}/images state=directory mode=0755 recurse=yes\n\n- name: install nginx as downloading server\n apt: name=nginx state=installed\n\n- name: config root path for downloading...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 686, "all_permissive": false }