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 | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/start-middletier | 110 | [
"no_license"
] | [
{
"path": "roles/start-middletier/tasks/main.yml",
"content": "- name: Start middletier\n shell: ./middletier-control.sh start\n chdir={{ recipes_dir }}\n async: 15\n poll: 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/start-middletier-with-kieker | 110 | [
"no_license"
] | [
{
"path": "roles/start-middletier-with-kieker/tasks/main.yml",
"content": "- name: Start middletier\n shell: ./middletier-kieker-control.sh start\n chdir={{ recipes_dir }}\n async: 15\n poll: 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/start-tomcat | 110 | [
"no_license"
] | [
{
"path": "roles/start-tomcat/tasks/main.yml",
"content": "- name: Start tomcat\n service: name=tomcat7 state=started\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 71,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/stop-database | 110 | [
"no_license"
] | [
{
"path": "roles/stop-database/tasks/main.yml",
"content": "- name: Stop cassandra\n service: name=cassandra state=stopped\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/stop-edge | 110 | [
"no_license"
] | [
{
"path": "roles/stop-edge/tasks/main.yml",
"content": "- name: Stop edge\n shell: ./edge-control.sh stop\n chdir={{ recipes_dir }}\n async: 15\n poll: 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/stop-edge-with-kieker | 110 | [
"no_license"
] | [
{
"path": "roles/stop-edge-with-kieker/tasks/main.yml",
"content": "- name: Stop edge\n shell: ./edge-kieker-control.sh stop\n chdir={{ recipes_dir }}\n async: 15\n poll: 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/stop-kieker-resource-monitor | 110 | [
"no_license"
] | [
{
"path": "roles/stop-kieker-resource-monitor/tasks/main.yml",
"content": "- name: Stop kieker resource monitoring\n shell: kieker-resource-monitor-control.sh stop\n chdir={{ kieker_binary_release_dir }}\n async: 15\n poll: 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/stop-loadbalancer | 110 | [
"no_license"
] | [
{
"path": "roles/stop-loadbalancer/tasks/main.yml",
"content": "#- name: Stop haproxy\n# service: name=haproxy state=stopped\n# sudo: yes\n\n- name: Stop nginx\n service: name=nginx state=stopped\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/stop-middletier | 110 | [
"no_license"
] | [
{
"path": "roles/stop-middletier/tasks/main.yml",
"content": "- name: Stop middletier\n shell: ./middletier-control.sh stop\n chdir={{ recipes_dir }}\n async: 15\n poll: 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/stop-middletier-with-kieker | 110 | [
"no_license"
] | [
{
"path": "roles/stop-middletier-with-kieker/tasks/main.yml",
"content": "- name: Stop middletier\n shell: ./middletier-kieker-control.sh stop\n chdir={{ recipes_dir }}\n async: 15\n poll: 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | ludovici96/ctfd-infrastructure | 3b8ea20a7ee45d7ffafc92c453a7f1f355dac335 | 1 | ansible/roles/common | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# tasks file for roles/common\n\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n become: true\n\n- name: Install common packages\n ansible.builtin.apt:\n name:\n - acl\n state: present\n become: true\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | ludovici96/ctfd-infrastructure | 3b8ea20a7ee45d7ffafc92c453a7f1f355dac335 | 1 | ansible/roles/ctfd | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/ctfd/handlers/main.yml",
"content": "---\n# handlers file for roles/ctfd\n\n- name: reload systemd\n ansible.builtin.systemd:\n daemon_reload: yes\n become: true\n\n- name: restart ctfd\n ansible.builtin.systemd:\n name: ctfd\n state: restarted\n become: true\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2452,
"all_permissive": false
} |
ansible_role | ludovici96/ctfd-infrastructure | 3b8ea20a7ee45d7ffafc92c453a7f1f355dac335 | 1 | ansible/roles/nginx | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/handlers/main.yml",
"content": "---\n# handlers file for roles/nginx\n\n- name: reload nginx\n ansible.builtin.service:\n name: nginx\n state: reloaded\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1491,
"all_permissive": false
} |
ansible_role | ludovici96/ctfd-infrastructure | 3b8ea20a7ee45d7ffafc92c453a7f1f355dac335 | 1 | ansible/roles/postgresql | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/handlers/main.yml",
"content": "---\n# handlers file for roles/postgresql\n\n- name: restart postgresql\n ansible.builtin.service:\n name: postgresql\n state: restarted\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2140,
"all_permissive": false
} |
ansible_role | ludovici96/ctfd-infrastructure | 3b8ea20a7ee45d7ffafc92c453a7f1f355dac335 | 1 | ansible/roles/redis | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/handlers/main.yml",
"content": "---\n# handlers file for roles/redis\n\n- name: restart redis\n ansible.builtin.service:\n name: redis-server\n state: restarted\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 724,
"all_permissive": false
} |
ansible_role | AlxndrPsclt/configPerso | a37d91ba2f8ea310c505cf42f155593c0b0cdc5e | 0 | install/roles/desktop | 110 | [
"no_license"
] | [
{
"path": "install/roles/desktop/tasks/main.yml",
"content": "---\n# tasks file for desktop\n\n- name: Install packages for desktops\n become: yes\n pacman:\n name:\n - xorg\n - xorg-xinit\n - lightdm\n - bspwm\n - sxhkd\n - rxvt-unicode\n - xclip\n state: present\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 8245,
"all_permissive": false
} |
ansible_role | AlxndrPsclt/configPerso | a37d91ba2f8ea310c505cf42f155593c0b0cdc5e | 0 | install/roles/keys | 110 | [
"no_license"
] | [
{
"path": "install/roles/keys/tasks/main.yml",
"content": "---\n# tasks file for keys\n#- name: Wait 120 seconds for target connection to become reachable/usable\n# wait_for_connection:\n\n\n#####\n#GPG#\n#####\n\n- name: Install package for encryption and keys\n become: yes\n pacman:\n name: 'gpgme'\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3488,
"all_permissive": false
} |
ansible_role | AlxndrPsclt/configPerso | a37d91ba2f8ea310c505cf42f155593c0b0cdc5e | 0 | install/roles/minimal | 110 | [
"no_license"
] | [
{
"path": "install/roles/minimal/tasks/main.yml",
"content": "---\n# tasks file for minimal\n#\n\n# Installing basic tools needed for future installs\n\n- name: Install packages for minimal install\n become: yes\n pacman:\n update_cache: yes\n name:\n - base-devel\n - git\n - tmux\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1673,
"all_permissive": false
} |
ansible_role | AlxndrPsclt/configPerso | a37d91ba2f8ea310c505cf42f155593c0b0cdc5e | 0 | install/roles/workstation | 110 | [
"no_license"
] | [
{
"path": "install/roles/workstation/handlers/main.yml",
"content": "---\n# handlers file for workstation",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "install/roles/workstation/tasks/main.yml",
"content": "---\n# tasks file for workstation\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6095,
"all_permissive": false
} |
ansible_role | dylanmtaylor/dylanmtaylor-ansible | 89a30324b961e0569250f5bacd2f9531aa56dfed | 0 | roles/cleanup | 105 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": "---\n - name: Remove useless packages from the cache\n apt:\n autoclean: yes\n when: ansible_facts['os_family'] == \"Debian\"\n\n - name: Make sure unattended-upgrades started and enabled\n service: name=unattended-upgrades state=started ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | dylanmtaylor/dylanmtaylor-ansible | 89a30324b961e0569250f5bacd2f9531aa56dfed | 0 | roles/cronjobs | 105 | [
"no_license"
] | [
{
"path": "roles/cronjobs/tasks/main.yml",
"content": "---\n - name: Debian -- Enable the cron service at boot time\n service: name=cron state=started enabled=yes\n when: ansible_facts['os_family'] == \"Debian\"\n\n - name: Red Hat -- Enable the crond service at boot time\n service: name=crond st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1260,
"all_permissive": false
} |
ansible_role | dylanmtaylor/dylanmtaylor-ansible | 89a30324b961e0569250f5bacd2f9531aa56dfed | 0 | roles/docker | 105 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n - name: Install python3 and pip packages (dependencies)\n apt:\n pkg:\n - python3\n - python3-pip\n state: latest\n update_cache: yes\n when: ansible_facts['os_family'] == \"Debian\"\n\n - name: Install python3 a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4672,
"all_permissive": false
} |
ansible_role | dylanmtaylor/dylanmtaylor-ansible | 89a30324b961e0569250f5bacd2f9531aa56dfed | 0 | roles/gitcheckout | 105 | [
"no_license"
] | [
{
"path": "roles/gitcheckout/tasks/main.yml",
"content": "---\n - name: Debian -- Make sure that git and unzip are installed\n apt:\n pkg:\n - git\n - unzip\n when: ansible_facts['os_family'] == \"Debian\"\n\n - name: Red Hat -- Make sure that git and unzip are installed\n yum:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1861,
"all_permissive": false
} |
ansible_role | dylanmtaylor/dylanmtaylor-ansible | 89a30324b961e0569250f5bacd2f9531aa56dfed | 0 | roles/gui | 105 | [
"no_license"
] | [
{
"path": "roles/gui/tasks/main.yml",
"content": "---\n - name: Install desktop packages\n apt:\n pkg:\n - lubuntu-desktop\n - xorg\n - firefox\n - baobab\n - hardinfo\n - lxappearance\n - xrdp\n - xorgxrdp\n state: latest\n update_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1280,
"all_permissive": false
} |
ansible_role | dylanmtaylor/dylanmtaylor-ansible | 89a30324b961e0569250f5bacd2f9531aa56dfed | 0 | roles/nginx | 105 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "--- \n - name: Prevent unattended-upgrades from failing the run\n service: name=unattended-upgrades state=stopped enabled=yes\n when: ansible_facts['os_family'] == \"Debian\"\n\n - name: Make directory for website contents\n file: path=/var/www/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1225,
"all_permissive": false
} |
ansible_role | dylanmtaylor/dylanmtaylor-ansible | 89a30324b961e0569250f5bacd2f9531aa56dfed | 0 | roles/security | 105 | [
"no_license"
] | [
{
"path": "roles/security/tasks/main.yml",
"content": "---\n\n - name: Upgrade all installed packages\n apt: name=* state=latest\n when: ansible_facts['os_family'] == \"Debian\"\n\n - name: Upgrade all installed packages\n yum: name=* state=latest\n when: ansible_facts['os_family'] == \"RedHat... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2083,
"all_permissive": false
} |
ansible_role | dylanmtaylor/dylanmtaylor-ansible | 89a30324b961e0569250f5bacd2f9531aa56dfed | 0 | roles/users | 105 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n - name: Make sure hostname is set correctly\n hostname: name=dylanmtaylor.com\n\n - name: Copy my public SSH key for root user\n authorized_key: user=root key=\"{{ lookup('file', './files/authorized_keys') }}\"\n\n - name: Add group 'dylan'\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 956,
"all_permissive": false
} |
ansible_role | dylanmtaylor/dylanmtaylor-ansible | 89a30324b961e0569250f5bacd2f9531aa56dfed | 0 | roles/utilities | 105 | [
"no_license"
] | [
{
"path": "roles/utilities/tasks/main.yml",
"content": "---\n\n - name: Install the latest versions of utility packages using apt\n apt:\n pkg:\n - asciidoc\n - build-essential\n - certbot\n - curl\n - fio\n - gcc\n - git\n - glances\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1781,
"all_permissive": false
} |
ansible_role | 12urenloop/ansible-config | 82bf1862b2605e1ca048efac5a11928b56c7a94b | 0 | roles/coredns | 105 | [
"no_license"
] | [
{
"path": "roles/coredns/templates/Corefile.j2",
"content": "lan:53\t{\n\tfile /etc/coredns/lan.zone\n\tlog\n\terrors\n\tprometheus 0.0.0.0:9153 # FIXME: restrict\n}\n\n.:53\t{\n\tforward . 1.1.1.1\n\tcache\n\tlog\n\terrors\n\tprometheus 0.0.0.0:9153 # FIXME: restrict\n}",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2739,
"all_permissive": false
} |
ansible_role | oveay/ansible-itmo | 77cf1576ded03f6e196842b1e98b087c5da755ca | 0 | itmo-devops-ansible/roles/docker | 105 | [
"no_license"
] | [
{
"path": "itmo-devops-ansible/roles/docker/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for ansible-role-docker\n- name: docker | install requirements\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n state: present\n update_cache: yes\n\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 938,
"all_permissive": false
} |
ansible_role | oveay/ansible-itmo | 77cf1576ded03f6e196842b1e98b087c5da755ca | 0 | itmo-devops-ansible/roles/vault | 105 | [
"no_license"
] | [
{
"path": "itmo-devops-ansible/roles/vault/defaults/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for ansible-role-vault\n\nvault_working_dir: /vault\n\nvault_image_name: hashicorp/vault:latest\nvault_container_name: vault\nvault_restart_policy: always\n\nvault_token_id: <PASS... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5336,
"all_permissive": false
} |
ansible_role | double-p/pgSQLv6-testing | 66823d21bd01b2632c8f5cfdbc2fc8a7b0eb8001 | 0 | roles/barman | 105 | [
"no_license"
] | [
{
"path": "roles/barman/defaults/main.yml",
"content": "---\ndepend_pkg: \n - gpg\n - python3-apt\n - ack\n - jq\n - cron\npg_deb_key: \"https://www.postgresql.org/media/keys/ACCC4CF8.asc\"\npg_deb_repo: \"deb http://apt.postgresql.org/pub/repos/apt/ {{ ansible_distribution_release }}-pgdg main\"\npg_m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2842,
"all_permissive": false
} |
ansible_role | double-p/pgSQLv6-testing | 66823d21bd01b2632c8f5cfdbc2fc8a7b0eb8001 | 0 | roles/pgsql | 105 | [
"no_license"
] | [
{
"path": "roles/pgsql/defaults/main.yml",
"content": "---\ndepend_pkg: \n - gpg\n - python3-apt\n - python3-psycopg2\n - ack\n - jq\n - cron\npg_deb_key: \"https://www.postgresql.org/media/keys/ACCC4CF8.asc\"\npg_deb_repo: \"deb http://apt.postgresql.org/pub/repos/apt/ {{ ansible_distribution_release... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3692,
"all_permissive": false
} |
ansible_role | double-p/pgSQLv6-testing | 66823d21bd01b2632c8f5cfdbc2fc8a7b0eb8001 | 0 | roles/repmgr | 105 | [
"no_license"
] | [
{
"path": "roles/repmgr/tasks/main.yml",
"content": "---\n- name: Create regmgr.conf\n ansible.builtin.template:\n dest: /etc/repmgr.conf\n src: repmgr.conf.j2\n\n- name: Configure shared lib\n ansible.builtin.lineinfile:\n dest: /etc/postgresql/{{ pg_major_release }}/main/postgresql.conf\n re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1593,
"all_permissive": false
} |
ansible_role | hossamShawky/Ansible-ITI | 1a5acb000f3b5ad1abafd4868479518156c76c3a | 0 | day2/lab/roles/web | 105 | [
"no_license"
] | [
{
"path": "day2/lab/roles/web/tasks/main.yml",
"content": "---\n# tasks file for ./roles/web\n- name: task-1 install package\n package:\n name: \"{{package}}\"\n state: \"{{state}}\"\n\n- name: task-2 copy file [dynamic name&content]\n template:\n src: \"templates/{{file_name}}\"\n dest: /var... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1142,
"all_permissive": false
} |
ansible_role | hossamShawky/Ansible-ITI | 1a5acb000f3b5ad1abafd4868479518156c76c3a | 0 | day2/lecture/roles/web | 105 | [
"no_license"
] | [
{
"path": "day2/lecture/roles/web/tasks/main.yml",
"content": "- name: task-1\n command: echo \"HELLO {{user}}\"\n register: res1\n- name: task-2\n copy: \n src: \"{{item}}\"\n dest: /var/www/html/\n loop: \"{{files}}\"\n when: res1.changed == true\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | octt/mesos | 659019fb452f03f9895d68c2c9075af07d42ebd0 | 0 | roles/common | 105 | [
"permissive"
] | [
{
"path": "roles/common/templates/hosts.j2",
"content": "# Do Not Edit This File Directly. Use the Ansible Common Role\n#\n127.0.0.1 localhost\n127.0.1.1 {{ ansible_hostname }}\n\n# Hosts Managed by Ansible\n{% for item in octt_facts.hostfile_list %}\n{{ item }}\n{% endfor %}\n# End - Hosts Man... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 986,
"all_permissive": true
} |
ansible_role | octt/mesos | 659019fb452f03f9895d68c2c9075af07d42ebd0 | 0 | roles/dump_vars | 105 | [
"permissive"
] | [
{
"path": "roles/dump_vars/tasks/main.yml",
"content": "---\n- name:\n debug: msg=\"Role to dump all variables.\"\n \n- name: Dump all vars\n template:\n src=dumpall.j2\n dest=/tmp/ansible.{{ ansible_hostname }}\n\n- name: Fetch dumped vars\n fetch:\n src=\"/tmp/ansible.{{ ansible_hostname }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": true
} |
ansible_role | octt/mesos | 659019fb452f03f9895d68c2c9075af07d42ebd0 | 0 | roles/mesos | 105 | [
"permissive"
] | [
{
"path": "roles/mesos/tasks/main.yml",
"content": "---\n\n# Create variables for each server type, allowing for the simple consolidation of functions.\n- name: Set facts for mesos_servers\n set_fact:\n node_type: mesos_server\n pkg_list: \"[ 'marathon', 'mesosphere' ]\"\n mesos_zk_list: \"[ '/etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3863,
"all_permissive": true
} |
ansible_role | octt/mesos | 659019fb452f03f9895d68c2c9075af07d42ebd0 | 0 | roles/mesosagent | 105 | [
"permissive"
] | [
{
"path": "roles/mesosagent/templates/mesos-slave.supervisor.j2",
"content": "[program:mesos-slave]\ncommand=/usr/sbin/mesos-slave --hostname=\"{{ mesos_agent_name }}\" --ip=\"{{ ansible_default_ipv4.address }}\" --master=file:///etc/mesos/zk\n",
"license_type": "permissive",
"detected_licenses": [
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2945,
"all_permissive": true
} |
ansible_role | octt/mesos | 659019fb452f03f9895d68c2c9075af07d42ebd0 | 0 | roles/mesosmaster | 105 | [
"permissive"
] | [
{
"path": "roles/mesosmaster/tasks/main.yml",
"content": "---\n\n# Create variables for each server type, allowing for the simple consolidation of functions.\n- name: Set facts for mesos_servers\n set_fact:\n node_type: mesos_server\n pkg_list: \"[ 'marathon', 'mesosphere' ]\"\n mesos_zk_list: \"[... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3276,
"all_permissive": true
} |
ansible_role | octt/mesos | 659019fb452f03f9895d68c2c9075af07d42ebd0 | 0 | roles/zookeeper | 105 | [
"permissive"
] | [
{
"path": "roles/zookeeper/tasks/main.yml",
"content": "---\n\n# Create variables for each server type, allowing for the simple consolidation of functions.\n- name: Set facts\n set_fact:\n node_type: zookeeper_server\n pkg_list: \"[ 'zookeeper', 'zookeeper-bin', 'zookeeperd' ]\"\n services_list: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1543,
"all_permissive": true
} |
ansible_role | Di3S3L59/redis-datadog-integration | 8f7db34fe702ed76287e83e6b9c58890682ec346 | 0 | deployment/roles/configure_services | 105 | [
"no_license"
] | [
{
"path": "deployment/roles/configure_services/tasks/main.yml",
"content": "---\n- name: Check if Redis service is active\n command: systemctl is-active {{ redis_service_name }}\n register: redis_status\n ignore_errors: yes\n\n- name: Check if Sentinel service is active\n command: systemctl is-active {{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1350,
"all_permissive": false
} |
ansible_role | Di3S3L59/redis-datadog-integration | 8f7db34fe702ed76287e83e6b9c58890682ec346 | 0 | deployment/roles/datadog_redis | 105 | [
"no_license"
] | [
{
"path": "deployment/roles/datadog_redis/templates/redis.j2",
"content": "## All options defined here are available to all instances.\n#\ninit_config:\n\ninstances:\n - host: {{ redis_host | default('localhost') }}\n port: {{ redis_port | default(6379) }}\n username: user_supervision\n password: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4562,
"all_permissive": false
} |
ansible_role | Di3S3L59/redis-datadog-integration | 8f7db34fe702ed76287e83e6b9c58890682ec346 | 0 | deployment/roles/gather_redis_roles | 105 | [
"no_license"
] | [
{
"path": "deployment/roles/gather_redis_roles/tasks/main.yml",
"content": "---\n- name: Store Redis Password in variable\n ansible.builtin.shell:\n cmd: grep '^requirepass' /etc/redis/redis.conf | awk '{print $2}' | tr -d '\"'\n register: redis_password_result\n changed_when: false\n- name: Debug - D... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2319,
"all_permissive": false
} |
ansible_role | Di3S3L59/redis-datadog-integration | 8f7db34fe702ed76287e83e6b9c58890682ec346 | 0 | deployment/roles/gather_services_redis_and_sentinel_name | 105 | [
"no_license"
] | [
{
"path": "deployment/roles/gather_services_redis_and_sentinel_name/tasks/main.yml",
"content": "---\n- name: Collect Redis and Sentinel service facts\n ansible.builtin.service_facts:\n\n- name: Initialize Redis and Sentinel service name variables\n set_fact:\n redis_service_name: \"\"\n sentinel_se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1273,
"all_permissive": false
} |
ansible_role | Di3S3L59/redis-datadog-integration | 8f7db34fe702ed76287e83e6b9c58890682ec346 | 0 | deployment/roles/log_rotation | 105 | [
"no_license"
] | [
{
"path": "deployment/roles/log_rotation/defaults/uaco0zzr01 ansible_host=10.144.44.ini",
"content": "uaco0zzr01 ansible_host=10.144.44.133 eul_pam_host=uaco0zzr01\nuaco0zzi01 ansible_host=10.144.45.114 eul_pam_host=uaco0zzi01\nuada0zzi01 ansible_host=10.144.46.151 eul_pam_host=uada0zzi01\nuada0zzr01 ansibl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3137,
"all_permissive": false
} |
ansible_role | Di3S3L59/redis-datadog-integration | 8f7db34fe702ed76287e83e6b9c58890682ec346 | 0 | deployment/roles/redis_restart | 105 | [
"no_license"
] | [
{
"path": "deployment/roles/redis_restart/tasks/restart_replicas.yml",
"content": "---\n- name: Redémarrer Redis replica\n ansible.builtin.systemd:\n name: \"{{ redis_service_name }}\"\n state: restarted\n when:\n - redis_service_name is defined\n - ansible_facts.services[redis_service_name].s... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7352,
"all_permissive": false
} |
ansible_role | Di3S3L59/redis-datadog-integration | 8f7db34fe702ed76287e83e6b9c58890682ec346 | 0 | deployment/roles/verify_redis_sentinel_dd_agent_active | 105 | [
"no_license"
] | [
{
"path": "deployment/roles/verify_redis_sentinel_dd_agent_active/tasks/main.yml",
"content": "---\n# This is the main task file for the verify_redis_sentinel_dd_agent_active role.\n# Add tasks here to verify that Redis, Sentinel, and Datadog Agent are active.\n\n- name: Collecter les faits des services\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2221,
"all_permissive": false
} |
ansible_role | steven-ji/ansible-proxy | 7312a1a09851d729756b769bb437e21411198754 | 0 | roles/beats | 105 | [
"no_license"
] | [
{
"path": "roles/beats/templates/filebeat.yml",
"content": "filebeat:\n prospectors:\n - type: log\n paths:\n - /var/log/squid/access.log # 定义日志文件的路径,可以使用 Shell GLOB 匹配\n close_inactive: 10m\n close_removed: true\n close_renamed: true\n close_timeout: 3h\n ignore_old... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2060,
"all_permissive": false
} |
ansible_role | steven-ji/ansible-proxy | 7312a1a09851d729756b769bb437e21411198754 | 0 | roles/crontab | 105 | [
"no_license"
] | [
{
"path": "roles/crontab/templates/ppp_check_crontab.sh",
"content": "#!/bin/bash\n#ppp=`ifconfig | grep ppp | wc -l`\nppp=`ps -ef | grep pppoe | wc -l`\necho \"ppp $ppp\"\nif [ $ppp -gt 5 ]; then\n echo \"ppp count $ppp\"\n ps -ef | grep pppoe | awk '{print $2}' | xargs kill -9\n rm -rf /var/run/ppp*.p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | steven-ji/ansible-proxy | 7312a1a09851d729756b769bb437e21411198754 | 0 | roles/firewall | 105 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "- name: Stop firewalled\n systemd:\n name: firewalld\n enabled: false\n state: stopped\n- name: Install iptables\n yum:\n name: iptables-services\n state: present\n- name: 'Add 57112 port for squid'\n lineinfile:\n dest: /etc/syscon... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1225,
"all_permissive": false
} |
ansible_role | steven-ji/ansible-proxy | 7312a1a09851d729756b769bb437e21411198754 | 0 | roles/proxy | 105 | [
"no_license"
] | [
{
"path": "roles/proxy/tasks/main.yml",
"content": "#- debug: {{ jar_path }}\n- file:\n path=/opt/scripts\n state=directory\n- file:\n path=/opt/app/proxy/agent/1.0.0\n state=directory\n- file:\n path=/opt/scripts/proxy_env.profile\n state=touch\n- lineinfile:\n dest=/opt/scripts/proxy_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | steven-ji/ansible-proxy | 7312a1a09851d729756b769bb437e21411198754 | 0 | roles/squid | 105 | [
"no_license"
] | [
{
"path": "roles/squid/tasks/main.yml",
"content": "- name: Check squid has installed\n stat: path=/etc/squid/squid.conf\n register: squid\n- name: Install squid\n yum:\n name: squid-3.5.20\n state: present\n when: squid.stat.exists == false\n# Cover relate config\n- name: Cover squid.conf\n temp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/ansible-requirements | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/ansible-requirements/tasks/main.yml",
"content": "- name: \"Install requirements.\"\n # when: not enable_offline_install\n block:\n # Debian/Ubuntu.\n - name: Check if apt-get is installed.\n raw: apt-get --version\n failed_when: False\n reg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2447,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/diver-store | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/diver-store/tasks/assign/main.yml",
"content": "---\n- name: \"Installation ({{ ansible_os_family }}).\"\n include_tasks: \"{{ os_family }}.yml\"\n when: ansible_os_family == os_family\n with_items:\n - \"Debian\"\n - \"RedHat\"\n - \"Suse\"\... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2849,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/docker-ce | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/docker-ce/tasks/install/.unix.post.yml",
"content": "---\n#\n# Check installation.\n#\n\n- name: \"Ensure /etc/docker dir exists.\"\n file:\n path: /etc/docker\n state: directory\n\n#\n# Configure TCP certs if enabled\n#\n\n- name: \"Install pyOpe... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 17220,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/docker-ee | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/docker-ee/tasks/install/Debian.yml",
"content": "---\n#\n# Pre installation tasks.\n#\n- include_tasks: \".unix.pre.yml\"\n\n#\n# OS Specific Updates\n#\n- include_tasks: \"Debian/{{ distribution }}.yml\"\n when: ansible_distribution == distribution\n ... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 38088,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/docker-fips | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/docker-fips/tasks/RedHat.yml",
"content": "---\n- include_tasks: \"RedHat/{{ distribution }}.yml\"\n when: distribution == ansible_distribution\n with_items:\n - \"RedHat\"\n loop_control:\n loop_var: distribution\n",
"license_type": "no_lic... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2448,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/docker-storage | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/docker-storage/tasks/RedHat/CentOS.yml",
"content": "---\n\n- set_fact:\n default_docker_storage_fstype: xfs\n default_docker_storage_driver: devicemapper\n when: >\n not ( docker_ucp_version == \"latest\" or docker_ucp_version is version('3.0.... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5188,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/docker-ucp | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/docker-ucp/defaults/main.yml",
"content": "---\n# Package.\ndocker_ucp_image_repository: docker\ndocker_ucp_version: latest\n\n# Subscription path.\ndocker_ucp_license_path: \"{{ playbook_dir }}/docker_subscription.lic\"\n\n#\ndocker_ucp_admin_username: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7288,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/docker-ucp-bundle | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/docker-ucp-bundle/tasks/main.yml",
"content": "---\n- name: \"Login to UCP\"\n shell: >\n diver ucp login --username \"{{ docker_ucp_admin_username }}\"\n --password \"{{ <PASSWORD> }}\"\n --url \"https://{{hostvars[groups['linux-ucp-manager-pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 641,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/kubectl | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/kubectl/tasks/main.yml",
"content": "---\n- name: \"Check ucp version\"\n set_fact:\n docker_ucp_version_test: \"{{ docker_ucp_version | regex_search('^([0-9]+\\\\.[0-9]+\\\\.[0-9]+).*') }}\"\n\n- name: \"Extract UCP Major.Minor\"\n set_fact:\n d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1540,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/kubernetes-aws | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/kubernetes-aws/tasks/main.yml",
"content": "---\n- name: \"Create the service account\"\n shell: >\n eval \"$(cat env.sh)\" && kubectl apply -f \"{{playbook_dir}}/kubernetes-templates/aws/efs/service-account.yaml\"\n when: enable_kubernetes_aws_efs ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3237,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/kubernetes-azure | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/kubernetes-azure/tasks/main.yml",
"content": "---\n- name: \"Use kubernetes orchestrator for linux-workers\"\n when: enable_kubernetes_azure_load_balancer\n shell: |\n eval \"$(cat env.sh)\"\n docker node update --label-add com.docker.ucp.orchest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 829,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/kubernetes-cloud-provider | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/kubernetes-cloud-provider/tasks/main.yml",
"content": "---\n- include_tasks: \"{{ infra_stack }}.yml\"\n when: infra_stack == cloud\n with_items:\n - \"aws\"\n - \"azure\"\n loop_control:\n loop_var: cloud\n",
"license_type": "no_license"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2729,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/kubernetes-nfs-storage | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/kubernetes-nfs-storage/tasks/Suse.yml",
"content": "---\n- name: \"Install required NFS dependencies (SLES).\"\n when: ansible_os_family == 'Suse'\n block:\n - name: \"Install nfs-client.\"\n zypper:\n name: \"nfs-client\"\n state: presen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1532,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/load-balancer | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/load-balancer/tasks/main.yml",
"content": "---\n- set_fact:\n cert: \"\"\n cert_bindmount: \"\"\n\n- name: \"Check for certificate file (at '{{ docker_ucp_cert_file }}').\"\n delegate_to: localhost\n stat:\n path: \"{{ docker_ucp_cert_file }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3670,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/validate | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/validate/tasks/Suse.yml",
"content": "---\n- when: not enable_offline_install\n block:\n # Begin block: not enable_offline_install\n - assert:\n that:\n - docker_ee_subscriptions_sles is defined\n msg: \"You need 'docker_ee_subscripti... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 14287,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/validate-dtr | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/validate-dtr/tasks/main.yml",
"content": "---\n- set_fact:\n docker_dtr_version_check: \"{{ docker_dtr_version | regex_search('^([0-9]+\\\\.[0-9]+\\\\.[0-9]+).*') }}\"\n\n- assert:\n that:\n - \"docker_dtr_version == 'latest' or docker_dtr_ver... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | stevenfollis/workshops | c3cb3ad910832c90b6c5470e7f6012aeac1721fa | 0 | 2018/detroit/labs/01 - provision/dci/roles/validate-ucp | 105 | [
"no_license"
] | [
{
"path": "2018/detroit/labs/01 - provision/dci/roles/validate-ucp/tasks/main.yml",
"content": "---\n- set_fact:\n docker_ucp_version_check: \"{{ docker_ucp_version | regex_search('^([0-9]+\\\\.[0-9]+\\\\.[0-9]+).*') }}\"\n\n- assert:\n that:\n - \"docker_ucp_version == 'latest' or docker_ucp_ver... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 704,
"all_permissive": false
} |
ansible_role | r-devops/student | 72ffe4cd483d31af5a7ddc79424350afde5752ea | 0 | roles/sample | 105 | [
"no_license"
] | [
{
"path": "roles/sample/tasks/main.yml",
"content": "- name: <NAME>\n debug:\n msg: \"Hello WOrld\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 47,
"all_permissive": false
} |
ansible_role | vladyslavhrynchuk/web_server_playbook | b6e269f88879a4e18638f0fbcdca0fbdf5ff797e | 0 | roles/web_server | 105 | [
"no_license"
] | [
{
"path": "roles/web_server/tasks/main.yml",
"content": "# tasks file for web_server\n - name: Install_dependencies\n become: true\n apt:\n state: present\n name:\n - 'python3'\n - 'python3-setuptools'\n - 'python3-dev'\n - 'build-essential'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | okumin/influent-benchmark | c9cef095c6fc6c79dfb57aa7073d1f187ccbcbd3 | 1 | ansible/roles/dstat | 111 | [
"permissive"
] | [
{
"path": "ansible/roles/dstat/tasks/main.yml",
"content": "- name: install dstat\n yum:\n name: dstat\n become: true\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 60
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 60,
"all_permissive": true
} |
ansible_role | okumin/influent-benchmark | c9cef095c6fc6c79dfb57aa7073d1f187ccbcbd3 | 1 | ansible/roles/fluentd-benchmark | 111 | [
"permissive"
] | [
{
"path": "ansible/roles/fluentd-benchmark/tasks/main.yml",
"content": "- name: install sysstat\n yum:\n name: sysstat\n become: true\n\n- name: git clone fluentd-benchmark\n git:\n repo: https://github.com/okumin/fluentd-benchmark.git\n dest: \"~/fluentd-benchmark-{{ item.label }}\"\n versio... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3841,
"all_permissive": true
} |
ansible_role | okumin/influent-benchmark | c9cef095c6fc6c79dfb57aa7073d1f187ccbcbd3 | 1 | ansible/roles/influent | 111 | [
"permissive"
] | [
{
"path": "ansible/roles/influent/tasks/main.yml",
"content": "- name: git clone influent\n git:\n repo: https://github.com/okumin/influent.git\n dest: ~/influent\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": true
} |
ansible_role | okumin/influent-benchmark | c9cef095c6fc6c79dfb57aa7073d1f187ccbcbd3 | 1 | ansible/roles/java | 111 | [
"permissive"
] | [
{
"path": "ansible/roles/java/tasks/main.yml",
"content": "- name: install Java 8\n yum:\n name: java-1.8.0-openjdk-devel\n become: true\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 80
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 80,
"all_permissive": true
} |
ansible_role | okumin/influent-benchmark | c9cef095c6fc6c79dfb57aa7073d1f187ccbcbd3 | 1 | ansible/roles/jemalloc | 111 | [
"permissive"
] | [
{
"path": "ansible/roles/jemalloc/tasks/main.yml",
"content": "- name: install dependencies\n yum:\n name: \"{{ item }}\"\n with_items:\n - bzip2\n - wget\n - gcc\n become: true\n\n- name: download jemalloc\n get_url:\n url: \"https://github.com/jemalloc/jemalloc/releases/download/{{ jema... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 685,
"all_permissive": true
} |
ansible_role | okumin/influent-benchmark | c9cef095c6fc6c79dfb57aa7073d1f187ccbcbd3 | 1 | ansible/roles/os | 111 | [
"permissive"
] | [
{
"path": "ansible/roles/os/tasks/main.yml",
"content": "- name: increase fd\n lineinfile:\n dest: /etc/security/limits.conf\n line: \"{{ item }}\"\n with_items:\n - \"root soft nofile 65536\"\n - \"root hard nofile 65536\"\n - \"* soft nofile 65536\"\n - \"* hard nofile 65536\"\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 240,
"all_permissive": true
} |
ansible_role | okumin/influent-benchmark | c9cef095c6fc6c79dfb57aa7073d1f187ccbcbd3 | 1 | ansible/roles/ruby | 111 | [
"permissive"
] | [
{
"path": "ansible/roles/ruby/tasks/main.yml",
"content": "- name: install dependencies\n yum:\n name: \"{{ item }}\"\n with_items:\n - bzip2\n - gcc\n - openssl-devel\n - readline-devel\n - zlib-devel\n become: true\n\n- name: git clone rbenv\n git:\n repo: https://github.com/sstep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 994,
"all_permissive": true
} |
ansible_role | okumin/influent-benchmark | c9cef095c6fc6c79dfb57aa7073d1f187ccbcbd3 | 1 | ansible/roles/sbt | 111 | [
"permissive"
] | [
{
"path": "ansible/roles/sbt/tasks/main.yml",
"content": "- name: sbt repo\n get_url:\n url: https://bintray.com/sbt/rpm/rpm\n dest: /etc/yum.repos.d/bintray-sbt-rpm.repo\n become: true\n\n- name: install sbt\n yum:\n name: sbt\n become: true\n",
"license_type": "permissive",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": true
} |
ansible_role | abduallhm19988/monitoring-stack | afe42d23de2076c15a0695b1a085eac8d88ff398 | 0 | ansible/roles/docker-monitoring | 111 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-monitoring/tasks/main.yaml",
"content": "- name: Install Docker\n apt:\n name: docker.io\n state: present\n update_cache: yes\n\n- name: Create docker config directory\n file:\n path: /etc/docker\n state: directory\n\n- name: Configure Docker metrics\n copy:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | abduallhm19988/monitoring-stack | afe42d23de2076c15a0695b1a085eac8d88ff398 | 0 | ansible/roles/eks-tools | 111 | [
"no_license"
] | [
{
"path": "ansible/roles/eks-tools/tasks/main.yaml",
"content": "- name: Install required system packages\n apt:\n name: \n - curl\n - software-properties-common\n - apt-transport-https\n - gnupg\n state: present\n update_cache: yes\n\n- name: Install kubectl\n apt:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 710,
"all_permissive": false
} |
ansible_role | abduallhm19988/monitoring-stack | afe42d23de2076c15a0695b1a085eac8d88ff398 | 0 | ansible/roles/helm-prometheus | 111 | [
"no_license"
] | [
{
"path": "ansible/roles/helm-prometheus/tasks/main.yaml",
"content": "- name: Add Prometheus Helm repo\n command: helm repo add prometheus-community https://prometheus-community.github.io/helm-charts\n\n- name: Update Helm repos\n command: helm repo update\n\n- name: Create monitoring namespace\n comman... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | zylpsrs/hello-operator | e46dc3aaba8b57cdca7aefbc0fa608799e473449 | 0 | roles/greeter | 111 | [
"no_license"
] | [
{
"path": "roles/greeter/templates/deployment.yml.j2",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n labels:\n app: {{ _app }}\n version: {{version}}\n name: {{ _app }}-{{ meta.name }}\n namespace: {{ meta.namespace }}\nspec:\n replicas: {{ size }}\n selector:\n matchLabels:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1344,
"all_permissive": false
} |
ansible_role | zylpsrs/hello-operator | e46dc3aaba8b57cdca7aefbc0fa608799e473449 | 0 | roles/hello | 111 | [
"no_license"
] | [
{
"path": "roles/hello/tasks/main.yml",
"content": "- name: Set version\n set_fact:\n version: \"{{ image|regex_replace('^.*:(?P<tag>.*)$', '\\\\g<tag>') }}\"\n when: version is not defined\n\n- name: Config publisher service\n set_fact:\n _publisher_svc: \"{%- if publisher_service is defined -%}\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | zylpsrs/hello-operator | e46dc3aaba8b57cdca7aefbc0fa608799e473449 | 0 | roles/publisher | 111 | [
"no_license"
] | [
{
"path": "roles/publisher/handlers/main.yml",
"content": "---\n# handlers file for publisher",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/publisher/vars/main.yml",
"content": "---\n_port: 9080\n_app: publisher\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 743,
"all_permissive": false
} |
ansible_role | littlebigcluster/aws-infra | 92796e406dc1c51cd600c0c9aae68ece2632712c | 0 | gitlab-ha/roles/gitlab-common | 111 | [
"no_license"
] | [
{
"path": "gitlab-ha/roles/gitlab-common/tasks/main.yml",
"content": "---\n\n# tasks file for gitlab-common\n- name: Install precondition for Debian Stretch\n raw: apt-get update && apt-get upgrade -y\n\n- name: Install git\n apt:\n name: git-core\n state: present\n\n#Prepare options before installi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2927,
"all_permissive": false
} |
ansible_role | drundusvit/otus-homework | 43c03345dff03da4616f5ce7358d2ddc2a290f47 | 0 | 1.9/roles/web-server | 111 | [
"no_license"
] | [
{
"path": "1.9/roles/web-server/defaults/main.yml",
"content": "---\n# defaults file for web-server\nnginx_port: 8080\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "1.9/roles/web-server/tasks/main.yml",
"content": "---\n# tasks file for web-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | nav/vavenv | e2bfead4d525090488b7e65faf31a0b90be5f8b2 | 0 | roles/memcache | 111 | [
"no_license"
] | [
{
"path": "roles/memcache/tasks/main.yml",
"content": "---\n- name: install memcache\n apt:\n name: memcached\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | nav/vavenv | e2bfead4d525090488b7e65faf31a0b90be5f8b2 | 0 | roles/monit | 111 | [
"no_license"
] | [
{
"path": "roles/monit/tasks/main.yml",
"content": "---\n- name: Install apt packages\n sudo: yes\n apt: name=\"{{ item }}\" state=installed\n with_items:\n - git\n - libmysqlclient-dev\n - libxml2-dev\n - libxslt1-dev\n - libjpeg-dev\n - libfreetype6\n - libfreetype6-dev\n - zlib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | nav/vavenv | e2bfead4d525090488b7e65faf31a0b90be5f8b2 | 0 | roles/mysql | 111 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: install mysql\n apt: name={{ item }} state=latest\n with_items:\n - mysql-server\n - libmysqlclient-dev\n - python-mysqldb\n\n- name: create mysql root password\n command: /usr/bin/openssl rand -base64 16\n register: mysql_root_pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1099,
"all_permissive": false
} |
ansible_role | nav/vavenv | e2bfead4d525090488b7e65faf31a0b90be5f8b2 | 0 | roles/nginx | 111 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: install project pre-requisites\n apt: name={{ item }} state=installed\n with_items:\n - language-pack-en-base\n - python-pycurl \n - libpcre3-dev\n - python-pip\n\n- name: add nginx ppa\n apt_repository: repo=ppa:nginx/stable\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 954,
"all_permissive": false
} |
ansible_role | nav/vavenv | e2bfead4d525090488b7e65faf31a0b90be5f8b2 | 0 | roles/nodejs | 111 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: install nodejs apt key\n apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key id=68576280\n\n- name: add nodejs repository\n apt_repository: repo='deb https://deb.nodesource.com/node_5.x trusty main'\n\n- name: update apt repo\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | nav/vavenv | e2bfead4d525090488b7e65faf31a0b90be5f8b2 | 0 | roles/postgresql | 111 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n- name: adding APT repository key\n when: ansible_os_family == 'Debian'\n apt_key:\n id: ACCC4CF8\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n\n- name: add postgresql official APT repository\n apt_repository:\n repo: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1466,
"all_permissive": false
} |
ansible_role | nav/vavenv | e2bfead4d525090488b7e65faf31a0b90be5f8b2 | 0 | roles/rabbitmq | 111 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: ensure python-software-properties is installed\n apt: pkg=python-software-properties state=installed\n\n- name: adding APT repository key\n apt_key: url=https://www.rabbitmq.com/rabbitmq-signing-key-public.asc\n\n- name: add rabbitmq offi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1217,
"all_permissive": false
} |
ansible_role | nav/vavenv | e2bfead4d525090488b7e65faf31a0b90be5f8b2 | 0 | roles/virtualenv | 111 | [
"no_license"
] | [
{
"path": "roles/virtualenv/tasks/main.yml",
"content": "---\n- name: install project pre-requisites\n apt: name={{ item }} state=installed\n with_items:\n - language-pack-en-base\n - python-setuptools\n - python-dev\n - libpq-dev\n - python-software-properties\n - python-pip\n - libj... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 872,
"all_permissive": false
} |
ansible_role | torfs-ict/cmsms | 3361ae0c4af17eb4f57533d6b55505f7f9da01e2 | 2 | ansible/roles/app | 111 | [
"no_license"
] | [
{
"path": "ansible/roles/app/files/phpmyadmin.php",
"content": "<?php\n\n$i = 0;\n$i++;\n$cfg['Servers'][$i]['verbose'] = 'CMSMS';\n$cfg['Servers'][$i]['host'] = 'localhost';\n$cfg['Servers'][$i]['port'] = '';\n$cfg['Servers'][$i]['socket'] = '';\n$cfg['Servers'][$i]['connect_type'] = 'tcp';\n$cfg['Servers'... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3642,
"all_permissive": false
} |
ansible_role | torfs-ict/cmsms | 3361ae0c4af17eb4f57533d6b55505f7f9da01e2 | 2 | ansible/roles/composer | 111 | [
"no_license"
] | [
{
"path": "ansible/roles/composer/meta/main.yml",
"content": "---\ndependencies:\n - { role: php7 }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/composer/tasks/main.yml",
"content": "- name: Composer | Install application\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 845,
"all_permissive": false
} |
ansible_role | torfs-ict/cmsms | 3361ae0c4af17eb4f57533d6b55505f7f9da01e2 | 2 | ansible/roles/git-prompt | 111 | [
"no_license"
] | [
{
"path": "ansible/roles/git-prompt/files/profile.sh",
"content": "PS1='\\[\\033]0;${PWD//[^[:ascii:]]/?}\\007\\]' # set window title\nPS1=\"$PS1\"'\\n' # new line\nPS1=\"$PS1\"'\\[\\033[32m\\]' # change to green\nPS1=\"$PS1\"'\\u@\\h ' # user@host<space>\nPS1=\"$PS1\"'\\[\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1431,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.