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
Roman-Teterevlev/SYS-19_diploma
2a57f4aa0cd260be835101920205e13f856cd001
0
ansible/roles/zabbix_agent_web1_2
410
[ "no_license" ]
[ { "path": "ansible/roles/zabbix_agent_web1_2/tasks/install_service.yaml", "content": "---\n - name: install zabbix-agent service\n become: yes\n ansible.builtin.apt:\n name:\n - zabbix-agent\n state: present\n\n - name: replace the line password\n ansible.builtin.lineinfile:\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1107, "all_permissive": false }
ansible_role
strayFabler/ansible_lab1
ce078d45320b6727807d992b9a5b31687f4e1edf
0
wordpress/roles/mysql
410
[ "no_license" ]
[ { "path": "wordpress/roles/mysql/templates/my.cnf.j2", "content": "[mysqld]\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql/mysql.sock\nuser=mysql\n# Disabling symbolic-links is recommended to prevent assorted security risks\nsymbolic-links=0\nport=3306\n\n[mariadb-server_safe]\nlog-error=/var/log/mariadb-se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1016, "all_permissive": false }
ansible_role
kilhankim/ansible
352bb8218ea344ed953a8f51c1e1364d974eb238
0
roles/jenkins
410
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n\n- name: Import Jenkins GPG key \n rpm_key: \n state: present \n key: http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key \n\n- name: Add Jenkins repository \n yum_repository: \n name: jenkins \n description...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 593, "all_permissive": false }
ansible_role
ValentinBasin/my_blog
ce706bfc1ba819aeec313b1b38053d85be685b1d
0
ansible/roles/nginx
410
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: InstallNginx\n ansible.builtin.apt:\n name: nginx\n state: present\n\n- name: RestartNginx\n ansible.builtin.service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
ValentinBasin/my_blog
ce706bfc1ba819aeec313b1b38053d85be685b1d
0
ansible/roles/server
410
[ "no_license" ]
[ { "path": "ansible/roles/server/tasks/main.yml", "content": "- name: UpdatePackages\n ansible.builtin.apt:\n update_cache: true\n upgrade: dist\n\n- name: InstallPackages\n ansible.builtin.apt:\n name:\n - certbot\n - python3-pip\n - ufw\n state: present\n\n- name: SetupUFW\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
jamesdillonharvey/greenhouse
f0ee8b8b3cf1d3e81e249f5cf593865592a1e22e
0
roles/dht
410
[ "no_license" ]
[ { "path": "roles/dht/tasks/main.yaml", "content": "- name: Create a directory if it does not exist\n become: true\n file:\n path: \"{{base_dir}}\"\n state: directory\n \n- name: Deploy dht script\n become: true\n copy: src=dht11.py dest=\"{{base_dir}}\"\n\n- name: Deploy dht in\n become: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1163, "all_permissive": false }
ansible_role
jamesdillonharvey/greenhouse
f0ee8b8b3cf1d3e81e249f5cf593865592a1e22e
0
roles/system
410
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yaml", "content": "- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n \n- name: Install Adafruit_DHT package\n pip:\n name: Adafruit_DHT\n executable: pip3\n \n \n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
shaikh1514/rhce_11th_april
4c6a7b949d55c6a732baa2bd15da2ab4e3e43856
0
Exam_Prep/exam-ansible/roles/apache
410
[ "no_license" ]
[ { "path": "Exam_Prep/exam-ansible/roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n - name: installing package\n ansible.builtin.dnf:\n name:\n - httpd\n - firewalld\n state: latest\n\n - name: start service\n ansible.builtin.service:\n name: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
shaikh1514/rhce_11th_april
4c6a7b949d55c6a732baa2bd15da2ab4e3e43856
0
roles/httpd
410
[ "no_license" ]
[ { "path": "roles/httpd/handlers/main.yml", "content": "---\n# handlers file for httpd\n - name: restart\n ansible.builtin.service:\n name: \"{{ pkg1 }}\"\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles/http...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 866, "all_permissive": false }
ansible_role
shaikh1514/rhce_11th_april
4c6a7b949d55c6a732baa2bd15da2ab4e3e43856
0
roles/myrole
410
[ "no_license" ]
[ { "path": "roles/myrole/tasks/main.yml", "content": "---\n# tasks file for myrole\n - name: first role tasks\n ansible.builtin.command:\n cmd: lsblk\n notify: role_handler\n\n - name: second role tasks\n ansible.builtin.debug:\n msg: This is Roles tasks\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 328, "all_permissive": false }
ansible_role
zhyrkin/OTUS.Lesson35.VPN
6c6a451b400a5805e7c253761d0c9e14769dadcb
0
roles/config_ovpn
410
[ "no_license" ]
[ { "path": "roles/config_ovpn/tasks/main.yml", "content": "---\n- name: create key-file\n ansible.builtin.template:\n src: static.key\n dest: /etc/openvpn/static.key\n mode: '0600'\n \n- name: configure server\n ansible.builtin.template:\n src: server\n dest: /etc/openvpn/server.conf\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 764, "all_permissive": false }
ansible_role
zhyrkin/OTUS.Lesson35.VPN
6c6a451b400a5805e7c253761d0c9e14769dadcb
0
roles/install_utils
410
[ "no_license" ]
[ { "path": "roles/install_utils/tasks/main.yml", "content": "---\n- name: Run the equivalent of \"apt-get update\" as a separate step\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: install utils\n ansible.builtin.apt:\n name:\n - openvpn \n - iperf3 \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
Leeo-pro/my-first-circleci
897d43d84ec21be41cb7515ec45affbc0b214d7f
0
ansible/roles/07_app
410
[ "no_license" ]
[ { "path": "ansible/roles/07_app/templates/puma.conf.j2", "content": "upstream app {\n server unix:/var/www/raisetech-live8-sample-app/tmp/sockets/puma.sock;\n}\n\nserver {\n listen 80;\n server_name {{ alb_dns }};\n\n access_log /var/log/nginx/access.log;\n error_log /var/log/nginx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2247, "all_permissive": false }
ansible_role
Leeo-pro/my-first-circleci
897d43d84ec21be41cb7515ec45affbc0b214d7f
0
ansible/roles/08_mysql
410
[ "no_license" ]
[ { "path": "ansible/roles/08_mysql/tasks/main.yml", "content": "# rpmのインストールを追加\n- name: yum update all package\n become: true\n ansible.builtin.yum:\n name: \"*\"\n state: latest\n\n\n- name: uninstall MariaDB\n become: true\n yum:\n name: mariadb*\n state: absent\n\n\n- name: Check if GPG k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
Leeo-pro/my-first-circleci
897d43d84ec21be41cb7515ec45affbc0b214d7f
0
ansible/roles/09_nginx
410
[ "no_license" ]
[ { "path": "ansible/roles/09_nginx/tasks/main.yml", "content": "---\n- name: Check if nginx is installed\n become: true\n become_user: root\n command: nginx -version\n ignore_errors: true\n register: nginx_check\n\n- name: Install nginx if not installed\n become: true\n yum:\n name: nginx\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2137, "all_permissive": false }
ansible_role
kcabartolome/CPE232_Bartolome_HOA15
959222b6a40bdf3582435d66ad4115b40e43f0d5
0
roles/cinder
410
[ "no_license" ]
[ { "path": "roles/cinder/tasks/main.yml", "content": "- name: install cinder (Ubuntu)\n apt:\n name:\n - cinder-api\n - cinder-backup\n state: present\n update_cache: yes\n\n- name: configure cinder\n copy:\n dest: /etc/cinder/cinder.conf\n content: |\n [DEFAULT]\n auth_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 699, "all_permissive": false }
ansible_role
kcabartolome/CPE232_Bartolome_HOA15
959222b6a40bdf3582435d66ad4115b40e43f0d5
0
roles/horizon
410
[ "no_license" ]
[ { "path": "roles/horizon/tasks/main.yml", "content": "- name: install horizon (Ubuntu)\n apt:\n name:\n - openstack-dashboard\n state: present\n update_cache: yes\n\n- name: configure horizon\n copy:\n dest: /etc/openstack-dashboard/local_settings.py\n content: |\n CACHES = {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1098, "all_permissive": false }
ansible_role
kcabartolome/CPE232_Bartolome_HOA15
959222b6a40bdf3582435d66ad4115b40e43f0d5
0
roles/neutron
410
[ "no_license" ]
[ { "path": "roles/neutron/tasks/main.yml", "content": "- name: install neutron (Ubuntu)\n apt:\n name: neutron-linuxbridge-agent\n state: present\n update_cache: yes\n\n- name: Configuring the Neutron\n copy:\n dest: /etc/neutron/neutron.conf\n content: |\n [DEFAULT]\n auth_strateg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 710, "all_permissive": false }
ansible_role
nergalex/webmap-NGINX-controller
97f5f804ed22ad1775615c1ff774871e8cee8fcf
1
playbooks/roles/poc-azure
415
[ "no_license" ]
[ { "path": "playbooks/roles/poc-azure/defaults/main.yaml", "content": "---\n# default variables\nactivity:\nowner: CMS_ansible_tower\ninfra_admin_username: 'cyber'\napp_admin_username: 'cyber'\nkey_dir: \"{{ playbook_dir }}/roles/poc-azure/files/id_rsa.crt\"\nkey_data: \" {{ lookup('file', key_dir) }} \"\ntm...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4288, "all_permissive": false }
ansible_role
nergalex/webmap-NGINX-controller
97f5f804ed22ad1775615c1ff774871e8cee8fcf
1
playbooks/roles/poc-nginx
415
[ "no_license" ]
[ { "path": "playbooks/roles/poc-nginx/tasks/onboarding_nginx_unit_faas_app.yaml", "content": "---\n# https://unit.nginx.org/installation/centos\n- name: COPY unit repo\n copy:\n content: \"{{ lookup('template', 'unit_repo.conf') }}\"\n dest: /etc/yum.repos.d/unit.repo\n\n- name: INSTALL package\n pac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3326, "all_permissive": false }
ansible_role
nergalex/webmap-NGINX-controller
97f5f804ed22ad1775615c1ff774871e8cee8fcf
1
playbooks/roles/poc-nginx_controller
415
[ "no_license" ]
[ { "path": "playbooks/roles/poc-nginx_controller/templates/identity_provider_bis.json", "content": "{\n \"metadata\": {\n \"name\": \"idp_bis_{{item.name | lower }}_{{item.identityProviders.0 | lower }}\",\n \"displayName\": \"{{ item.identityProviders.0 }} for {{item.name}} BIS\",\n \"description\...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 20490, "all_permissive": false }
ansible_role
Timych84/ansible_node_exporter
dceadbe3fb74ca024577cd2ff4ec79bf558ed79f
0
roles/node_exporter_mtls
415
[ "no_license" ]
[ { "path": "roles/node_exporter_mtls/handlers/main.yml", "content": "---\n# handlers file for node_exporter_mtls\n- name: Restart node_exporter\n ansible.builtin.systemd:\n name: node_exporter\n state: restarted\n- name: Restart snmp_exporter\n ansible.builtin.systemd:\n name: snmp_exporter\n s...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 18340, "all_permissive": false }
ansible_role
Otus-DevOps-2020-02/gvashchenkolineate_infra
adc5757e446926bd1658610e7bfffcc0a0773900
2
ansible/roles/app
415
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "---\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Install Ruby, rubygems and required packages\n apt: name={{ item }} state=present\n with_items:\n - ruby-full\n - ruby-bundler\n - build-essential\n\n- name: Check Ruby and ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
gojira3070/mediawiki_with_ansible
938f100e6fe26f6057936f986034b13cb4647b7f
0
roles/mediawiki
415
[ "no_license" ]
[ { "path": "roles/mediawiki/tasks/php.yml", "content": "---\n- name: update du cache\n apt:\n update_cache: yes\n\n- name: installation php7.4\n apt:\n name: php7.4\n state: present\n\n- name : installation fonction php\n apt:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ php_packa...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1903, "all_permissive": false }
ansible_role
gojira3070/mediawiki_with_ansible
938f100e6fe26f6057936f986034b13cb4647b7f
0
roles/tools_mediawiki
415
[ "no_license" ]
[ { "path": "roles/tools_mediawiki/handlers/main.yml", "content": "---\n# handlers file for tools_mediawiki", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/tools_mediawiki/defaults/main.yml", "content": "---\n# defaults file for tools_media...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 519, "all_permissive": false }
ansible_role
kurisankaku/ansible-ror-server
de7289c5b5960bbdf44e5d29d6def7e7ef03f117
0
roles/common
415
[ "permissive" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n- name: firewalld reload\n become: yes\n command: \"firewall-cmd --reload\"\n\n- name: restart ntp\n become: yes\n service: name=ntpd state=restarted\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], ...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2805, "all_permissive": true }
ansible_role
kurisankaku/ansible-ror-server
de7289c5b5960bbdf44e5d29d6def7e7ef03f117
0
roles/dbservers
415
[ "permissive" ]
[ { "path": "roles/dbservers/tasks/main.yml", "content": "---\n- name: Define mysql_packages\n set_fact:\n mysql_packages: \"{{__mysql_packages | list}}\"\n when: mysql_packages is not defined\n\n- name: Define mysql_daemon.\n set_fact:\n mysql_daemon: \"{{ __mysql_daemon }}\"\n when: mysql_daemon i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3669, "all_permissive": true }
ansible_role
kurisankaku/ansible-ror-server
de7289c5b5960bbdf44e5d29d6def7e7ef03f117
0
roles/webservers
415
[ "permissive" ]
[ { "path": "roles/webservers/templates/rails_logrotate.j2", "content": "{{ puma_app_path }}/log/*log {\n daily\n dateext\n dateformat -%Y%m%d\n notifempty\n missingok\n rotate 30\n compress\n delaycompress\n copytruncate\n sharedscripts\n}\n", "license_type": "permissive", "detected_license...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 23, "total_bytes": 15695, "all_permissive": true }
ansible_role
thevkozlovsky/ansible-virtualization
e922430bd6e03eee32b6260df9481bc0bf46e649
15
roles/guest-install
415
[ "no_license" ]
[ { "path": "roles/guest-install/templates/interfaces.j2", "content": "# This file describes the network interfaces available on your system\n# and how to activate them. For more information, see interfaces(5).\n\nsource /etc/network/interfaces.d/*\n\n# The loopback network interface\nauto lo\niface lo inet l...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8700, "all_permissive": false }
ansible_role
thevkozlovsky/ansible-virtualization
e922430bd6e03eee32b6260df9481bc0bf46e649
15
roles/host-install
415
[ "no_license" ]
[ { "path": "roles/host-install/tasks/network.yml", "content": "---\n\n- name: KVM | Copy interfaces settings\n template: \n src: interfaces.j2 \n dest: /etc/network/interfaces\n notify:\n - restart network # restart network if configuration changes", "license_type": "no_license", "detected...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1884, "all_permissive": false }
ansible_role
code-complete-ltd/azure-configuration
1bd5b0d018eb5fed7d7f7ee6c2d8b67115bccbcc
0
Ansible/roles/web
415
[ "no_license" ]
[ { "path": "Ansible/roles/web/handlers/main.yml", "content": "- name: Restart code-complete.co.uk service\n notify:\n service:\n state: restarted\n name: code-complete.co.uk\n\n- name: Restart colleendavidson.co.uk service\n notify:\n service:\n state: restarted\n name: colleendavidson.co.uk\...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4950, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/authentication-tokens
415
[ "no_license" ]
[ { "path": "roles/authentication-tokens/tasks/main.yml", "content": "\n- name: set up a Certificate directory\n file:\n path: \"{{ users_cert_dir }}\"\n state: directory\n recurse: true\n\n- name: set up user config files\n shell: |\n set -euo pipefail\n kubectl --kubeconfig={{ item.username...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/digital-ocean-destroy
415
[ "no_license" ]
[ { "path": "roles/digital-ocean-destroy/tasks/main.yml", "content": "---\n- name: remove public ssh key\n digital_ocean:\n state: absent\n command: ssh\n name: \"{{ DIGITAL_OCEAN_KEYPAIR_NAME }}\"\n when: DIGITAL_OCEAN_KEYPAIR_NAME is defined\n\n- name: remove instances\n digital_ocean:\n comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/digital-ocean-provision
415
[ "no_license" ]
[ { "path": "roles/digital-ocean-provision/defaults/main.yml", "content": "---\nimage: ubuntu-18-04-x64\nflavor: 4gb\nregion_name: fra1\nservers:\n - name: node1\n groups: digital-ocean,testing,etcds,masters\n - name: node2\n groups: digital-ocean,testing,etcds,masters\n - name: node3\n groups: di...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1695, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/etcd
415
[ "no_license" ]
[ { "path": "roles/etcd/tasks/main.yml", "content": "---\n\n- name: create etcd ssl directory\n file:\n path: /etc/etcd/ssl/\n state: directory\n recurse: true\n\n- name: copy etcd certificates\n copy:\n src: \"{{ etcd_cert_dir }}/{{ item }}\"\n dest: \"/etc/etcd/ssl/{{ item }}\"\n with_item...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3895, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/etcd-certificates
415
[ "no_license" ]
[ { "path": "roles/etcd-certificates/files/server.json", "content": "{\n \"CN\": \"etcd server\",\n \"hosts\": [\n \"localhost\",\n \"127.0.0.1\",\n \"etcd1\",\n \"etcd2\",\n \"etcd3\"\n ],\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n }\n}\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2084, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/master
415
[ "no_license" ]
[ { "path": "roles/master/defaults/main.yml", "content": "---\nnumber_of_pods: \"{{ nodes_count|int * kubelet_max_pods|int }}\"\napiserver_max_requests_inflight: \"{{ number_of_pods|float * 1.4 }}\"\napiserver_max_mutating_requests_inflight: \"{{ number_of_pods|float * 0.9 }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 10296, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/master-certificates
415
[ "no_license" ]
[ { "path": "roles/master-certificates/templates/node.json.j2", "content": "{\n \"CN\": \"system:node:{{ item }}\",\n \"hosts\": [\n \"{{ hostvars[item]['network']['internalIP'] }}\",\n \"127.0.0.1\",\n \"localhost\"\n ],\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5250, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/master-proxy
415
[ "no_license" ]
[ { "path": "roles/master-proxy/templates/nginx.conf.j2", "content": "user nginx;\nworker_processes 1;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nstream {\n server {\n listen 6443;\n proxy_pass m<PASSWORD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1899, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/node
415
[ "no_license" ]
[ { "path": "roles/node/templates/kube-proxy-config.j2", "content": "apiVersion: kubeproxy.config.k8s.io/v1alpha1\nkind: KubeProxyConfiguration\nclusterCIDR: \"10.48.0.0/12\"\nhostnameOverride: \"{{ network.internalIP }}\"\nclientConnection:\n kubeconfig: \"/etc/kube-proxy/kubeconfig\"\n", "license_type"...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 8818, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/ovh-destroy
415
[ "no_license" ]
[ { "path": "roles/ovh-destroy/tasks/main.yml", "content": "---\n- name: remove public ssh key\n os_keypair:\n state: absent\n name: \"{{ OVH_KEYPAIR_NAME }}\"\n when: OVH_KEYPAIR_NAME is defined\n\n- name: remove instances\n os_server:\n name: \"{{ OVH_NODES_PREFIX }}-{{ item }}\"\n state: abs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/ovh-provision
415
[ "no_license" ]
[ { "path": "roles/ovh-provision/tasks/main.yml", "content": "---\n\n- name: generate SSH key directory\n file:\n path: /root/.ssh/digital-ocean\n state: directory\n recurse: yes\n\n- name: generate SSH key\n command: ssh-keygen -b 2048 -t rsa -f /root/.ssh/digital-ocean/id_rsa -q -N \"\"\n args:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1452, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/prepare-benchmarks
415
[ "no_license" ]
[ { "path": "roles/prepare-benchmarks/tasks/main.yml", "content": "---\n\n- name: install packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - mbw\n - sysbench\n - curl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
utopia-planitia/kubernetes
3df067874bc01ae18e786f346bcff7a83bb31134
1
roles/registry-mirror
415
[ "no_license" ]
[ { "path": "roles/registry-mirror/tasks/main.yaml", "content": "\n- name: let docker discover internal registry mirror\n lineinfile:\n path: /etc/hosts\n regexp: '^10\\.16\\.0\\.7'\n line: '10.16.0.7 registry-mirror.kube-system.svc'\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
vramana/dot-files
9e126de48232e071d17bdc3ed253d4ce9554f1d9
1
roles/apt
415
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n\n# TODO add chrome apt_repository\n\n- name: install apt dependencies\n apt:\n state: present\n name: [\n 'ninja-build',\n 'cmake',\n 'libtool-bin',\n 'git',\n 'tilix',\n 'zsh',\n 'xclip',\n 'curl',\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 498, "all_permissive": false }
ansible_role
vramana/dot-files
9e126de48232e071d17bdc3ed253d4ce9554f1d9
1
roles/emacs
415
[ "no_license" ]
[ { "path": "roles/emacs/tasks/main.yml", "content": "---\n\n- name: Download emacs\n get_url:\n url: http://mirrors.syringanetworks.net/gnu/emacs/emacs-26.1.tar.gz\n dest: /tmp/emacs-26.1.tar.gz\n mode: \"0750\"\n\n- name: unzip emacs\n command: tar -xzvf emacs-26.1.tar.gz\n args:\n chdir: /tm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 645, "all_permissive": false }
ansible_role
vramana/dot-files
9e126de48232e071d17bdc3ed253d4ce9554f1d9
1
roles/fonts
415
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n\n- name: Download iosevka\n get_url:\n url: https://github.com/be5invis/Iosevka/releases/download/v2.0.2/02-iosevka-term-2.0.2.zip\n dest: /tmp/iosevka.zip\n\n- name: make local fonts dir\n file:\n dest: ~/.fonts\n state: directory\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
vramana/dot-files
9e126de48232e071d17bdc3ed253d4ce9554f1d9
1
roles/go
415
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n\n- name: Download Go\n get_url:\n url: https://dl.google.com/go/go1.11.4.linux-amd64.tar.gz\n dest: /tmp/go1.11.4.linux-amd64.tar.gz\n mode: \"0750\"\n\n- name: install go\n unarchive:\n src: /tmp/go1.11.4.linux-amd64.tar.gz\n dest: /us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
vramana/dot-files
9e126de48232e071d17bdc3ed253d4ce9554f1d9
1
roles/node
415
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n\n- name: Download nvm\n get_url:\n url: https://raw.githubusercontent.com/creationix/nvm/v0.7.0/install.sh\n dest: /tmp/nvm.sh\n mode: \"0750\"\n\n- name: Install nvm\n command: sh nvm.sh\n args:\n chdir: /tmp\n creates: ~/.nvm/nvm.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 874, "all_permissive": false }
ansible_role
vramana/dot-files
9e126de48232e071d17bdc3ed253d4ce9554f1d9
1
roles/rust
415
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yml", "content": "---\n- name: download installer rustup\n get_url:\n url: https://static.rust-lang.org/rustup.sh\n dest: /tmp/rustup.sh\n mode: \"0750\"\n register: cargo_download_installer_rustup\n until: cargo_download_installer_rustup is succeeded\n retries:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
vramana/dot-files
9e126de48232e071d17bdc3ed253d4ce9554f1d9
1
roles/vim
415
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n\n- name: nvim | fetch or update neovim git repo\n git:\n repo: https://github.com/neovim/neovim.git\n dest: \"{{tools_dir}}/neovim\"\n\n- name: install python neovim client\n pip:\n name: neovim\n extra_args: --user\n\n- name: compile nvi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
grabin-dev/private_network
6725d680236dcb3ec7faffcc048153908d80dc00
0
druid/ansible/roles/druid
415
[ "no_license" ]
[ { "path": "druid/ansible/roles/druid/vars/main.yml", "content": "---\n# vars file for druid", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "druid/ansible/roles/druid/README.md", "content": "Role Name\n=========\nA role that install druid demo r...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1776, "all_permissive": false }
ansible_role
maxcxam/ansible
559626ecd1aa1f7e70550882b464f7f3f9e176c3
0
roles/common
415
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n- name: apt upgrade\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 #One day\n become: yes\n\n- name: install pip3\n apt:\n name: python3-pip\n state: present\n become: yes\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
maxcxam/ansible
559626ecd1aa1f7e70550882b464f7f3f9e176c3
0
roles/db
415
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yaml", "content": "---\n- name: install mariadb\n apt:\n name: mariadb-server\n state: present\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
maxcxam/ansible
559626ecd1aa1f7e70550882b464f7f3f9e176c3
0
roles/db_user
415
[ "no_license" ]
[ { "path": "roles/db_user/tasks/main.yaml", "content": "---\n- name: Create a new database with name 'tours'\n community.mysql.mysql_db:\n name: tours\n state: present\n login_unix_socket: /run/mysqld/mysqld.sock\n\n\n- name: Removes anonymous user account for localhost\n community.mysql.mysql_use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 510, "all_permissive": false }
ansible_role
maxcxam/ansible
559626ecd1aa1f7e70550882b464f7f3f9e176c3
0
roles/nginx
415
[ "no_license" ]
[ { "path": "roles/nginx/templates/default.j2", "content": "### Created by ansible at {{cur_date}} {{cur_time}} ###\nserver {\n listen 80;\n listen [::]:80;\n\n server_name {{server_name}};\n root /var/www/{{root_path}};\n\n add_header X-Frame-Options \"SAMEORIGIN\";\n add_header X-Content-T...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1255, "all_permissive": false }
ansible_role
maxcxam/ansible
559626ecd1aa1f7e70550882b464f7f3f9e176c3
0
roles/nodejs
415
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yaml", "content": "---\n- name: Install the gpg key for nodejs LTS\n become: yes\n apt_key:\n url: \"https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key\"\n state: present\n\n- name: Install the nodejs LTS repos\n become: yes\n apt_repository:\n repo: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
maxcxam/ansible
559626ecd1aa1f7e70550882b464f7f3f9e176c3
0
roles/php
415
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yaml", "content": "---\n- name: php repository prerequisites\n become: yes\n apt:\n name:\n - lsb-release\n - gnupg2\n - ca-certificates\n - apt-transport-https\n - software-properties-common\n state: present\n\n- name: php repository add\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 984, "all_permissive": false }
ansible_role
maxcxam/ansible
559626ecd1aa1f7e70550882b464f7f3f9e176c3
0
roles/redis
415
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yaml", "content": "---\n- name: redis install\n become: yes\n snap:\n name: redis\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
AndreyAgafonov/SmartHome
d8159314e7ceee84a2442eb5931963d80c006b95
0
scripts/ansible/roles/base
415
[ "no_license" ]
[ { "path": "scripts/ansible/roles/base/tasks/main.yml", "content": "---\n# - name: asdfa\n# include_vars: defaults/main.yml\n\n- name: BASE |Install packages\n apt:\n name: \"{{ default_packages }}\"\n state: present\n\n- name: BASE |Set timezone\n timezone:\n name: \"{{ ntp_timezone }}\"\n\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1009, "all_permissive": false }
ansible_role
AndreyAgafonov/SmartHome
d8159314e7ceee84a2442eb5931963d80c006b95
0
scripts/ansible/roles/homeAssistentServer
415
[ "no_license" ]
[ { "path": "scripts/ansible/roles/homeAssistentServer/vars/main.yml", "content": "---\n# vars file for homeAssistentServer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "scripts/ansible/roles/homeAssistentServer/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2010, "all_permissive": false }
ansible_role
GeekHomeInside/nginx-example-ansible
ba1e2f78aa09db7c9ed472a489d18a037d6c5f08
0
roles/local_datas
415
[ "no_license" ]
[ { "path": "roles/local_datas/tasks/main.yml", "content": "- name: allspark data directory creation\n file:\n state: directory\n path: \"{{ allspark_root_directory }}/{{item}}\"\n with_items:\n - config\n - data\n - data/secrets\n\n- name: Test admin user existence\n stat: path=\"{{ allspar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 860, "all_permissive": false }
ansible_role
GeekHomeInside/nginx-example-ansible
ba1e2f78aa09db7c9ed472a489d18a037d6c5f08
0
roles/nginx
415
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Docker network creation\n docker_network:\n name: \"allspark\"\n\n- name: Create nginx config folder\n file:\n state: directory\n path: \"{{ allspark_root_directory }}/config/nginx\"\n\n- name: Create nginx data certs folder\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4692, "all_permissive": false }
ansible_role
GeekHomeInside/nginx-example-ansible
ba1e2f78aa09db7c9ed472a489d18a037d6c5f08
0
roles/pip
415
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "- name: allspark data directory creation\n file:\n state: directory\n path: \"{{ allspark_root_directory }}/{{item}}\"\n with_items:\n - config\n - data\n - data/secrets\n\n- name: send [Pip] Requirements to remote server\n copy:\n src: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
sushanghai/pl
b9554b95c2ef8eac54eab6e367b2ab5bbe0935bc
0
sunny-shell/ansible/roles/nginx
417
[ "no_license" ]
[ { "path": "sunny-shell/ansible/roles/nginx/tasks/main.yml", "content": "- name: install nginx package\n yum: name=nginx state=latest\n- name: copy nginx conf file\n template: src=web.conf.j2 dest=/etc/nginx/conf.d/web.conf\n notify: reload nginx\n tags: cpfile\n- name: create docroot dir\n file: path={...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 539, "all_permissive": false }
ansible_role
unclebean/init-env
b14fe31437244c1eed6a22a3590645af2e44fa0c
0
roles/clojure
417
[ "no_license" ]
[ { "path": "roles/clojure/tasks/main.yml", "content": "- name: install leiningen\n get_url:\n url: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein\n dest: /usr/local/bin/lein\n mode: 0755\n\n- name: install boot\n get_url:\n url: https://github.com/boot-clj/boot-bin/rele...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 323, "all_permissive": false }
ansible_role
unclebean/init-env
b14fe31437244c1eed6a22a3590645af2e44fa0c
0
roles/docker
417
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: install docker\n apt: name=docker.io state=latest update-cache=yes force=yes\n\n- name: create docker service\n shell: systemctl start docker\n args:\n executable: /bin/bash\n notify:\n - enable docker service", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 319, "all_permissive": false }
ansible_role
unclebean/init-env
b14fe31437244c1eed6a22a3590645af2e44fa0c
0
roles/elixir
417
[ "no_license" ]
[ { "path": "roles/elixir/tasks/main.yml", "content": "---\n\n- name: Download Erlang Solutions repo\n get_url:\n url: https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb\n dest: /tmp\n\n- name: Add Erlang Solutions repo \n command: dpkg -i erlang-solutions_1.0_all.deb\n args:\n chd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
unclebean/init-env
b14fe31437244c1eed6a22a3590645af2e44fa0c
0
roles/foundation
417
[ "no_license" ]
[ { "path": "roles/foundation/tasks/foundation.yml", "content": "---\n\n- name: ensure python 2, aptitude installed for ansible\n raw: apt install python aptitude -y -q\n become: true\n\n- name: Change root password\n user: name=root password=\"{{ UBUNTU_COMMON_ROOT_PASSWORD }}\"\n\n- name: Add deploy user...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2951, "all_permissive": false }
ansible_role
unclebean/init-env
b14fe31437244c1eed6a22a3590645af2e44fa0c
0
roles/jenkins
417
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n\n- name: Create jenkins directory\n file: path=/var/jenkins state=directory\n file: path=/var/jenkins/jenkins_home state=directory\n\n- name: Copy jenkins docker config file to directory\n copy: src={{ item }} dest=/var/jenkins/{{ item }}\n wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2511, "all_permissive": false }
ansible_role
unclebean/init-env
b14fe31437244c1eed6a22a3590645af2e44fa0c
0
roles/manageports
417
[ "no_license" ]
[ { "path": "roles/manageports/tasks/main.yml", "content": "---\n\n- name: Allow tcp ports\n ufw: rule=allow port={{ item }} proto=tcp\n with_items: \"{{allow_ports}}\"\n\n- name: Deny tcp ports\n ufw: rule=deny port={{ item }} proto=tcp\n with_items: \"{{deny_ports}}\"", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
unclebean/init-env
b14fe31437244c1eed6a22a3590645af2e44fa0c
0
roles/mongodb
417
[ "no_license" ]
[ { "path": "roles/mongodb/handlers/main.yml", "content": "- name: enable mongodb service\n shell: systemctl enable mongodb\n args:\n executable: /bin/bash", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/mongodb/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1113, "all_permissive": false }
ansible_role
unclebean/init-env
b14fe31437244c1eed6a22a3590645af2e44fa0c
0
roles/monit
417
[ "no_license" ]
[ { "path": "roles/monit/tasks/main.yml", "content": "---\n \n- name: install monit\n apt: name=monit update_cache=yes\n notify:\n - start monit", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
unclebean/init-env
b14fe31437244c1eed6a22a3590645af2e44fa0c
0
roles/nginx
417
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: install nginx\n apt: name=nginx update_cache=yes\n\n- name: creates directory\n file: path=/var/app state=directory owner={{ubuntu_common_deploy_user_name}} group={{ubuntu_common_deploy_user_name}} mode=0775\n\n- name: change nginx available fold...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 856, "all_permissive": false }
ansible_role
unclebean/init-env
b14fe31437244c1eed6a22a3590645af2e44fa0c
0
roles/nodejs
417
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- name: load node source\n get_url:\n url=https://deb.nodesource.com/setup_10.x\n dest=/tmp/nodejs_setup_10.x\n mode=755\n\n- name: execute nodejs shell\n shell: /tmp/nodejs_setup_10.x\n args:\n executable: /bin/bash\n\n- name: install node...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
unclebean/init-env
b14fe31437244c1eed6a22a3590645af2e44fa0c
0
roles/postgresql
417
[ "no_license" ]
[ { "path": "roles/postgresql/defaults/main.yml", "content": "postgresql:\n max_connections: '100'\n shared_buffers: '32MB'\n effective_cache_size: '512MB'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/postgresql/vars/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2277, "all_permissive": false }
ansible_role
bassista/ansible-tutorial
f5f60d26ba0dccc9958340dd0ad083ea876e7454
0
ansible/roles/ping
417
[ "no_license" ]
[ { "path": "ansible/roles/ping/tasks/ping.yml", "content": "---\n- hosts: all\n tasks:\n - name: Ping machine.\n ping:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 60, "all_permissive": false }
ansible_role
bassista/ansible-tutorial
f5f60d26ba0dccc9958340dd0ad083ea876e7454
0
ansible/roles/slack
417
[ "no_license" ]
[ { "path": "ansible/roles/slack/tasks/main.yml", "content": "---\n - name: Say hello on slack channel.\n local_action:\n module: slack\n token: \"{{ slack_token }}\"\n username: \"ansible\"\n msg: \"Hello\"\n channel: \"test\"\n # RED logo http://www.geedew.com/wp-content/up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
john24rel/spring-petclinic
c2eadd9decfa44339c41addca986eb7713e3f10a
0
roles/Debian-spring-git
417
[ "no_license" ]
[ { "path": "roles/Debian-spring-git/defaults/main.yml", "content": "spring_repo: https://github.com/ikambarov/spring-petclinic \nspring_branch: master\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/Debian-spring-git/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 302, "all_permissive": false }
ansible_role
john24rel/spring-petclinic
c2eadd9decfa44339c41addca986eb7713e3f10a
0
roles/Debian-spring-java
417
[ "no_license" ]
[ { "path": "roles/Debian-spring-java/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: A simple role which installs java\n min_ansible_version: 2.4\n galaxy_tags:\n - java\ndependencies: []\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 946, "all_permissive": false }
ansible_role
john24rel/spring-petclinic
c2eadd9decfa44339c41addca986eb7713e3f10a
0
roles/RedHat-spring-git
417
[ "no_license" ]
[ { "path": "roles/RedHat-spring-git/tasks/main.yml", "content": "- name: Install git\n yum:\n name:\n - git\n state: latest\n\n\n- name: Clone a spring repo\n git:\n repo: \"{{ spring_repo }}\" \n dest: /home/centos/spring-petclinic\n version: \"{{ spring_branch }}\"\n \n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
john24rel/spring-petclinic
c2eadd9decfa44339c41addca986eb7713e3f10a
0
roles/RedHat-spring-java
417
[ "no_license" ]
[ { "path": "roles/RedHat-spring-java/README.md", "content": "RedHat-Role-java\n=========\nThis is a simple role which installs java\n\nRequirements\n------------\nNone\n\nRole Variables\n--------------\nNone\n\nDependencies\n------------\nNone\n\nExample Playbook\n----------------\n roles:\n - role: RedH...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1005, "all_permissive": false }
ansible_role
Sunbird-Knowlg/sunbird-dial-service
0889eb533a989d6a0b528873687151088b8ada2a
3
devops/roles/cassandra-3.7.0
417
[ "no_license" ]
[ { "path": "devops/roles/cassandra-3.7.0/handlers/main.yml", "content": "# handlers file for ansible-cassandra\n- name: restart cassandra\n systemd:\n name: cassandra\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "devops/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6160, "all_permissive": false }
ansible_role
Sunbird-Knowlg/sunbird-dial-service
0889eb533a989d6a0b528873687151088b8ada2a
3
devops/roles/cassandra-backup
417
[ "no_license" ]
[ { "path": "devops/roles/cassandra-backup/tasks/main.yml", "content": "- name: Create the directory\n become: yes\n file: path=/data/cassandra/backup state=directory recurse=yes\n \n- name: copy the backup script \n become: yes\n template: src=cassandra_backup.j2 dest=/data/cassandra/backup/cassandra_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1687, "all_permissive": false }
ansible_role
Sunbird-Knowlg/sunbird-dial-service
0889eb533a989d6a0b528873687151088b8ada2a
3
devops/roles/cassandra-db-update
417
[ "no_license" ]
[ { "path": "devops/roles/cassandra-db-update/defaults/main.yml", "content": "cql_path: cqlsh\n\ncontent_keyspace_name: \"{{ env }}_content_store\"\norchestrator_keyspace_name: \"{{ env }}_script_store\"\nhierarchy_keyspace_name: \"{{ env }}_hierarchy_store\"", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 376, "all_permissive": false }
ansible_role
Sunbird-Knowlg/sunbird-dial-service
0889eb533a989d6a0b528873687151088b8ada2a
3
devops/roles/dial-service
417
[ "no_license" ]
[ { "path": "devops/roles/dial-service/defaults/main.yml", "content": "learner_user: learning\nlearner_group: learning\ndescription: Sunbird Dial Service\nservice_path: /home/{{learner_user}}/platform/service\nscript_name: \"sunbird-dial-service\"\nscript_dir: \"{{ service_path }}\"\ngrep_key: play.core.serve...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1048, "all_permissive": false }
ansible_role
Sunbird-Knowlg/sunbird-dial-service
0889eb533a989d6a0b528873687151088b8ada2a
3
devops/roles/dial-service-deploy
417
[ "no_license" ]
[ { "path": "devops/roles/dial-service-deploy/defaults/main.yml", "content": "learner_user: learning\nlearner_user_home: /home/{{learner_user}}\ndial_service_path: \"{{learner_user_home}}/platform/service\"\ndial_home: \"{{learner_user_home}}/platform/dial/sunbird-dial-service\"\ndial_root: \"{{learner_user_h...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8239, "all_permissive": false }
ansible_role
Sunbird-Knowlg/sunbird-dial-service
0889eb533a989d6a0b528873687151088b8ada2a
3
devops/roles/redis
417
[ "no_license" ]
[ { "path": "devops/roles/redis/defaults/main.yml", "content": "learner_user: learning\nlearner_user_home: /home/{{learner_user}}\nredis_home: \"{{learner_user_home}}/redis-stable\"\nredis_tar_ball: http://download.redis.io/releases/redis-stable.tar.gz", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1905, "all_permissive": false }
ansible_role
g7morris/ansible-laptops
e2f0ab7a1c855c72a86732514438ac281de9dd83
0
roles/amethyst
417
[ "no_license" ]
[ { "path": "roles/amethyst/tests/test.yml", "content": "---\n# test file for roles/amethyst\n- name: Test amethyst role\n hosts: localhost\n\n become: true\n become_method: ansible.builtin.sudo\n\n vars_files:\n - ../../../group_vars/all.yml\n - ../vars/main.yml\n roles:\n - amethyst\n", "l...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2645, "all_permissive": false }
ansible_role
g7morris/ansible-laptops
e2f0ab7a1c855c72a86732514438ac281de9dd83
0
roles/autoconf
417
[ "no_license" ]
[ { "path": "roles/autoconf/tests/test.yml", "content": "---\n# test file for roles/autoconf\n- name: Test autoconf role\n hosts: localhost\n become: true\n become_method: ansible.builtin.sudo\n vars_files:\n - ../../../group_vars/all.yml\n - ../vars/main.yml\n roles:\n - autoconf\n", "licen...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4235, "all_permissive": false }
ansible_role
g7morris/ansible-laptops
e2f0ab7a1c855c72a86732514438ac281de9dd83
0
roles/awscli
417
[ "no_license" ]
[ { "path": "roles/awscli/defaults/main.yml", "content": "---\n# defaults file for roles/awscli\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/awscli/vars/main.yml", "content": "---\n# vars file for roles/awscli\n\n# Package name for AWS...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 4700, "all_permissive": false }
ansible_role
g7morris/ansible-laptops
e2f0ab7a1c855c72a86732514438ac281de9dd83
0
roles/dockutil
417
[ "no_license" ]
[ { "path": "roles/dockutil/tasks/verify.yml", "content": "---\n# tasks file for roles/dockutil\n\n- name: Get install path\n ansible.builtin.command:\n cmd: \"brew list dockutil\"\n register: dockutil_path\n changed_when: false\n failed_when: false\n\n- name: Display install path\n ansible.builtin.de...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 5707, "all_permissive": false }
ansible_role
oyale/pzscoop
05f777e819ac956b7c842ab22ee2446b2559cf70
0
roles/pzserver
417
[ "no_license" ]
[ { "path": "roles/pzserver/tasks/main.yml", "content": "---\n- name: Create a system account named pzstadmin\n user:\n name: pzstadmin\n shell: /bin/bash\n state: present\n createhome: yes\n password: \"{{ <PASSWORD> }}\"\n become: true\n\n- name: Create a system account named pzserver1\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
riyalohia/Go-Guard
40da85ef2a7dea6c78b5da9262e017ec92478176
0
roles/prometheus
417
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/nginx_exporter.yml", "content": "---\n- name: Add the user nginx-exporter\n user:\n name: nginx_exporter\n shell: /sbin/nologin\n\n\n- name: Copying the binary file\n copy:\n src: \"nginxlog_exporter\"\n dest: \"/usr/local/bin/\"\n mode: 0755\n\n- name: Ngi...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 14373, "all_permissive": false }
ansible_role
jinhyun501/ansible-project
4474f2b651e12129f573a8a3189e9e988d7e2811
0
roles/base
417
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": " - name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"insert public key here\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
OliaBey/ansible
5dd63479bc90cbea00c16fab8365d36e79427f5b
0
roles/mysql
417
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yml", "content": "---\n# vars file for mysql\nmysql_repo: mysql-community-release-el7-5.noarch.rpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1446, "all_permissive": false }
ansible_role
OliaBey/ansible
5dd63479bc90cbea00c16fab8365d36e79427f5b
0
roles/tomcat
417
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n\n- name: Install Java 1.8\n yum: name=java-1.8.0-openjdk state=present\n\n- name: Install wget\n yum: name=wget state=present\n\n- name: Check if Tomcat installed\n stat:\n path: /opt/tomcat/\n register: tomcat_path\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2062, "all_permissive": false }
ansible_role
OliaBey/ansible
5dd63479bc90cbea00c16fab8365d36e79427f5b
0
roles/webserver
417
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n\n#- name: update all packages\n# yum:\n# name: '*'\n# state: latest\n\n- name: Copy epel to server\n get_url:\n url: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n dest: /home/ec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
kkasai/vagrant-minikube
d466225d7afd86f665227a650554d5bae41b6846
3
ansible/roles/minikube
417
[ "no_license" ]
[ { "path": "ansible/roles/minikube/tasks/main.yml", "content": "---\n- name: install packages for docker\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - device-mapper-persistent-data\n - lvm2\n \n- name: download repository file\n get_url:\n url: https://download.docker.com/linux...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 874, "all_permissive": false }
ansible_role
saranyakatta/saranyainfra
e9a15d985cf64edff1db0071830e773fc195ecb5
0
roles/cicd
417
[ "no_license" ]
[ { "path": "roles/cicd/tasks/main.yaml", "content": "---\n- name: Download the artifact\n maven_artifact:\n group_id: in.shan5a6\n artifact_id: myweb\n repository_url: 'http://172.16.17.32/repository/app1-repo/'\n extension: war\n version: \"{{ artifact_version }}\"\n username: \"{{ nexus_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }