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
ovbabkin/portworx_deploy
17caa8ff4000162d011565826d33ed1fa5e90692
0
roles/ocp4_report
7,847
[ "no_license" ]
[ { "path": "roles/ocp4_report/tasks/main.yaml", "content": "- name: \"Login to the cluster\" # noqa 301 305\n shell: \"{{ oc }} login --token {{ OCP_ADMIN_TOKEN | mandatory }} {{ OCP_API_URL | mandatory }} --insecure-skip-tls-verify\"\n register: ocpaccess\n until: ocpaccess.rc == 0\n retries: 10\n dela...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 19, "total_bytes": 22721, "all_permissive": false }
ansible_role
ovbabkin/portworx_deploy
17caa8ff4000162d011565826d33ed1fa5e90692
0
roles/ocp4_verifications
7,847
[ "no_license" ]
[ { "path": "roles/ocp4_verifications/tasks/main.yaml", "content": "---\n\n###Step 1 - Check basic prerequisites\n\n- name: \"setup default ocp4 version\"\n set_fact: version={{ OCP_VERSION | default('4.6.4') }}\n\n- name: \"Obtain oc tool\" # noqa 301 305\n shell: \"which oc\"\n register: ocpath\n ignore...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2215, "all_permissive": false }
ansible_role
ovbabkin/portworx_deploy
17caa8ff4000162d011565826d33ed1fa5e90692
0
roles/remove_cluster
7,847
[ "no_license" ]
[ { "path": "roles/remove_cluster/tasks/main.yaml", "content": "---\n- name: check the path to kubectl\n command: find / -name kubectl # noqa 301\n retries: 5\n delay: 2\n register: kubectl\n\n- name: Ensure that kube config are present\n stat:\n path: /root/.kube/config\n register: kubeconfig\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 808, "all_permissive": false }
ansible_role
ovbabkin/portworx_deploy
17caa8ff4000162d011565826d33ed1fa5e90692
0
roles/wipe_the_disks
7,847
[ "no_license" ]
[ { "path": "roles/wipe_the_disks/tasks/main.yaml", "content": "- name: Find portworx_essentials.yaml\n shell: find /home -name portworx_essentials.yaml # noqa 301 305\n register: pwx_config\n delegate_to: localhost\n\n- name: Check block device in the configuration file\n set_fact:\n portworx_essentia...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 942, "all_permissive": false }
ansible_role
seamustuohy/gnus-much
a1dd983f09a719a538534401efc4fa118a45cd12
0
playbooks/roles/dovecot
7,847
[ "no_license" ]
[ { "path": "playbooks/roles/dovecot/vars/main.yml", "content": "---\n\ndovecot_dependencies:\n - dovecot-core\n - libc6\n - ucf\n\ndovecot_configs:\n - 10-mail.conf\n\ndovecot_location: \"/etc/dovecot\"\ndovecot_config_location: \"{{ dovecot_location }}/conf.d\"", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 988, "all_permissive": false }
ansible_role
seamustuohy/gnus-much
a1dd983f09a719a538534401efc4fa118a45cd12
0
playbooks/roles/emacs24
7,847
[ "no_license" ]
[ { "path": "playbooks/roles/emacs24/vars/main.yml", "content": "---\n\nemacs24_dependencies:\n - autoconf \n - automake\n - libtool\n - texinfo\n - build-essential\n - git\n - libncurses5-dev\n - libgnutls-dev\n - librsvg2-dev\n - libxpm-dev\n - libjpeg62-dev\n - libtiff-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1487, "all_permissive": false }
ansible_role
seamustuohy/gnus-much
a1dd983f09a719a538534401efc4fa118a45cd12
0
playbooks/roles/gnus
7,847
[ "no_license" ]
[ { "path": "playbooks/roles/gnus/meta/main.yml", "content": "---\n#dependencies:\n# - { role: emacs24 }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "playbooks/roles/gnus/files/gnus.el", "content": "(require 'notmuch)\n(add-hook 'gnus-group-m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1638, "all_permissive": false }
ansible_role
seamustuohy/gnus-much
a1dd983f09a719a538534401efc4fa118a45cd12
0
playbooks/roles/notmuch
7,847
[ "no_license" ]
[ { "path": "playbooks/roles/notmuch/tasks/main.yml", "content": "---\n\n- name: Install notmuch packages\n apt: pkg={{ item }}\n state=present\n with_items: notmuch_packages\n sudo: True\n\n- name: copy notmuch config\n template: src=notmuch-config.j2\n dest=~/.notmuch-config\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 279, "all_permissive": false }
ansible_role
seamustuohy/gnus-much
a1dd983f09a719a538534401efc4fa118a45cd12
0
playbooks/roles/offlineimap
7,847
[ "no_license" ]
[ { "path": "playbooks/roles/offlineimap/templates/offlineimaprc.j2", "content": "# Copyright: CC BY-NC-SA 4.0\n# - Attribution-NonCommercial-ShareAlike 4.0 International\n# - See: Gnus, Dovecot, OfflineIMAP, search: a HOWTO\n# - URL: http://roland.entierement.nu/blog/2010/09/08/gnus-dovecot-offlineimap...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4005, "all_permissive": false }
ansible_role
AFRINIC-Labs/managed-dnssec
d89d32cd678d3778d892eba1651b12bd0ce00b12
1
stack/roles/manager
7,847
[ "no_license" ]
[ { "path": "stack/roles/manager/files/management/nginx/Dockerfile", "content": "FROM nginx:1.17.4\nRUN apt-get update && \\\n apt-get install --no-install-recommends --no-install-suggests -y iputils-ping dnsutils curl openssl\nRUN mkdir -p /etc/nginx/ssl\nCOPY default.template /etc/nginx/conf.d/default....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 53457, "all_permissive": false }
ansible_role
minhnta-vnlab/vnlab-training-ansible
16dcb6d9c9f6654c5e557f52a0cc2dfc89f9299a
0
Ansible/roles/database
7,847
[ "no_license" ]
[ { "path": "Ansible/roles/database/templates/.env.j2", "content": "POSTGRES_HOST={{ database.vm_ip }}\nPOSTGRES_DB={{ database.postgres_db }}\nPOSTGRES_USER={{ database.postgres_username }}\nPOSTGRES_PASSWORD={{ database.postgres_password }}", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 898, "all_permissive": false }
ansible_role
minhnta-vnlab/vnlab-training-ansible
16dcb6d9c9f6654c5e557f52a0cc2dfc89f9299a
0
Ansible/roles/docker
7,847
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Update apt package index\n apt:\n update_cache: yes\n\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 833, "all_permissive": false }
ansible_role
minhnta-vnlab/vnlab-training-ansible
16dcb6d9c9f6654c5e557f52a0cc2dfc89f9299a
0
Ansible/roles/server
7,847
[ "no_license" ]
[ { "path": "Ansible/roles/server/tasks/php_composer.yml", "content": "- name: Install PHP and necessary extensions\n apt:\n name:\n - php\n - php-cli\n - php-zip\n - php-mbstring\n - php-xml\n - php-curl\n state: present\n\n- name: Download Composer installer\n get_url:\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4655, "all_permissive": false }
ansible_role
fdebuire/ansible-training
ebd226bcd982b3e8397fcf118bd62b56cc5b5e18
0
advanced/roles/deploy_app
7,847
[ "no_license" ]
[ { "path": "advanced/roles/deploy_app/tasks/main.yml", "content": "---\n- name: Purge folder\n file:\n path: \"{{ app_server_path }}\"\n state: absent\n- name: Create folder again\n file:\n path: \"{{ app_server_path }}\"\n state: directory\n mode: '0755'\n- name: Git clone\n git:\n repo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 546, "all_permissive": false }
ansible_role
fdebuire/ansible-training
ebd226bcd982b3e8397fcf118bd62b56cc5b5e18
0
advanced/roles/init_db
7,847
[ "no_license" ]
[ { "path": "advanced/roles/init_db/defaults/main.yml", "content": "db_name: ecomdb\ndb_user: ecomuser\ndb_user_password: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "advanced/roles/init_db/tasks/main.yml", "content": "---\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 512, "all_permissive": false }
ansible_role
fdebuire/ansible-training
ebd226bcd982b3e8397fcf118bd62b56cc5b5e18
0
advanced/roles/maria_db
7,847
[ "no_license" ]
[ { "path": "advanced/roles/maria_db/tasks/main.yml", "content": "---\n- name: Install mariaDB\n apt:\n name: mariadb-server\n state: present\n- name: Update MySQL Configuration file to accept connections from all interfaces\n ini_file:\n path: /etc/mysql/my.cnf\n section: mysqld\n option: bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
fdebuire/ansible-training
ebd226bcd982b3e8397fcf118bd62b56cc5b5e18
0
advanced/roles/php_server
7,847
[ "no_license" ]
[ { "path": "advanced/roles/php_server/tasks/main.yml", "content": "---\n- name: Install required packages\n apt:\n name:\n - apache2\n - php\n - php-mysql\n state: present\n- name: Configure firewall\n firewalld:\n port: 80/tcp\n zone: public\n immediate: yes\n permanent: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
fdebuire/ansible-training
ebd226bcd982b3e8397fcf118bd62b56cc5b5e18
0
advanced/roles/prerequisite
7,847
[ "no_license" ]
[ { "path": "advanced/roles/prerequisite/tasks/main.yml", "content": "---\n- name: Install firewalld\n apt:\n name: firewalld\n state: present\n- name: Start and enable firewalld\n service:\n name: firewalld\n state: started\n enabled: yes\n- name: Install Git\n apt:\n name: git\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
maksimVI/mnt-homeworks-netology
79f77e6eeb95bea358361af00b1b4920289545ec
0
08-ansible/04-role/playbook/roles/lighthouse-role
7,847
[ "no_license" ]
[ { "path": "08-ansible/04-role/playbook/roles/lighthouse-role/vars/main.yml", "content": "---\nlighthouse_location_dir: \"{{ ansible_env.HOME }}/lighthouse\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "08-ansible/04-role/playbook/roles/lightho...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3783, "all_permissive": false }
ansible_role
maksimVI/mnt-homeworks-netology
79f77e6eeb95bea358361af00b1b4920289545ec
0
08-ansible/04-role/playbook/roles/vector-role
7,847
[ "no_license" ]
[ { "path": "08-ansible/04-role/playbook/roles/vector-role/handlers/main.yml", "content": "---\n- name: Vector | Restart service\n become: true\n ansible.builtin.service:\n name: vector\n state: restarted\n daemon_reload: true\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4550, "all_permissive": false }
ansible_role
inksrgv/cloud-systems-and-services
5e4dc88b19d8a9f5200eb6193eb2cdb8b9142225
1
lab4.1/roles/grafana
7,847
[ "no_license" ]
[ { "path": "lab4.1/roles/grafana/templates/grafana.ini.j2", "content": "[server]\nhttp_port = 3000\nroot_url = %(protocol)s://%(domain)s:%(http_port)s/\n\n[security]\nadmin_user = {{ grafana_admin_user }}\nadmin_password = {{ <PASSWORD>ana_admin_password }}\n\n[database]\ntype = sqlite3\npath = grafana.db\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 722, "all_permissive": false }
ansible_role
kenneth-hendricks/vagrant-moodle
014640eb353289e688f08e1439e4c2d844ddd8cb
0
ansible/roles/database
7,847
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "- name: Install postgres\n when: database.type == 'pgsql'\n include: pgsql.yml\n- name: Install mysql\n when: database.type == 'mysqli'\n include: mysql.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2041, "all_permissive": false }
ansible_role
kenneth-hendricks/vagrant-moodle
014640eb353289e688f08e1439e4c2d844ddd8cb
0
ansible/roles/devtools
7,847
[ "no_license" ]
[ { "path": "ansible/roles/devtools/meta/main.yml", "content": "dependencies:\n- role: webserver\n- role: lms", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible/roles/devtools/tasks/utils.yml", "content": "- name: Create utils folder\n file...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4158, "all_permissive": false }
ansible_role
kenneth-hendricks/vagrant-moodle
014640eb353289e688f08e1439e4c2d844ddd8cb
0
ansible/roles/lms
7,847
[ "no_license" ]
[ { "path": "ansible/roles/lms/tasks/moodle.yml", "content": "- name: Template moodle config\n template:\n src: moodle.conf.j2\n dest: \"{{webserver.siteroot.vmpath}}/config.php\"\n\n- name: Get psql moodle table count\n become: yes\n become_method: sudo\n become_user: postgres\n command: psql -d m...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4787, "all_permissive": false }
ansible_role
kenneth-hendricks/vagrant-moodle
014640eb353289e688f08e1439e4c2d844ddd8cb
0
ansible/roles/webserver
7,847
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yml", "content": "- name: Install Webserver\n include: webserver/main.yml\n- name: Install Libs\n include: libs/main.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "ansible/roles/webserver/tasks/...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2509, "all_permissive": false }
ansible_role
ibp-network/prometheus-ansible
7cab522bb2bf78a5e8f97d6997e74c01e2aef160
3
roles/common
7,847
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: Update and upgrade\n apt:\n upgrade: yes\n update_cache: yes\n autoremove: yes\n\n- name: install general packages from apt\n apt:\n state: present\n name:\n - git\n - zsh\n - gcc\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1279, "all_permissive": false }
ansible_role
ibp-network/prometheus-ansible
7cab522bb2bf78a5e8f97d6997e74c01e2aef160
3
roles/grafana
7,847
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n# tasks file for grafana\n\n- name: Check latest version of Grafana if not define from monitoring\n ansible.builtin.shell: curl -s https://api.github.com/repos/grafana/grafana/releases/latest | grep \"tag_name\" | awk '{print substr($2, 3, length($...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1827, "all_permissive": false }
ansible_role
ibp-network/prometheus-ansible
7cab522bb2bf78a5e8f97d6997e74c01e2aef160
3
roles/loki
7,847
[ "no_license" ]
[ { "path": "roles/loki/tasks/main.yml", "content": "---\n# tasks file for loki\n\n- name: Check latest version of Loki if not define from monitoring\n ansible.builtin.shell: curl -s https://api.github.com/repos/grafana/loki/releases/latest | grep tag_name | awk '{print substr($2, 3, length($2)-4)}'\n regis...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2798, "all_permissive": false }
ansible_role
ibp-network/prometheus-ansible
7cab522bb2bf78a5e8f97d6997e74c01e2aef160
3
roles/monitoring-check-versions
7,847
[ "no_license" ]
[ { "path": "roles/monitoring-check-versions/tasks/main.yml", "content": "- name: Check latest version of Prometheus\n ansible.builtin.shell: curl -s https://api.github.com/repos/prometheus/prometheus/releases/latest | grep \"tag_name\" | awk '{print substr($2, 3, length($2)-4)}'\n register: prometheus_late...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 933, "all_permissive": false }
ansible_role
ibp-network/prometheus-ansible
7cab522bb2bf78a5e8f97d6997e74c01e2aef160
3
roles/nginx
7,847
[ "no_license" ]
[ { "path": "roles/nginx/tasks/nginx_tasks.yml", "content": "---\n# tasks file for nginx\n\n- name: Allow access to http and https ports\n ufw:\n rule: allow\n port: '{{ item }}'\n with_items:\n - '80'\n - '443'\n ignore_errors: yes\n\n- name: Copy file with owner and permissions\n ansible.bui...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2868, "all_permissive": false }
ansible_role
ibp-network/prometheus-ansible
7cab522bb2bf78a5e8f97d6997e74c01e2aef160
3
roles/node-exporter
7,847
[ "no_license" ]
[ { "path": "roles/node-exporter/tasks/node-exporter-tasks.yml", "content": "---\n# tasks file for node-exporter\n\n- name: Get latest version of node exporter\n ansible.builtin.shell: | \n wget $(curl -s https://api.github.com/repos/prometheus/node_exporter/releases/latest |grep \"tag_name\" \\\n | aw...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2544, "all_permissive": false }
ansible_role
ibp-network/prometheus-ansible
7cab522bb2bf78a5e8f97d6997e74c01e2aef160
3
roles/prometheus
7,847
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\n# tasks file for prometheus\n\n- name: Check latest version of Prometheus if not define from monitoring\n ansible.builtin.shell: curl -s https://api.github.com/repos/prometheus/prometheus/releases/latest | grep \"tag_name\" | awk '{print substr(...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6783, "all_permissive": false }
ansible_role
ibp-network/prometheus-ansible
7cab522bb2bf78a5e8f97d6997e74c01e2aef160
3
roles/promtail
7,847
[ "no_license" ]
[ { "path": "roles/promtail/tasks/promtail-tasks.yml", "content": "---\n# tasks file for promtail\n\n- name: Get latest version of Promtail\n ansible.builtin.shell: |\n wget $(curl -s https://api.github.com/repos/grafana/loki/releases/latest |grep \"tag_name\" | \\\n awk '{print \"https://github.com/gr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4285, "all_permissive": false }
ansible_role
ibp-network/prometheus-ansible
7cab522bb2bf78a5e8f97d6997e74c01e2aef160
3
roles/wireguard
7,847
[ "no_license" ]
[ { "path": "roles/wireguard/tasks/main.yml", "content": "---\n# tasks file for wireguard\n\n- name: Check if config file exists\n stat: 'path=/etc/wireguard/wg0.conf'\n register: wg_conf\n\n- import_tasks: wireguard-tasks.yml\n when: not wg_conf.stat.exists\n\n- name: Restart service if already exists\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2636, "all_permissive": false }
ansible_role
krembas/BEAM-demo-project
b3df8fb5a38e75fd08c723cb32fa4dcfd892ef65
0
.BEAM/roles/project-common
7,854
[ "no_license" ]
[ { "path": ".BEAM/roles/project-common/tasks/main.yml", "content": "#\n# Common tasks for project deployment\n#\n---\n- name: Preparing and starting all vagrant instances for develop environment\n command: vagrant up chdir=\"~/BEAM-Demo/{{ BEAM_VARS.PROJECT.REPO_NAME }}/demo/vagrant-instances/develop/{{ ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 636, "all_permissive": false }
ansible_role
davidharrigan/docker-host
80f4ce8e38a94448c070745f002735eb7bcd2f5f
0
provision/roles/common
7,854
[ "no_license" ]
[ { "path": "provision/roles/common/vars/users.yml", "content": "---\nusers:\n - name: dharrigan\n group: admin\n\n - name: deploy\n group: admin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "provision/roles/common/tasks/main.yml", "c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1566, "all_permissive": false }
ansible_role
davidharrigan/docker-host
80f4ce8e38a94448c070745f002735eb7bcd2f5f
0
provision/roles/davidharrigan.net
7,854
[ "no_license" ]
[ { "path": "provision/roles/davidharrigan.net/tasks/main.yml", "content": "---\n- include_vars: secrets.yml\n\n- name: create deploy key\n sudo: yes\n copy:\n src: /Users/dharrigan/.ssh/davidharrigan.net/id_rsa\n dest: /home/deploy/.ssh/davidharrigan.net.private\n owner: deploy\n group: admin\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1050, "all_permissive": false }
ansible_role
davidharrigan/docker-host
80f4ce8e38a94448c070745f002735eb7bcd2f5f
0
provision/roles/docker
7,854
[ "no_license" ]
[ { "path": "provision/roles/docker/tasks/main.yml", "content": "---\n- name: add docker apt key\n sudo: yes\n apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=36A1D7869245C8950F966E92D8576A8BA88D21E9\n\n- name: add docker repo\n sudo: yes\n apt_repository: repo='deb https://get.docker.com/ubunt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
davidharrigan/docker-host
80f4ce8e38a94448c070745f002735eb7bcd2f5f
0
provision/roles/nginx
7,854
[ "no_license" ]
[ { "path": "provision/roles/nginx/tasks/main.yml", "content": "---\n- name: Installs nginx web server\n sudo: yes\n apt: name=nginx state=installed\n notify:\n - start nginx\n\n- name: generate nginx config for davidharrigan.net\n sudo: yes\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 632, "all_permissive": false }
ansible_role
vihan0506/provisioning
d9ee314b5c41ccf0c95d8f4f10f4fe12bcbafe1d
0
roles/CREATEEC2
7,854
[ "no_license" ]
[ { "path": "roles/CREATEEC2/tasks/main.yml", "content": "---\n- name : \"read env vatrivake files\"\n include_vars :\n file : \"vars/{{ PROJECT }}_{{ ENV }}.yaml\"\n \n- name : \"read env vatrivake files\"\n include_vars :\n file : \"vars/{{ PROJECT }}.yaml\"\n \n- ec2 :\n region : \"{{ REGION }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 565, "all_permissive": false }
ansible_role
GoncaloPereiraFigueiredoFerreira/TP-ASCN
740a5457b0bf6a62eda6f7466a7c9e850828da14
0
roles/ghost_deployment
7,854
[ "no_license" ]
[ { "path": "roles/ghost_deployment/templates/ghost-hpa.yml", "content": "apiVersion: autoscaling/v1\nkind: HorizontalPodAutoscaler\nmetadata:\n name: ghost-hpa\n namespace: default\nspec:\n scaleTargetRef:\n apiVersion: apps/v1\n kind: Deployment\n name: ghost-deployment\n minReplicas: 1\n maxR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3404, "all_permissive": false }
ansible_role
GoncaloPereiraFigueiredoFerreira/TP-ASCN
740a5457b0bf6a62eda6f7466a7c9e850828da14
0
roles/ghost_undeployment
7,854
[ "no_license" ]
[ { "path": "roles/ghost_undeployment/templates/ghost-deployment.yml", "content": "---\n# Deployment for deploying Swap\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: ghost-deployment\n namespace: default\n labels:\n app: ghost\nspec:\n selector:\n matchLabels:\n app: ghost\n templa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1825, "all_permissive": false }
ansible_role
GoncaloPereiraFigueiredoFerreira/TP-ASCN
740a5457b0bf6a62eda6f7466a7c9e850828da14
0
roles/mysql_deployment
7,854
[ "no_license" ]
[ { "path": "roles/mysql_deployment/templates/mysql-service.yml", "content": "---\n# Service for exposing MySQL\napiVersion: v1\nkind: Service\nmetadata:\n name: mysql-service # logical name of the service, which will also become the DNS name of the service when it is created.\n namespace: default\n labels...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 803, "all_permissive": false }
ansible_role
GoncaloPereiraFigueiredoFerreira/TP-ASCN
740a5457b0bf6a62eda6f7466a7c9e850828da14
0
roles/mysql_undeployment
7,854
[ "no_license" ]
[ { "path": "roles/mysql_undeployment/templates/mysql-deployment.yml", "content": "---\n# Deployment for MySQL\napiVersion: apps/v1\n\nkind: Deployment\nmetadata:\n name: mysql-deployment\n namespace: default\n labels:\n app: mysql\n tier: database\nspec:\n selector:\n matchLabels:\n app: my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1496, "all_permissive": false }
ansible_role
GoncaloPereiraFigueiredoFerreira/TP-ASCN
740a5457b0bf6a62eda6f7466a7c9e850828da14
0
roles/test_funct
7,854
[ "no_license" ]
[ { "path": "roles/test_funct/templates/template_load.py", "content": "# -*- coding: utf-8 -*-\nfrom selenium import webdriver\nfrom selenium.webdriver.common.by import By\nfrom selenium.webdriver.common.keys import Keys\nfrom selenium.webdriver.support.ui import Select\nfrom selenium.common.exceptions import...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3203, "all_permissive": false }
ansible_role
GoncaloPereiraFigueiredoFerreira/TP-ASCN
740a5457b0bf6a62eda6f7466a7c9e850828da14
0
roles/test_load
7,854
[ "no_license" ]
[ { "path": "roles/test_load/tasks/main.yml", "content": "---\n\n- name: Replace old hostname with new hostname\n ansible.builtin.replace:\n path: tests/LoadTest#1.jmx \n regexp: <stringProp name=\"HTTPSampler.domain\">(?:[0-9]{1,3}\\.){3}[0-9]{1,3}</stringProp>\n replace: <stringProp name=\"HTTPSam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
harshalk91/mongo-replica-set-new
13f7afbbae75019568e479aa5402b8b9d74a7c63
0
roles/aws-instance
7,854
[ "no_license" ]
[ { "path": "roles/aws-instance/tasks/main.yml", "content": "---\n# tasks file for aws-instance\n- include: launch_instance.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/aws-instance/tasks/launch_instance.yml", "content": "---\n- name...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 638, "all_permissive": false }
ansible_role
harshalk91/mongo-replica-set-new
13f7afbbae75019568e479aa5402b8b9d74a7c63
0
roles/mongo-primary
7,854
[ "no_license" ]
[ { "path": "roles/mongo-primary/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mongo-primary", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/mongo-primary/tasks/main.yml", "content": "---\n# task...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2723, "all_permissive": false }
ansible_role
harshalk91/mongo-replica-set-new
13f7afbbae75019568e479aa5402b8b9d74a7c63
0
roles/mongodb-rs
7,854
[ "no_license" ]
[ { "path": "roles/mongodb-rs/tasks/install-mongo.yml", "content": "---\n- name: include group vars\n include_vars: group_vars/mongo-rs.yml\n\n#- name: Add /etc/hosts entry\n# lineinfile:\n# dest: /etc/hosts\n# line: \"{{ hostvars[item].ansible_default_ipv4.address }} {{ hostvars[item].ansible_fqdn }}...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2496, "all_permissive": false }
ansible_role
nlaxmi1260/AnsibleWithDocker
68600607619e2562eda9975d6a7aab1e41da1f67
0
AnsibleHandlers/roles/nginx
7,854
[ "no_license" ]
[ { "path": "AnsibleHandlers/roles/nginx/handlers/main.yml", "content": "---\n# roles/nginx/handlers/main.yml\n\n- name: Nginx installation completed\n debug:\n msg: \"Nginx has been successfully installed.\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 334, "all_permissive": false }
ansible_role
nlaxmi1260/AnsibleWithDocker
68600607619e2562eda9975d6a7aab1e41da1f67
0
Practice/roles/apache2-role
7,854
[ "no_license" ]
[ { "path": "Practice/roles/apache2-role/tasks/main.yml", "content": "---\n- name: install apache2\n apt:\n name: apache2\n state: absent\n tags: apache", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
nlaxmi1260/AnsibleWithDocker
68600607619e2562eda9975d6a7aab1e41da1f67
0
Practice/roles/git-role
7,854
[ "no_license" ]
[ { "path": "Practice/roles/git-role/tasks/main.yml", "content": "---\n- name: install git\n apt:\n name: git\n state: absent\n tags: git", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
nlaxmi1260/AnsibleWithDocker
68600607619e2562eda9975d6a7aab1e41da1f67
0
Practice/roles/tree-role
7,854
[ "no_license" ]
[ { "path": "Practice/roles/tree-role/tasks/main.yml", "content": "---\n\n- name: install tree\n apt:\n name: tree\n state: absent\n tags: tree", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
Chandra18243/grub_configuration
09225e0c4dda7448945086eabcb8feff2b80cdfb
0
roles/grub_config
7,854
[ "no_license" ]
[ { "path": "roles/grub_config/defaults/main.yml", "content": "---\n# defaults for grub_config role\n\nscripts_dir: /scripts\ngrub_src: grub_config.txt\ngrub_template: \"{{ scripts_dir }}/grub_config.txt\"\ngrub_dst: /etc/default/grub\ngrub_cfg: /boot/grub2/grub.cfg\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 972, "all_permissive": false }
ansible_role
theankari/arch-bootstrap
cc1115abe3f49ece4f1ad7ac0b26dae4bd9a9cad
0
roles/common
7,854
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: Prepare package management\n import_tasks: package_management.yaml\n tags:\n - package_management\n\n- name: Install locales\n import_tasks: locale.yaml\n tags:\n - locale\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 524, "all_permissive": false }
ansible_role
theankari/arch-bootstrap
cc1115abe3f49ece4f1ad7ac0b26dae4bd9a9cad
0
roles/packages
7,854
[ "no_license" ]
[ { "path": "roles/packages/tasks/base.yaml", "content": "- name: Update cache and packages\n become: true\n become_user: root\n pacman:\n update_cache: yes\n upgrade: yes\n\n- name: Install pacman packages\n become: true\n become_user: root\n pacman:\n name: \"{{ packages }}\"\n state: pres...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2792, "all_permissive": false }
ansible_role
theankari/arch-bootstrap
cc1115abe3f49ece4f1ad7ac0b26dae4bd9a9cad
0
roles/user
7,854
[ "no_license" ]
[ { "path": "roles/user/tasks/config.yaml", "content": "- name: Pull config repository\n become_user: \"{{ user }}\"\n become: yes\n git:\n repo: https://github.com/theankari/dotfiles\n dest: \"~/.dotfiles/\"\n clone: true\n\n- name: stow config\n become_user: \"{{ user }}\"\n become: yes\n arg...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3947, "all_permissive": false }
ansible_role
logerrors/hello_ansible
189345b14eca5ebb4d819696e7a6efa38a675b3a
0
roles/lnmp
7,854
[ "no_license" ]
[ { "path": "roles/lnmp/tasks/main.yml", "content": "---\n# tasks file for lnmp\n- name: add_yum repo for nginx, php, mysql\n import_tasks: add_repo.yml\n- name: nginx config\n import_tasks: nginx_install_config.yml\n when: \"'nginx' in group_names\"\n- name: php config\n import_tasks: php_install_config....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1002, "all_permissive": false }
ansible_role
ihwhp/OTUS
07c1b0a8cbf1f8eb104931abf9f309ecbb9526e0
0
vpn/taptun/provision/roles/utility
7,854
[ "no_license" ]
[ { "path": "vpn/taptun/provision/roles/utility/tasks/main.yml", "content": "---\n- name: Install Epel\n dnf:\n name: epel-release\n state: latest\n\n- name: Install Utils\n dnf:\n name:\n - openvpn\n - iperf3\n state: latest", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
ihwhp/OTUS
07c1b0a8cbf1f8eb104931abf9f309ecbb9526e0
0
vpn/taptun/provision/roles/vpnserver
7,854
[ "no_license" ]
[ { "path": "vpn/taptun/provision/roles/vpnserver/tasks/main.yml", "content": "---\n- name: Disable SELinux\n selinux:\n policy: targeted\n state: disabled\n\n- name: Enable forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n sysctl_set: yes\n state: present\n reload: yes\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
kumar-pratik/ansible_roles
5866d49edb31454baa111c8c619bd9edfefee37c
0
roles/apache
7,854
[ "no_license" ]
[ { "path": "roles/apache/templates/info.html.j2", "content": "<!DOCTYPE html>\n<html>\n<body>\n\n<h1>Hello {{ temp.name }}</h1>\n<p>This page is set using ansible</p>\n\n</body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/apach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 528, "all_permissive": false }
ansible_role
kumar-pratik/ansible_roles
5866d49edb31454baa111c8c619bd9edfefee37c
0
roles/java8
7,854
[ "no_license" ]
[ { "path": "roles/java8/vars/main.yml", "content": "java:\n version: \"openjdk-8-jdk\"\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/java8/tasks/main.yml", "content": "- name: Install java8\n apt:\n name: \"{{ java.version }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 129, "all_permissive": false }
ansible_role
kumar-pratik/ansible_roles
5866d49edb31454baa111c8c619bd9edfefee37c
0
roles/jenkins
7,854
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: Ensure the jenkins apt repository key is installed\n apt_key: \n url: \"{{ jenkins.gpg_key }}\" \n state: present\n become: yes\n\n- name: Ensure the repository is configured\n apt_repository: \n repo: \"{{ jenkins.repo_url }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
cami-project/cami-project
386b6ea158f3849dd302e9c15d3c7acc1ac2eac5
1
ansible/roles/daemon
7,854
[ "no_license" ]
[ { "path": "ansible/roles/daemon/tasks/main.yml", "content": "---\n- block:\n - name: Install upstart script\n template:\n src: init.conf.j2\n dest: \"/etc/init/{{ daemon_name }}.conf\"\n mode: 0755\n\n become: yes\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 844, "all_permissive": false }
ansible_role
cami-project/cami-project
386b6ea158f3849dd302e9c15d3c7acc1ac2eac5
1
ansible/roles/django
7,854
[ "no_license" ]
[ { "path": "ansible/roles/django/tasks/main.yml", "content": "---\n- block:\n - name: Install required packages\n apt: pkg={{ item }} state=installed update-cache=yes\n with_items:\n - libmysqlclient-dev\n\n become: yes\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
cami-project/cami-project
386b6ea158f3849dd302e9c15d3c7acc1ac2eac5
1
ansible/roles/python_setuptools
7,854
[ "no_license" ]
[ { "path": "ansible/roles/python_setuptools/tasks/main.yml", "content": "---\n- block:\n - name: Install python-setuptools\n apt: pkg={{ item }} state=installed update-cache=yes\n with_items:\n - python-dev\n - python-setuptools\n\n - name: Install pip\n action: easy_install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
carlescliment/sample-vagrant-ansible
27b7fc300c4f33607bdb0c947989e7ef46c4aad9
2
provisioning/roles/common
7,854
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "- name: update the apt cache\n apt:\n update_cache: yes\n- name: Install vim\n apt: pkg=vim state=latest\n- name: Install git\n apt: pkg=git state=latest", "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": 153, "all_permissive": false }
ansible_role
carlescliment/sample-vagrant-ansible
27b7fc300c4f33607bdb0c947989e7ef46c4aad9
2
provisioning/roles/database
7,854
[ "no_license" ]
[ { "path": "provisioning/roles/database/handlers/main.yml", "content": "---\n- name: restart mysql\n service: name=mysql state=restarted\n\n- name: restart iptables\n service: name=iptables state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 380, "all_permissive": false }
ansible_role
carlescliment/sample-vagrant-ansible
27b7fc300c4f33607bdb0c947989e7ef46c4aad9
2
provisioning/roles/php5-fpm
7,854
[ "no_license" ]
[ { "path": "provisioning/roles/php5-fpm/defaults/main.yml", "content": "---\n\n# default php.ini values for a production server\npost_max_size: \"post_max_size = 8M\"\nupload_max_filesize: \"upload_max_filesize = 2M\"\nmemory_limit: \"memory_limit = 256M\"\ndisplay_errors: \"display_errors = Off\"\nerror_rep...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3040, "all_permissive": false }
ansible_role
carlescliment/sample-vagrant-ansible
27b7fc300c4f33607bdb0c947989e7ef46c4aad9
2
provisioning/roles/webserver
7,854
[ "no_license" ]
[ { "path": "provisioning/roles/webserver/tasks/main.yml", "content": "---\n- name: 1. install Apache\n apt: name=apache2 state=present\n\n- name: 2. install PHP module for Apache\n apt: name=libapache2-mod-php5 state=present\n\n- name: 3. write the apache config file\n template: src=httpd.j2 dest=/etc/apa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1494, "all_permissive": false }
ansible_role
pauliopolis/packer
09d1c0cd280a9543826153d08501a120fcd9a097
1
ansible/roles/vbguest
7,854
[ "no_license" ]
[ { "path": "ansible/roles/vbguest/tasks/main.yml", "content": "---\n\n - name: Ansible Galaxy Posix Collection Install (for local users)\n become_user: vagrant\n become: yes\n shell: ansible-galaxy collection install ansible.posix --ignore-certs\n\n - name: Mount ISO\n ansible.posix.mount:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 714, "all_permissive": false }
ansible_role
OguzPastirmaci/oci-clusternetwork-docker-swarm
8c8a5d43bfc19776464291a9db949c369c484d4d
0
playbooks/roles/docker-swarm
7,854
[ "no_license" ]
[ { "path": "playbooks/roles/docker-swarm/tasks/repo-RedHat.yml", "content": "---\n- name: Install yum-utils if necessary.\n yum:\n name: yum-utils\n state: present\n\n- name: Add ol7_addons repository\n become: true\n yum_repository:\n name: ol7_addons\n description: Oracle Linux $releasever A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 729, "all_permissive": false }
ansible_role
OguzPastirmaci/oci-clusternetwork-docker-swarm
8c8a5d43bfc19776464291a9db949c369c484d4d
0
playbooks/roles/passwords
7,854
[ "no_license" ]
[ { "path": "playbooks/roles/passwords/tasks/main.yml", "content": "---\n- name: Create /etc/opt/oci-hpc/passwords/\n become: true\n file:\n path: /etc/opt/oci-hpc/passwords/\n state: directory\n owner: opc\n mode: 0770\n group: opc\n recurse: yes\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
chuprik/vagrant-php-ubuntu-utopic
14cf4bf01ef35c39094ce7ae4f7151b7f1fa8a38
0
provisioning/roles/composer
7,853
[ "no_license" ]
[ { "path": "provisioning/roles/composer/tasks/main.yml", "content": "- name: download Composer\n shell: creates=\"composer.phar\" chdir=\"/tmp\" curl -s http://getcomposer.org/installer | php\n\n- name: install Composer globally\n shell: creates=\"/usr/local/bin/composer\" chdir=\"/tmp\" mv composer.phar ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
chuprik/vagrant-php-ubuntu-utopic
14cf4bf01ef35c39094ce7ae4f7151b7f1fa8a38
0
provisioning/roles/nginx
7,853
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/tasks/main.yml", "content": "- name: get latest Nginx build\n apt_repository: repo='ppa:nginx/stable'\n tags: nginx\n\n- name: install Nginx\n apt: pkg=nginx state=latest update_cache=yes\n tags: nginx\n\n- name: configure Nginx Virtual hosts\n template: src=site.con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 676, "all_permissive": false }
ansible_role
xiangjie818/ansible-kubernetes
6bb2696505b87df67e16b961908a1caa1fbc7f6b
0
roles/chrony
7,853
[ "no_license" ]
[ { "path": "roles/chrony/tasks/install.yml", "content": "---\n- name: 安装chrony\n package:\n name: chrony\n state: present\n\n- name: 配置服务端的chrony.conf\n template:\n src: chrony-server.conf.j2\n dest: /etc/chrony.conf\n when:\n - role == 'server'\n - chrony_mode == 'local'\n notify:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 970, "all_permissive": false }
ansible_role
xiangjie818/ansible-kubernetes
6bb2696505b87df67e16b961908a1caa1fbc7f6b
0
roles/coredns
7,853
[ "no_license" ]
[ { "path": "roles/coredns/tasks/main.yml", "content": "---\n- name: 分发coredns.yml\n template:\n src: coredns.yml.j2\n dest: /tmp/coredns.yml\n when:\n - role == 'master'\n\n- name: 创建coredns\n raw: kubectl apply -f /tmp/coredns.yml\n when:\n - role == 'master'\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
xiangjie818/ansible-kubernetes
6bb2696505b87df67e16b961908a1caa1fbc7f6b
0
roles/docker
7,853
[ "no_license" ]
[ { "path": "roles/docker/files/daemon.json", "content": "{\n \"registry-mirrors\": [\"https://bdtqvcsw.mirror.aliyuncs.com\"]\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/docker/tasks/deploy_docker.yml", "content": "---\n- name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 960, "all_permissive": false }
ansible_role
xiangjie818/ansible-kubernetes
6bb2696505b87df67e16b961908a1caa1fbc7f6b
0
roles/etcd
7,853
[ "no_license" ]
[ { "path": "roles/etcd/files/config_etcd.sh", "content": "#!/bin/bash\nconfig_file=/opt/kubernetes/cfg/etcd.yml\nhost_ip=$(hostname -i)\n\ncat $config_file | grep HOST_IP\nif [ $? = 0 ] ; then\n sed -i \"s@HOST_IP@$host_ip@g\" $config_file\nfi\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2791, "all_permissive": false }
ansible_role
xiangjie818/ansible-kubernetes
6bb2696505b87df67e16b961908a1caa1fbc7f6b
0
roles/master
7,853
[ "no_license" ]
[ { "path": "roles/master/templates/kube-scheduler.j2", "content": "KUBE_SCHEDULER_OPTS=\"--logtostderr=true \\\n--v=2 \\\n--master=127.0.0.1:8080 \\\n--address=0.0.0.0 \\\n--leader-elect\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/mas...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5803, "all_permissive": false }
ansible_role
xiangjie818/ansible-kubernetes
6bb2696505b87df67e16b961908a1caa1fbc7f6b
0
roles/network_plugin
7,853
[ "no_license" ]
[ { "path": "roles/network_plugin/tasks/main.yml", "content": "---\n- name: 分发calico.yaml\n template:\n src: calico.yaml.j2\n dest: /opt/kubernetes/cfg/calico.yaml\n when:\n - role == 'master'\n\n- name: 安装网络插件\n raw: kubectl apply -f /opt/kubernetes/cfg/calico.yaml\n when:\n - role == 'master...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
xiangjie818/ansible-kubernetes
6bb2696505b87df67e16b961908a1caa1fbc7f6b
0
roles/node
7,853
[ "no_license" ]
[ { "path": "roles/node/templates/kube-proxy-config.yml.j2", "content": "kind: KubeProxyConfiguration\napiVersion: kubeproxy.config.k8s.io/v1alpha1\naddress: 0.0.0.0\nmetricsBindAddress: 0.0.0.0:10249\nclientConnection:\n kubeconfig: /opt/kubernetes/cfg/kube-proxy.kubeconfig\nhostnameOverride: {{ ansible_nod...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3061, "all_permissive": false }
ansible_role
xiangjie818/ansible-kubernetes
6bb2696505b87df67e16b961908a1caa1fbc7f6b
0
roles/prepare
7,853
[ "no_license" ]
[ { "path": "roles/prepare/tasks/main.yml", "content": "---\n- name: Include download_pkgs.yml\n include_tasks: download_pkgs.yml\n\n- name: Include config.yml\n include_tasks: config.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/pre...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7423, "all_permissive": false }
ansible_role
jtwedt/Climate-Conversations
725bd281f1e1aab2d692426af60470daea8e6d92
4
ansible/roles/common
7,853
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Ensure apt cache is recent\n apt: update_cache=yes\n cache_valid_time=3600\n", "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
jtwedt/Climate-Conversations
725bd281f1e1aab2d692426af60470daea8e6d92
4
ansible/roles/webtier
7,853
[ "no_license" ]
[ { "path": "ansible/roles/webtier/templates/nginx.conf", "content": "server {\n listen 443 ssl;\n\n ssl_certificate /etc/letsencrypt/live/climateconversations.org/fullchain.pem;\n ssl_certificate_key /etc/letsencrypt/live/climateconversations.org/privkey.pem;\n\n server_name {{ sitenames | join(\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3753, "all_permissive": false }
ansible_role
cimorar/db2
7d99ccdca56f19d3ae19a2b676714d7d1970c856
0
provisioning/roles/darthwade.wordpress
7,853
[ "no_license" ]
[ { "path": "provisioning/roles/darthwade.wordpress/defaults/main.yml", "content": "---\nwp_version: 4.7.5\n# TODO: https://wordpress.org/download/release-archive/\nwp_checksum: sha1:fbe0ee1d9010265be200fe50b86f341587187302\nwp_install_dir: '/var/sites/awesome_wordpress_site'\n#wp_db_name: \"{{ wp_db_name }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3377, "all_permissive": false }
ansible_role
mykolapryvalov/Ansible-roles
b48932b0cc731787d5b129593b61e615751ae840
0
roles/vault-seal
7,853
[ "no_license" ]
[ { "path": "roles/vault-seal/defaults/main.yml", "content": "---\nseal_keys_dir_output: \"{{ playbook_dir }}/sealKey\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/vault-seal/tasks/main.yml", "content": "- name: Reading seal key conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 402, "all_permissive": false }
ansible_role
Vaibhav67897/ansibl-file
e44ac589deac9b65dca7239978a46d0e6644f20f
0
ansible-elk-playbook/roles/filebeat
7,853
[ "no_license" ]
[ { "path": "ansible-elk-playbook/roles/filebeat/tasks/main.yml", "content": "\n---\n#\n# Installing filebeat\n#\n\n# Install filebeat\n\n- name: Install filebeat with apt\n apt:\n name: filebeat\n update_cache: yes\n\n- name: Updating the port in config file\n lineinfile:\n destfile: /etc/filebeat/fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 981, "all_permissive": false }
ansible_role
Vaibhav67897/ansibl-file
e44ac589deac9b65dca7239978a46d0e6644f20f
0
ansible-elk-playbook/roles/logstash
7,853
[ "no_license" ]
[ { "path": "ansible-elk-playbook/roles/logstash/tasks/main.yml", "content": "---\n#\n# Installing logstash\n#\n\n# Install logstash\n\n- name: Install logstash with apt\n apt:\n name: logstash\n update_cache: yes\n\n# updating the input & output templates with the jinja template \n\n- name: copy the inp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 883, "all_permissive": false }
ansible_role
tapansahoo/happy
4ec7f1cd6c3be228284de8d1f395db1cdbbdfcbe
0
param/ansible/roles/CreateParamInfra
7,853
[ "no_license" ]
[ { "path": "param/ansible/roles/CreateParamInfra/tasks/main.yml", "content": "- name: Check VPC\n shell: |\n gcloud compute networks create {{ VPC }} --subnet-mode custom\n args:\n executable: /bin/bash\n environment:\n project: \"{{ project }}\"\n auth_kind: \"{{ auth_kind }}\"\n service_a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6056, "all_permissive": false }
ansible_role
tapansahoo/happy
4ec7f1cd6c3be228284de8d1f395db1cdbbdfcbe
0
param/ansible/roles/DeleteParamInfra
7,853
[ "no_license" ]
[ { "path": "param/ansible/roles/DeleteParamInfra/tasks/main.yml", "content": "- name: delete Forwarding Rule \n shell: |\n gcloud compute forwarding-rules delete platform-http-content-rule --global\n args:\n executable: /bin/bash\n environment:\n project: \"{{ project }}\"\n auth_kind: \"{{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4278, "all_permissive": false }
ansible_role
tapansahoo/happy
4ec7f1cd6c3be228284de8d1f395db1cdbbdfcbe
0
param/ansible/roles/UpgradeParam
7,853
[ "no_license" ]
[ { "path": "param/ansible/roles/UpgradeParam/tasks/main.yml", "content": "\n# - set_fact:\n# image : \"param-green\"\n\n\n\n\n# - name: Get backend services\n# gcp_compute_backend_service_facts:\n# project: \"{{ project }}\"\n# auth_kind: \"{{ auth_kind }}\"\n# service_account_file: \"{{ se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5577, "all_permissive": false }
ansible_role
mecataumk2/practice-ats
5779a8cd0510262843437fc528e2c34cd69f806a
0
deploy/roles/git
7,853
[ "no_license" ]
[ { "path": "deploy/roles/git/tasks/main.yml", "content": "---\n- name: Update apt package cache\n action: apt update_cache=yes\n\n- name: Install system packages\n action: apt name={{ item }}\n with_items:\n - git\n\n- name: Fix the error about ubuntu version\n shell: sed -i -re 's/\\w+\\.archive\\.u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
mrajrajput/Disaster-Management
07a53ae54fb8dc05d8a7d373a1cd9185b08e6c06
0
roles/application
7,853
[ "no_license" ]
[ { "path": "roles/application/tasks/main.yaml", "content": " - name: Create the user \"{{ projectName }}\"\r\n user: name=\"{{ projectName }}\"\r\n become: true\r\n\r\n - name: Create the group \"{{ projectGroup }}\"\r\n group: name=\"{{ projectGroup }}\"\r\n become: true\r\n\r\n # Note: we have to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4255, "all_permissive": false }
ansible_role
Vijay-333/Infra_Optimization
0782e8ad9c1c1f8da1589b6d88ba8ba058c2178f
0
roles/ec2
7,855
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yaml", "content": "---\n- name: Install boto packages\n pip:\n name: \"{{ packages }}\"\n state: present\n- name: Install Security Group\n ec2_group:\n name: \"{{ sg }}\"\n description: Creating SG for EC2 instances\n region: \"{{ region }}\"\n aws_access_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2214, "all_permissive": false }
ansible_role
Vijay-333/Infra_Optimization
0782e8ad9c1c1f8da1589b6d88ba8ba058c2178f
0
roles/loadbalancer
7,855
[ "no_license" ]
[ { "path": "roles/loadbalancer/vars/main.yaml", "content": "instance:\n - master\n - worker1\n - worker2\nregion: us-east-1\nlb: ec2elb\nsg: my_sg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/loadbalancer/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 923, "all_permissive": false }
ansible_role
Vijay-333/Infra_Optimization
0782e8ad9c1c1f8da1589b6d88ba8ba058c2178f
0
roles/master
7,855
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yaml", "content": "---\n- name: Adding kubeadm repositories on Master\n yum_repository:\n name: kube\n description: Kubernetes repo\n baseurl: https://packages.cloud.google.com/yum/repos/kubernetes-el7-$basearch\n enabled: 1\n gpgcheck: 1\n gpgkey: https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1772, "all_permissive": false }
ansible_role
Vijay-333/Infra_Optimization
0782e8ad9c1c1f8da1589b6d88ba8ba058c2178f
0
roles/worker
7,855
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yaml", "content": "---\n- name: Adding kubeadm repositories on Slave\n yum_repository:\n name: kube\n description: Kubernetes repo\n baseurl: https://packages.cloud.google.com/yum/repos/kubernetes-el7-$basearch\n enabled: 1\n gpgcheck: 1\n gpgkey: https:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1327, "all_permissive": false }
ansible_role
CultClassik/kubernetes-my-way
44eb616f01bab83964480db76fb01022c0c1841f
0
ansible/roles/k8s-controller
7,855
[ "no_license" ]
[ { "path": "ansible/roles/k8s-controller/tasks/main.yml", "content": "---\n- name: Create k8s directories\n file:\n path: \"{{ item }}\"\n state: directory\n recurse: yes\n loop:\n - /etc/kubernetes/config\n - /var/lib/kubernetes\n - \"{{ k8s_controller_certs_dir }}\"\n\n- name: Install b...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6303, "all_permissive": false }
ansible_role
CultClassik/kubernetes-my-way
44eb616f01bab83964480db76fb01022c0c1841f
0
ansible/roles/k8s-etcd
7,855
[ "no_license" ]
[ { "path": "ansible/roles/k8s-etcd/templates/etcd.service.j2", "content": "[Unit]\nDescription=etcd\nDocumentation=https://github.com/coreos\n\n[Service]\nExecStart=/usr/local/bin/etcd \\\n --name {{ inventory_hostname_short }} \\\n --cert-file=/etc/etcd/etcd.pem \\\n --key-file=/etc/etcd/etcd-key.pem \\\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3084, "all_permissive": false }