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 | regex-33/Security-Engineer-Toolkit | 2d2c65c1f0fc3491abc908f8d95a91037faa22ad | 17 | roles/ssti_tools | 8,135 | [
"no_license"
] | [
{
"path": "roles/ssti_tools/tasks/main.yml",
"content": "- name: Ensure ssti_tools directory exists\n ignore_errors: yes\n file:\n path: \"/opt/tools/ssti_tools\"\n state: directory\n become: yes\n\n\n- name: Install tplmap using git\n ignore_errors: yes\n git:\n repo: 'https://github.com/epin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | regex-33/Security-Engineer-Toolkit | 2d2c65c1f0fc3491abc908f8d95a91037faa22ad | 17 | roles/subdomain_enum | 8,135 | [
"no_license"
] | [
{
"path": "roles/subdomain_enum/tasks/main.yml",
"content": "- name: Setup tools\n ignore_errors: yes\n become: yes\n block:\n - name: Install tools using git\n git:\n repo: \"{{ item.repo }}\"\n dest: \"{{ item.dest }}\"\n loop:\n - { repo: 'https://github.com/aboul3la/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3987,
"all_permissive": false
} |
ansible_role | regex-33/Security-Engineer-Toolkit | 2d2c65c1f0fc3491abc908f8d95a91037faa22ad | 17 | roles/useful_tools | 8,135 | [
"no_license"
] | [
{
"path": "roles/useful_tools/tasks/main.yml",
"content": "- name: Ensure useful_tools directory exists\n ignore_errors: yes\n file:\n path: \"/opt/tools/useful_tools\"\n state: directory\n\n- name: Install Go tools and copy binaries\n ignore_errors: yes\n environment:\n GOPATH: \"{{ ansible_en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2094,
"all_permissive": false
} |
ansible_role | regex-33/Security-Engineer-Toolkit | 2d2c65c1f0fc3491abc908f8d95a91037faa22ad | 17 | roles/visual_tools | 8,135 | [
"no_license"
] | [
{
"path": "roles/visual_tools/tasks/main.yml",
"content": "- name: Ensure visual_tools directory exists\n ignore_errors: yes\n ansible.builtin.file:\n path: \"/opt/tools/visual_tools\"\n state: directory\n become: yes\n\n- name: Install Gowitness\n ignore_errors: yes\n ansible.builtin.command:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1491,
"all_permissive": false
} |
ansible_role | regex-33/Security-Engineer-Toolkit | 2d2c65c1f0fc3491abc908f8d95a91037faa22ad | 17 | roles/vulns_scanner | 8,135 | [
"no_license"
] | [
{
"path": "roles/vulns_scanner/tasks/main.yml",
"content": "- name: Ensure directories exist\n ignore_errors: yes\n become: yes\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"/opt/tools/vulns_scanner\"\n - \"/opt/tools/vulns_scanner/xray\"\n - \"/opt/tools/vulns_sca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5052,
"all_permissive": false
} |
ansible_role | regex-33/Security-Engineer-Toolkit | 2d2c65c1f0fc3491abc908f8d95a91037faa22ad | 17 | roles/web_crawling | 8,135 | [
"no_license"
] | [
{
"path": "roles/web_crawling/tasks/main.yml",
"content": "- name: Set web_crawling_tools\n ignore_errors: yes\n set_fact:\n web_crawling_tools:\n - name: Gospider\n install: \"/usr/local/go/bin/go install github.com/jaeles-project/gospider@latest\"\n src: \"{{ ansible_env.HOME }}/go... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3971,
"all_permissive": false
} |
ansible_role | regex-33/Security-Engineer-Toolkit | 2d2c65c1f0fc3491abc908f8d95a91037faa22ad | 17 | roles/web_technologies | 8,135 | [
"no_license"
] | [
{
"path": "roles/web_technologies/tasks/main.yml",
"content": "- name: Ensure web_technologies directory exists\n ignore_errors: yes\n file:\n path: \"/opt/tools/web_technologies\"\n state: directory\n become: yes\n\n\n- name: Install wappalyzer-cli\n ignore_errors: yes\n shell: |\n cd /opt/to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | regex-33/Security-Engineer-Toolkit | 2d2c65c1f0fc3491abc908f8d95a91037faa22ad | 17 | roles/wordlists | 8,135 | [
"no_license"
] | [
{
"path": "roles/wordlists/tasks/main.yml",
"content": "- name: Install SecLists\n ignore_errors: yes\n git:\n repo: 'https://github.com/danielmiessler/SecLists.git'\n dest: /opt/tools/wordlists/SecLists\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | regex-33/Security-Engineer-Toolkit | 2d2c65c1f0fc3491abc908f8d95a91037faa22ad | 17 | roles/xss_tools | 8,135 | [
"no_license"
] | [
{
"path": "roles/xss_tools/tasks/main.yml",
"content": "- name: Set xss_tools\n ignore_errors: yes\n set_fact:\n xss_tools:\n - name: Dalfox\n install: \"/usr/local/go/bin/go install github.com/hahwul/dalfox/v2@latest\"\n src: \"{{ ansible_env.HOME }}/go/bin/dalfox\"\n dest: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2801,
"all_permissive": false
} |
ansible_role | shancang/codis-ansible | e1d0d130f28413bfd4c19533bf75e80654444caf | 3 | roles/codis-fe | 8,135 | [
"no_license"
] | [
{
"path": "roles/codis-fe/tasks/main.yml",
"content": "---\n- name: Copy codis-fe binary\n copy: src={{ codis_dir }}/bin/codis-fe dest={{ codis_install_dir }}/bin/codis-fe mode=766\n\n- name: Copy codis-fe assets\n command: cp -r {{ codis_dir }}/bin/assets {{ codis_install_dir }}/bin\n\n- name: Copy codis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | shancang/codis-ansible | e1d0d130f28413bfd4c19533bf75e80654444caf | 3 | roles/codis-server | 8,135 | [
"no_license"
] | [
{
"path": "roles/codis-server/tasks/main.yml",
"content": "---\n- name: Create codis server work directory\n file: path={{ codis_server_workdir }}-{{ codis_server_port }} state=directory owner=codis group=codis\n\n- name: Copy codis-server binary\n copy: src={{ codis_dir }}/bin/codis-server dest={{ codis_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | mfinelli/pkgs | e450f9cbd6ef2e0be2872349c7b896dcc5ef4a59 | 0 | ansible/roles/apache | 8,135 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/files/vhost.conf",
"content": "<VirtualHost *:443>\n\tServerName pkgs.finelli.dev\n\tServerAdmin <EMAIL>\n\n\tSSLEngine on\n\tSSLCertificateFile /etc/ssl/private/pkgs.finelli.dev.pem\n\tSSLCertificateKeyFile /etc/ssl/private/pkgs.finelli.dev.key\n\n\tSSLVerifyClient require\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3473,
"all_permissive": false
} |
ansible_role | mfinelli/pkgs | e450f9cbd6ef2e0be2872349c7b896dcc5ef4a59 | 0 | ansible/roles/base | 8,135 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n- name: ensure hostname is set to fqdn\n ansible.builtin.hostname: name={{ ansible_fqdn }}\n\n- name: install rsync\n ansible.builtin.apt: name=rsync\n\n- name: install software for dotfiles\n ansible.builtin.apt:\n name:\n - ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | mfinelli/pkgs | e450f9cbd6ef2e0be2872349c7b896dcc5ef4a59 | 0 | ansible/roles/netdata | 8,135 | [
"no_license"
] | [
{
"path": "ansible/roles/netdata/tasks/main.yml",
"content": "---\n- name: install uuidgen\n ansible.builtin.apt: name=uuid-runtime\n\n- name: add the netdata signing key\n ansible.builtin.apt_key:\n url: https://packagecloud.io/netdata/netdata/gpgkey\n keyring: /usr/share/keyrings/netdata-archive-k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1949,
"all_permissive": false
} |
ansible_role | mfinelli/pkgs | e450f9cbd6ef2e0be2872349c7b896dcc5ef4a59 | 0 | ansible/roles/ssh | 8,135 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/tasks/main.yml",
"content": "---\n- name: install sshd config\n ansible.builtin.copy:\n dest: /etc/ssh/sshd_config\n src: sshd_config\n owner: root\n group: root\n mode: 0644\n validate: /usr/sbin/sshd -tf %s\n notify:\n - restart sshd\n\n- name: allow por... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | randy0097/ansible-ci | dcd2a23b4748d0dbe021ceb181e3daa8e799930a | 0 | roles/all_deploy | 8,135 | [
"no_license"
] | [
{
"path": "roles/all_deploy/tasks/main.yml",
"content": "- name: create remote temp dir\r\n file: \r\n path: \"{{remote_temp}}\"\r\n state: directory \r\n- name: clean old remote war\r\n file: \r\n path: \"{{remote_temp}}/{{backend_war_name}}\"\r\n state: absent \r\n- name: copy war to remote\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1647,
"all_permissive": false
} |
ansible_role | randy0097/ansible-ci | dcd2a23b4748d0dbe021ceb181e3daa8e799930a | 0 | roles/all_package | 8,135 | [
"no_license"
] | [
{
"path": "roles/all_package/tasks/main.yml",
"content": "- name: get module name\r\n command: chdir={{backend_module_dir}} grep <artifactId> pom.xml -m 2\r\n register: module_name_origin\r\n\r\n- name: get module version\r\n command: chdir={{backend_module_dir}} grep <version> pom.xml -m 1\r\n regist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | randy0097/ansible-ci | dcd2a23b4748d0dbe021ceb181e3daa8e799930a | 0 | roles/backend_compile | 8,135 | [
"no_license"
] | [
{
"path": "roles/backend_compile/tasks/main.yml",
"content": "---\r\n- name: git checkout\r\n git: repo={{backend_git}} \r\n dest={{backend_dir}}\r\n version={{backend_version}}\r\n force=yes\r\n- name: build permission\r\n command: chdir=\"{{backend_dir}}\" mvn clean install -Dmaven.te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | randy0097/ansible-ci | dcd2a23b4748d0dbe021ceb181e3daa8e799930a | 0 | roles/cas_compile | 8,135 | [
"no_license"
] | [
{
"path": "roles/cas_compile/tasks/main.yml",
"content": "---\r\n- name: git checkout\r\n git: repo={{backend_git}} \r\n dest={{cas_dir}}\r\n version={{cas_version}}\r\n force=yes \r\n- name: build cas-server\r\n command: chdir=\"{{cas_dir}}\" mvn clean install -Dmaven.test.skip \r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | randy0097/ansible-ci | dcd2a23b4748d0dbe021ceb181e3daa8e799930a | 0 | roles/cas_deploy | 8,135 | [
"no_license"
] | [
{
"path": "roles/cas_deploy/tasks/main.yml",
"content": "- name: create remote temp dir\r\n file: \r\n path: \"{{remote_temp}}\"\r\n state: directory \r\n- name: clean old remote war\r\n file: \r\n path: \"{{remote_temp}}/{{cas_war_name}}\"\r\n state: absent \r\n- name: copy war to remote\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1690,
"all_permissive": false
} |
ansible_role | randy0097/ansible-ci | dcd2a23b4748d0dbe021ceb181e3daa8e799930a | 0 | roles/cas_package | 8,135 | [
"no_license"
] | [
{
"path": "roles/cas_package/tasks/main.yml",
"content": "# - name: get module name\r\n# command: chdir={{cas_module_dir}} grep <artifactId> pom.xml -m 2\r\n# register: module_name_origin\r\n\r\n# - name: get module version\r\n# command: chdir={{cas_module_dir}} grep <version> pom.xml -m 1\r\n# re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 732,
"all_permissive": false
} |
ansible_role | randy0097/ansible-ci | dcd2a23b4748d0dbe021ceb181e3daa8e799930a | 0 | roles/frontend_compile | 8,135 | [
"no_license"
] | [
{
"path": "roles/frontend_compile/tasks/main.yml",
"content": "---\r\n- name: git checkout\r\n git: repo={{frontend_git}} \r\n dest={{frontend_app_dir}}\r\n version={{frontend_version}}\r\n force=yes\r\n- name: npm install\r\n command: chdir={{frontend_app_dir}} npm install \r\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 327,
"all_permissive": false
} |
ansible_role | randy0097/ansible-ci | dcd2a23b4748d0dbe021ceb181e3daa8e799930a | 0 | roles/frontend_deploy | 8,135 | [
"no_license"
] | [
{
"path": "roles/frontend_deploy/tasks/main.yml",
"content": "- name: copy frontend app to remote\r\n copy: src={{frontend_dir}}/{{appName}}/dist/\r\n dest={{remote_temp}}/{{appName}}/dist/\r\n- name: get tomcat processId\r\n raw: ps aux|grep {{tomcat_process_keyword}}|grep -v grep|awk '{print $2}'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | MostafaAdly/yat-ass3 | 65c30615c73c275fa6d0d8ee7afd9ccc381f634c | 0 | assignment/roles/docker_setup | 8,135 | [
"no_license"
] | [
{
"path": "assignment/roles/docker_setup/tasks/main.yml",
"content": "---\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: yes\n\n- name: Download Docker GPG ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1238,
"all_permissive": false
} |
ansible_role | MostafaAdly/yat-ass3 | 65c30615c73c275fa6d0d8ee7afd9ccc381f634c | 0 | assignment/roles/nginx_container | 8,135 | [
"no_license"
] | [
{
"path": "assignment/roles/nginx_container/defaults/main.yml",
"content": "---\nnginx_container_name: nginx-docker-assignment\nnginx_image: nginx:latest\n# host_port: 3000\n# container_port: 5000",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "as... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | devopskd/start-stop-service-ansible | e5da66e2ea7aa228d5d1d34f67a76207a5a9e0fa | 0 | roles/copyfile | 8,135 | [
"no_license"
] | [
{
"path": "roles/copyfile/tasks/gcp.yml",
"content": "---\n\n- name: Download looker.jar file from gcp looker_bucket\n gc_storage:\n bucket: looker_bucket\n object: looker.jar\n dest: /home/looker/looker/\n mode: get\n\n- name: Download looker-dependencies.jar file from gcp looker_bucket\n gc_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1016,
"all_permissive": false
} |
ansible_role | devopskd/start-stop-service-ansible | e5da66e2ea7aa228d5d1d34f67a76207a5a9e0fa | 0 | roles/lookerstop | 8,135 | [
"no_license"
] | [
{
"path": "roles/lookerstop/tasks/main.yml",
"content": "---\n - name: Stop Looker and list directory\n shell: |\n echo -e \"\\n Stopping the looker service\"\n sudo systemctl stop looker.service\n\n echo -e \"\\n login with looker user\"\n sudo su looker\n\n echo -e \"\\n Chang... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 590,
"all_permissive": false
} |
ansible_role | devopskd/start-stop-service-ansible | e5da66e2ea7aa228d5d1d34f67a76207a5a9e0fa | 0 | roles/move | 8,135 | [
"no_license"
] | [
{
"path": "roles/move/tasks/main.yml",
"content": "---\n - name: Move files\n command: mv /home/looker/looker/looker.jar /backup/looker_{{ansible_date_time.date}}.jar\n\n - name: Move files\n command: mv /home/looker/looker/looker-dependencies.jar /var/www/html/looker-dependencies_{{ansible_date_tim... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 614,
"all_permissive": false
} |
ansible_role | ucy-coast/ramp | fa55055022bb22338bc2b40333c1e7ebce1850e0 | 0 | ansible/roles/common | 8,138 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- include_tasks: \"{{ enos_action }}.yml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "ansible/roles/common/tasks/deploy.yml",
"content": "---\n- name: add the ib_ipoib modul... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | ucy-coast/ramp | fa55055022bb22338bc2b40333c1e7ebce1850e0 | 0 | ansible/roles/einj | 8,138 | [
"no_license"
] | [
{
"path": "ansible/roles/einj/tasks/deploy.yml",
"content": "--- \n- name: compile einj\n shell: make\n args:\n chdir: \"{{ hydra_home }}/einj\"\n\n- name: load einj\n shell: if ! lsmod | grep -q 'einj'; then sudo insmod einj.ko; fi\n args:\n chdir: \"{{ hydra_home }}/einj\"\n become: yes\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | ucy-coast/ramp | fa55055022bb22338bc2b40333c1e7ebce1850e0 | 0 | ansible/roles/manager | 8,138 | [
"no_license"
] | [
{
"path": "ansible/roles/manager/tasks/deploy.yml",
"content": "---\n- name: compile resilience manager \n shell: |\n ./autogen.sh\n ./configure\n make\n args:\n chdir: \"{{ hydra_home }}/resilience_manager\"\n\n- name: install resilience manager \n shell: sudo -E make install\n args:\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 822,
"all_permissive": false
} |
ansible_role | ucy-coast/ramp | fa55055022bb22338bc2b40333c1e7ebce1850e0 | 0 | ansible/roles/monitor | 8,138 | [
"no_license"
] | [
{
"path": "ansible/roles/monitor/tasks/deploy.yml",
"content": "--- \n- name: compile resource monitor\n shell: make\n args:\n chdir: \"{{ hydra_home }}/resource_monitor\"",
"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 | zteuser/k8-setup | ff4ef45f5201bdc0882c8c742cd21af5eaaca43b | 0 | roles/prerequisites | 8,138 | [
"no_license"
] | [
{
"path": "roles/prerequisites/tasks/main.yml",
"content": "---\n- name: Include Ubuntu tasks\n ansible.builtin.include_tasks: ubuntu.yml\n when: ansible_distribution == 'Ubuntu'\n\n- name: Include VirtualBox tasks\n ansible.builtin.include_tasks: virtualbox.yml\n when: inventory_hostname in groups['wor... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3646,
"all_permissive": false
} |
ansible_role | zteuser/k8-setup | ff4ef45f5201bdc0882c8c742cd21af5eaaca43b | 0 | roles/verifications | 8,138 | [
"no_license"
] | [
{
"path": "roles/verifications/tasks/main.yml",
"content": "---\n- name: Verify system configuration\n block:\n - name: Check kernel modules\n ansible.builtin.command: lsmod\n register: kernel_modules\n changed_when: false\n\n - name: Verify kernel modules\n ansible.builtin.assert... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2167,
"all_permissive": false
} |
ansible_role | petroskaletskyy/azure-iac-monitoring-and-logging | 522676190f4491988da1a07f0161fdd12c93f592 | 0 | task_5/roles/configure_nginx | 8,138 | [
"no_license"
] | [
{
"path": "task_5/roles/configure_nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Start and Enable Nginx\n service:\n name: nginx\n state: started\n enabled: yes\n\n- name: Deploy Custom HTML\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | grahamhayes/nodepool | 58eb86e049b8bdcb2cdf9c99dad25c47e464e0b5 | 0 | roles/nodepool-zuul-functional | 8,138 | [
"no_license"
] | [
{
"path": "roles/nodepool-zuul-functional/README.rst",
"content": "Prepare nodepool installation.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/nodepool-zuul-functional/tasks/main.yaml",
"content": "- name: Install packages and run zu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | kenfusion/talks_ansible | 5ef10a923bfc760c3561a7cb7720753824afb591 | 0 | lab/ansible/example-roles/roles/db | 8,138 | [
"no_license"
] | [
{
"path": "lab/ansible/example-roles/roles/db/tasks/main.yml",
"content": "---\n- name: install mysql\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - mysql-server\n - MySQL-python\n- name: configure mysql\n template:\n src: my.cnf.j2\n dest: /etc/my.cnf\n notify: restart ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 539,
"all_permissive": false
} |
ansible_role | kenfusion/talks_ansible | 5ef10a923bfc760c3561a7cb7720753824afb591 | 0 | lab/ansible/example-roles/roles/lb | 8,138 | [
"no_license"
] | [
{
"path": "lab/ansible/example-roles/roles/lb/tasks/main.yml",
"content": "---\r\n- name: install haproxy\r\n yum:\r\n name: haproxy\r\n- name: start haproxy\r\n service:\r\n name: haproxy\r\n state: started\r\n enabled: True\r\n- name: configure haproxy\r\n template:\r\n src: haproxy.cfg.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | kenfusion/talks_ansible | 5ef10a923bfc760c3561a7cb7720753824afb591 | 0 | lab/ansible/example-roles/roles/web | 8,138 | [
"no_license"
] | [
{
"path": "lab/ansible/example-roles/roles/web/tasks/main.yml",
"content": "---\n- name: install httpd, php, php-mysql\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - httpd\n - php\n - php-mysql\n- name: start httpd\n service:\n name: httpd\n state: started\n enabled:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1710,
"all_permissive": false
} |
ansible_role | aryannava/CRD | d51f50d5e26f256c957ac51ff0b3ed4ce88504b7 | 0 | roles/crdapp | 8,138 | [
"no_license"
] | [
{
"path": "roles/crdapp/tasks/main.yml",
"content": "---\n\n- name: Import CRD Variables\n include_vars: host_vars/crd.yml\n\n###Disk names are used dynamically either C or D based on teh deployments vmware or cloud as cloud servers doesn't have same disk setup. ###\n- set_fact: \n temp_drive: 'D:'\n w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 8092,
"all_permissive": false
} |
ansible_role | aryannava/CRD | d51f50d5e26f256c957ac51ff0b3ed4ce88504b7 | 0 | roles/crdcleanup | 8,138 | [
"no_license"
] | [
{
"path": "roles/crdcleanup/tasks/main.yml",
"content": "---\n\n- name: Import CRD Variables\n include_vars: host_vars/crd.yml\n no_log: true\n\n- set_fact: \n temp_drive: 'D:'\n when: \"'vmware' in deployment_target\"\n\n- set_fact: \n temp_drive: 'C:'\n when: \"'cloud' in deployment_target\"\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3537,
"all_permissive": false
} |
ansible_role | aryannava/CRD | d51f50d5e26f256c957ac51ff0b3ed4ce88504b7 | 0 | roles/dbadmin | 8,138 | [
"no_license"
] | [
{
"path": "roles/dbadmin/tasks/main.yml",
"content": "---\n\n- name: Import CRD Variables\n include_vars: host_vars/crd.yml\n no_log: true\n\n###Disk names are used dynamically either C or D based on teh deployments vmware or cloud as cloud servers doesn't have same disk setup. ###\n- set_fact: \n temp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4141,
"all_permissive": false
} |
ansible_role | aryannava/CRD | d51f50d5e26f256c957ac51ff0b3ed4ce88504b7 | 0 | roles/installucdagent | 8,138 | [
"no_license"
] | [
{
"path": "roles/installucdagent/tasks/main.yml",
"content": "---\n\n- name: Import CRD Variables\n include_vars: host_vars/ucd.yml\n no_log: true\n\n- set_fact: \n temp_drive: 'D:'\n when: \"'vmware' in deployment_target\"\n\n- set_fact: \n temp_drive: 'C:'\n when: \"'cloud' in deployment_target\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3778,
"all_permissive": false
} |
ansible_role | aryannava/CRD | d51f50d5e26f256c957ac51ff0b3ed4ce88504b7 | 0 | roles/patch | 8,138 | [
"no_license"
] | [
{
"path": "roles/patch/tasks/main.yml",
"content": "---\n\n# This playbook applies CRD patch to 18r1\n\n- name: Import CRD Variables\n include_vars: host_vars/crd.yml\n no_log: true\n\n- set_fact: \n temp_drive: 'D:'\n when: \"'vmware' in deployment_target\"\n\n- set_fact: \n temp_drive: 'C:'\n wh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6429,
"all_permissive": false
} |
ansible_role | schleuss/vagrant-example | 037dbc1a106e12f70363b2f96f84d99773d77d47 | 1 | roles/app | 8,138 | [
"no_license"
] | [
{
"path": "roles/app/tasks/main.yml",
"content": "---\n\n- locale_gen:\n name: pt_BR.UTF-8\n state: present\n\n- name: setup app\n shell: chdir=/app npm install --quiet --silent\n\n- name: \"Install forever (to run Node.js app).\"\n npm: name=forever global=yes state=present\n\n- name: \"Check list ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | schleuss/vagrant-example | 037dbc1a106e12f70363b2f96f84d99773d77d47 | 1 | roles/mongo | 8,138 | [
"no_license"
] | [
{
"path": "roles/mongo/tasks/configure.yml",
"content": "---\n# File: main.yml\n# Type: task\n# Part: MongoDB\n\n## Configure\n- name: MongoDB | Ensure log folder exists\n file: path=/var/log/mongodb state=directory owner={{ mongodb_user }} group={{ mongodb_group }} mode=0755\n- name: MongoDB | Deploy conf... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1148,
"all_permissive": false
} |
ansible_role | ZhangColin/modern | 9161e6dd9284bd88d41d4b30ac77b2aab3ccc85a | 0 | roles/jenkins | 8,138 | [
"no_license"
] | [
{
"path": "roles/jenkins/defaults/main.yml",
"content": "jenkins:\n port: 8080",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 21
},
{
"path": "roles/jenkins/tasks/main.yml",
"content": "- block:\n - name: Adding the ke for Jenkins repository\n apt_key: ur... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | aeternity/infrastructure | b27a12a2dc2421b9d145fd6400442405e3505c52 | 23 | ansible/roles/fail2ban | 8,138 | [
"no_license"
] | [
{
"path": "ansible/roles/fail2ban/tasks/main.yml",
"content": "---\n- name: Create auth log if it does not exist\n ansible.builtin.command: touch /var/log/auth.log\n args:\n creates: /var/log/auth.log\n\n- name: Ensure fail2ban is installed\n ansible.builtin.apt:\n name: fail2ban\n state: latest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 655,
"all_permissive": false
} |
ansible_role | aeternity/infrastructure | b27a12a2dc2421b9d145fd6400442405e3505c52 | 23 | ansible/roles/statsd_exporter | 8,138 | [
"no_license"
] | [
{
"path": "ansible/roles/statsd_exporter/templates/statsd_exporter_version.j2",
"content": "{{ json_reponse.json.tag_name }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible/roles/statsd_exporter/templates/statsd_exporter.service.j2",
"c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5658,
"all_permissive": false
} |
ansible_role | AlJoCo/Pet-Clinic-Project | 324de4abc0a45357e46c54aba6737b7bca89a871 | 0 | ansible/roles/manager | 8,132 | [
"no_license"
] | [
{
"path": "ansible/roles/manager/tasks/main.yml",
"content": "---\n# tasks file for manager\n- name: Initialise a new swarm\n docker_swarm:\n state: present\n register: swarm_info",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | AlJoCo/Pet-Clinic-Project | 324de4abc0a45357e46c54aba6737b7bca89a871 | 0 | ansible/roles/nginx | 8,132 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: Install NGINX\n apt:\n name: nginx\n state: latest\n update_cache: true\n- name: Add nginx conf\n copy:\n src: nginx.conf\n dest: /etc/nginx/nginx.conf\n- name: Restart nginx\n service: \n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | AlJoCo/Pet-Clinic-Project | 324de4abc0a45357e46c54aba6737b7bca89a871 | 0 | ansible/roles/worker | 8,132 | [
"no_license"
] | [
{
"path": "ansible/roles/worker/tasks/main.yml",
"content": "---\n# tasks file for worker\n- name: Add Worker to Swarm\n docker_swarm:\n state: join\n advertise_addr: \"{{ inventory_hostname }}\"\n join_token: \"{{ hostvars['ansible-manager']['swarm_info']['swarm_facts']['JoinTokens']['Worker'] }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 349,
"all_permissive": false
} |
ansible_role | treetips/ansible-playbook-redmine | 993fcf0ac3d4c37a5fecb6c450b4c422ad0cbb50 | 0 | roles/mariadb | 8,132 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "- name: install mariadb\n yum: name={{ item }} state=present\n with_items:\n - mariadb-server\n - mariadb-devel\n - MySQL-python\n sudo: yes\n\n- name: chkconfig mariadb\n service: name=mariadb state=started enabled=yes\n sudo: yes\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | treetips/ansible-playbook-redmine | 993fcf0ac3d4c37a5fecb6c450b4c422ad0cbb50 | 0 | roles/redmine | 8,132 | [
"no_license"
] | [
{
"path": "roles/redmine/tasks/main.yml",
"content": "- name: stop firewalld\n service: name=firewalld enabled=false state=stopped\n sudo: yes\n\n- name: install 'Development tools' package group\n yum: name=\"@Development tools\" state=present\n sudo: yes\n\n- name: install redmine dependencies\n yum:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3731,
"all_permissive": false
} |
ansible_role | seekwhencer/node-playlist-automation-ng | f93dfc11e2f6487206be953ec19a6af7fb502316 | 0 | ansible/roles/avahi | 8,132 | [
"no_license"
] | [
{
"path": "ansible/roles/avahi/tasks/main.yml",
"content": "---\n- name: INSTALLING AVAHI DAEMON\n apt: pkg={{ item }} state=latest\n become: yes\n with_items:\n - avahi-daemon\n - avahi-discover\n - libnss-mdns\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | seekwhencer/node-playlist-automation-ng | f93dfc11e2f6487206be953ec19a6af7fb502316 | 0 | ansible/roles/nodejs | 8,132 | [
"no_license"
] | [
{
"path": "ansible/roles/nodejs/tasks/main.yml",
"content": "- name: CHOWN /usr/local\n command: |\n chown -R \"{{nodejs_install_npm_user}}\":\"{{nodejs_install_npm_user}}\" \"{{item}}\"\n with_items:\n - \"/usr/local\"\n - \"/data\"\n become: yes\n\n- name: REMOVING OLD /usr/bin/node\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2700,
"all_permissive": false
} |
ansible_role | seekwhencer/node-playlist-automation-ng | f93dfc11e2f6487206be953ec19a6af7fb502316 | 0 | ansible/roles/system | 8,132 | [
"no_license"
] | [
{
"path": "ansible/roles/system/tasks/main.yml",
"content": "---\n\n- name: INSTALLING SOME PACKAGES\n apt: pkg={{ item }} state=latest\n become: yes\n with_items:\n - git\n - htop\n - nano\n - curl\n - zip\n - wget\n - make\n - openssh-server\n\n\n- name: BE SURE NTP IS PRESENT\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/build | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/build/tasks/zuul.yaml",
"content": "---\n\n- name: set up zuul images tags\n set_fact:\n ZUUL_VERSION: latest\n\n- name: clone zuul git repository\n git:\n repo: \"{{ zuul_git_url }}\"\n version: \"{{ zuul_git_branch }}\"\n dest: /opt/git/zuul\n accept_hostkey: ye... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1238,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/docker | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker/tasks/main.yml",
"content": "---\n# we need to remove python-requests installed by distutils\n# cause it conflicts with requests lib installed by pip during docker-compose install\n- name: remove python-requests installed by distutils\n package:\n name: python-requests\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1724,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/gerrit-prepare-urllib | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/gerrit-prepare-urllib/tasks/main.yaml",
"content": "---\n- name: wait for gerrit service\n wait_for:\n host: \"{{ gerrit_host }}\"\n port: \"{{ gerrit_front_port }}\"\n\n- name: get gerrit first login screen\n uri:\n url: \"{{ gerrit_scheme }}://{{ gerrit_host }}:{{ ger... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1110,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/gerrit-repos | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/gerrit-repos/defaults/main.yaml",
"content": "---\n\nforce_update_repos: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "playbooks/roles/gerrit-repos/tasks/main.yaml",
"content": "---\n- name: authenticate to ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2891,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/mysql | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/mysql/tasks/main.yaml",
"content": "---\n- name: create required directories\n file:\n path: \"{{ item }}\"\n state: directory\n recurse: yes\n mode: 0755\n with_items:\n - /opt/mysql\n - /opt/mysql/data\n\n- name: apply mysql configuration\n template:\n sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/nexus | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/nexus/defaults/main.yaml",
"content": "---\nnexus_user: \"admin\"\nnexus_password: \"<PASSWORD>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "playbooks/roles/nexus/tasks/main.yaml",
"content": "---\n- name: crea... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 13227,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/nexus-upload | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/nexus-upload/defaults/main.yaml",
"content": "---\n\nnexus_user: \"admin\"\nnexus_password: \"<PASSWORD>\"\nnexus_predefined_repos:\n - \"https://s3.eu-north-1.amazonaws.com/tf-ci/images.tgz\"\n - \"https://s3.eu-north-1.amazonaws.com/tf-ci/vmware-releases.tgz\"\n - \"https://s... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1203,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/nodepool-builder | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/nodepool-builder/templates/docker-compose.yaml.j2",
"content": "# Version 2 is the latest that is supported by docker-compose in\n# Ubuntu Xenial.\nversion: '2'\n\nservices:\n builder:\n command: \"nodepool-builder -d -l /etc/nodepool/builder-logging.conf\"\n image: {{ NODE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2957,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/nodepool-launcher | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/nodepool-launcher/defaults/main.yaml",
"content": "---\nnodepool_build_containers: false\nnodepool_git_url: \"https://github.com/tungstenfabric/nodepool.git\"\nzuul_config_project: \"Juniper/contrail-project-config\"\nzuul_config_project_git_url: \"ssh://zuul@{{ gerrit_host }}:294... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2982,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/ssh-keys | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/ssh-keys/tasks/generate_key.yaml",
"content": "---\n- name: check if ssh key {{ key_name }}_rsa exists\n stat:\n path: \"{{ gerrit_ssh_keys }}/{{ key_name }}_rsa\"\n register: private_key_stat\n\n- name: check if ssh key {{ key_name }}_rsa.pub exists\n stat:\n path: \"{{ ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1190,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/zookeeper | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/zookeeper/tasks/main.yaml",
"content": "---\n- name: check if zookeeper host group is defined\n fail:\n msg: zookeeper group is not defined or empty\n run_once: yes\n when: groups[\"zookeeper\"] is not defined\n\n- set_fact:\n zk_id_last: 1\n run_once: yes\n\n- name: cal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1886,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/zuul-executor | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/zuul-executor/defaults/main.yaml",
"content": "---\nzuul_build_containers: false\nzuul_git_url: \"https://github.com/tungstenfabric/zuul.git\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "playbooks/roles/zuul-executo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4483,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/zuul-initdb | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/zuul-initdb/files/entrypoint.sh",
"content": "#!/bin/sh\nset -e\n\npip install mysql-connector\npython /root/create_db.py",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "playbooks/roles/zuul-initdb/files/create_db.py",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3990,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/zuul-logserver | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/zuul-logserver/templates/zuul-log-rotate.j2",
"content": "#!/bin/bash\n\nexport LOGFILE=/tmp/zuul-log-rotate.log\n\nexec > >(tee -a $LOGFILE)\nexec 2>&1\necho \"=================== $(date) ===================\"\nset -xv\n\nlogdir=\"{{ logserver_data_directory }}\"\nif [ -z \"$logd... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2136,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/zuul-prepare | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/zuul-prepare/tasks/main.yaml",
"content": "---\n\n- name: collect hosts configuration\n include: collect-hosts.yaml\n\n- name: Ensure zuul group exists\n group:\n name: zuul\n state: present\n gid: 9999\n\n- name: Ensure zuul user exists\n user:\n name: \"zuul\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1447,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/zuul-scheduler | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/zuul-scheduler/tasks/main.yaml",
"content": "---\n\n- name: build containers\n include_role:\n name: build\n tasks_from: zuul\n vars:\n - component: scheduler\n when: zuul_build_containers\n\n- name: detect if built container exists (check for latest tag)\n when: not ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6772,
"all_permissive": false
} |
ansible_role | mattymo/tf-ci-deployer | 7d32adede2676a134e84efeb58aaaac18f0fbdf4 | 0 | playbooks/roles/zuul-web | 8,132 | [
"no_license"
] | [
{
"path": "playbooks/roles/zuul-web/templates/zuul.conf.j2",
"content": "[gearman]\nserver={{ zuul_scheduler_host }}\ncheck_job_registration=true\n\n[web]\nlog_config=/etc/zuul/web-logging.conf\nlisten_address=\nlisten_port=\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3538,
"all_permissive": false
} |
ansible_role | Ranuldeepanayake/node-app | ac3103d0555083eee347c9555e18ed660ef69ffb | 0 | ansible/roles/ansible-facts | 8,132 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible-facts/tasks/get-facts.yml",
"content": "---\n# display the variable data type\n- debug:\n msg: \n - \" Data type of 'ansible_architecture' is {{ ansible_architecture | type_debug }} \"\n - \" Data type of 'ansible_apparmor' is {{ ansible_apparmor | type_debug }... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1148,
"all_permissive": false
} |
ansible_role | Ranuldeepanayake/node-app | ac3103d0555083eee347c9555e18ed660ef69ffb | 0 | ansible/roles/app-1-deploy | 8,132 | [
"no_license"
] | [
{
"path": "ansible/roles/app-1-deploy/tasks/pull-repo.yml",
"content": "---\n- name: Pull git repo\n shell: \"cd /home/ranul/repos/app-1-web && git fetch && git pull\"\n register: output_1\n \n- debug:\n var: output_1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1276,
"all_permissive": false
} |
ansible_role | Ranuldeepanayake/node-app | ac3103d0555083eee347c9555e18ed660ef69ffb | 0 | ansible/roles/kubernetes-master-deploy | 8,132 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-master-deploy/tasks/kubernetes-master-deploy-script.sh",
"content": "sudo apt update -y && sudo apt upgrade -y\n\nsudo apt install net-tools\n\nsudo swapoff -a\n\nsudo sed -i '/ swap / s/^/#/' /etc/fstab\n\nsudo hostnamectl set-hostname \"kubernetes-master-1\"\n\nexec bas... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2476,
"all_permissive": false
} |
ansible_role | Ranuldeepanayake/node-app | ac3103d0555083eee347c9555e18ed660ef69ffb | 0 | ansible/roles/ntp-update | 8,132 | [
"no_license"
] | [
{
"path": "ansible/roles/ntp-update/tasks/main.yml",
"content": "--- \n- import_tasks: set-ntp.yml\n- import_tasks: set-timezone.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "ansible/roles/ntp-update/tasks/set-ntp.yml",
"content": "---\n-... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1296,
"all_permissive": false
} |
ansible_role | Ranuldeepanayake/node-app | ac3103d0555083eee347c9555e18ed660ef69ffb | 0 | ansible/roles/update-system | 8,132 | [
"no_license"
] | [
{
"path": "ansible/roles/update-system/tasks/update-packages.yml",
"content": "--- \n- name: Update the package repository. \n become: true \n shell: \"apt update\"\n register: output_1\n no_log: false\n \n- debug:\n var: output_1.stdout_lines",
"license_type": "no_license",
"detected_lice... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | jun0109/Ansible-Zabbix4.0-Server | b22470cd4579a6bf348f1c4cba41226f7a9123c0 | 0 | roles/zabbix_server | 8,132 | [
"no_license"
] | [
{
"path": "roles/zabbix_server/tasks/commend.yml",
"content": "---\n- name: copy zabbix to html\n command: >\n cp -r /usr/share/zabbix/ /usr/share/nginx/html\n\n- name: chown files \n command:\n \"{{ item }}\"\n with_items:\n - chown -R zabbix.zabbix /etc/zabbix/\n - chown -R zabbix.zabbix /u... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2985,
"all_permissive": false
} |
ansible_role | brunovgprado/stock-ansible-ec2-deploy | 28aa0f740ab04fd9a8d934336de174676082a7d8 | 0 | roles/create | 8,132 | [
"no_license"
] | [
{
"path": "roles/create/vars/main.yml",
"content": "---\n# vars file for create\ninstance_type: t2.micro\nsecurity_group: stock-exchange\nimage: ami-0d5d9d301c853a04a\nkeypair: stock-exchange\nregion: us-east-2\ncount: 1 \nec2_config:\n region: us-west-2\n zone: us-west-2c\n keypair: stock-exchange... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2233,
"all_permissive": false
} |
ansible_role | brunovgprado/stock-ansible-ec2-deploy | 28aa0f740ab04fd9a8d934336de174676082a7d8 | 0 | roles/deploy | 8,132 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/installanddeploy.yml",
"content": "---\n\n- name: Install Packages\n apt: name={{ item }} update_cache=yes state=latest\n with_items:\n - build-essential\n - npm\n - nodejs\n - git\n - mcrypt\n - nginx\n - curl\n\n- name: Install pm2\n npm: name=pm2 glob... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1851,
"all_permissive": false
} |
ansible_role | rdickert/project-quicksilver | bb439c0570f151aef289c277dae5c7b765e5bc20 | 16 | roles/base-config | 8,132 | [
"no_license"
] | [
{
"path": "roles/base-config/handlers/main.yml",
"content": "--- \n - name: restart cron \n service: name=cron state=restarted\n\n - name: update tzdata - set time based on /etc/localtime\n command: /usr/sbin/dpkg-reconfigure --frontend noninteractive tzdata",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3587,
"all_permissive": false
} |
ansible_role | rdickert/project-quicksilver | bb439c0570f151aef289c277dae5c7b765e5bc20 | 16 | roles/drupal | 8,132 | [
"no_license"
] | [
{
"path": "roles/drupal/files/set_drupal_file_permissions.sh",
"content": "#!/bin/bash\n\nDRUPAL_PATH=${1%/}\nDRUPAL_USER=${2}\nAPACHE_GROUP=\"www-data\"\nHELP=\"\\nHELP: This script is used to fix permissions of a drupal installation\\nyou need to provide the following arguments:\\n\\t 1) path to your drup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3925,
"all_permissive": false
} |
ansible_role | rdickert/project-quicksilver | bb439c0570f151aef289c277dae5c7b765e5bc20 | 16 | roles/fireball | 8,132 | [
"no_license"
] | [
{
"path": "roles/fireball/tasks/main.yml",
"content": "--- \n# This loads faster if you comment out the first three and just run the apt install.\n# But it doesn't work on Digital Ocean for some reason. It has the precise universe repo\n# but doesn't see this package, whereas it works on VirtualBox\n\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | rdickert/project-quicksilver | bb439c0570f151aef289c277dae5c7b765e5bc20 | 16 | roles/mariadb | 8,132 | [
"no_license"
] | [
{
"path": "roles/mariadb/handlers/main.yml",
"content": "---\n- name: restart mariadb \n service: name=mysql state=restarted\n\n# - name: restart php5-fpm \n# service: name=php5-fpm state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1211,
"all_permissive": false
} |
ansible_role | rdickert/project-quicksilver | bb439c0570f151aef289c277dae5c7b765e5bc20 | 16 | roles/memcache | 8,132 | [
"no_license"
] | [
{
"path": "roles/memcache/tasks/main.yml",
"content": "--- \n- name: install memcache\n apt: name=$item state=installed\n with_items:\n - memcached\n - php5-memcache\n\n- name: memcache config\n template: src=memcached.conf.j2 \n dest=/etc/memcached.conf\n notify: \n - restart m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | rdickert/project-quicksilver | bb439c0570f151aef289c277dae5c7b765e5bc20 | 16 | roles/nginx | 8,132 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "user www-data;\nworker_processes {{ nginx_worker_processes }};\npid /run/nginx.pid;\n\nevents {\n\tworker_connections 768;\n\t# multi_accept on;\n}\n\nhttp {\n\n\t##\n\t# Basic Settings\n\t##\n\n\tsendfile on;\n\ttcp_nopush on;\n\ttcp_nodelay on;\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2586,
"all_permissive": false
} |
ansible_role | rdickert/project-quicksilver | bb439c0570f151aef289c277dae5c7b765e5bc20 | 16 | roles/php-fpm | 8,132 | [
"no_license"
] | [
{
"path": "roles/php-fpm/templates/apc.ini.j2",
"content": "extension=apc.so\n\napc.enabled=1\napc.enable_cli=1\napc.shm_segments=1\napc.shm_size={{ apc_shm_size }}\n;apc.ttl=7200\n;apc.user_ttl=7200\n;apc.num_files_hint=1024\n;apc.mmap_file_mask=/tmp/apc.XXXXXX\n;apc.rfc1867=1",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | rdickert/project-quicksilver | bb439c0570f151aef289c277dae5c7b765e5bc20 | 16 | roles/phpmyadmin | 8,132 | [
"no_license"
] | [
{
"path": "roles/phpmyadmin/tasks/main.yml",
"content": "--- \n- name: install phpmyadmin\n apt: name=phpmyadmin state=installed\n\n- name: set up phpmyadmin user\n mysql_user: name=phpmyadmin \n password={{ <PASSWORD> }} \n priv=*.*:ALL state=present\n\n- name: configure ph... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 627,
"all_permissive": false
} |
ansible_role | rdickert/project-quicksilver | bb439c0570f151aef289c277dae5c7b765e5bc20 | 16 | roles/site-deployment | 8,132 | [
"no_license"
] | [
{
"path": "roles/site-deployment/templates/site_config.j2",
"content": "# You may add here your\n# server {\n# ...\n# }\n# statements for each of your virtual hosts to this file\n\n##\n# You should look at the following URL's in order to grasp a solid understanding\n# of Nginx configuration files in order t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 12551,
"all_permissive": false
} |
ansible_role | rdickert/project-quicksilver | bb439c0570f151aef289c277dae5c7b765e5bc20 | 16 | roles/ssmtp | 8,132 | [
"no_license"
] | [
{
"path": "roles/ssmtp/templates/etc-ssmtp-ssmtp.conf.j2",
"content": "#\n# Config file for sSMTP sendmail\n#\n# The person who gets all mail for userids < 1000\n# Make this empty to disable rewriting.\nroot=postmaster\n\n# The place where the mail goes. The actual machine name is required no \n# MX records... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1044,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less29/roles/add_hosts | 8,132 | [
"no_license"
] | [
{
"path": "less29/roles/add_hosts/handlers/main.yml",
"content": "---\n# handlers file for add_hosts",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "less29/roles/add_hosts/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: roo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 639,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less29/roles/barman | 8,132 | [
"no_license"
] | [
{
"path": "less29/roles/barman/tasks/main.yml",
"content": "---\n- name: install pg-repo\n yum:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n state: present\n\n- name: install pg-client\n yum:\n name: postgresql11\n state: prese... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1458,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less29/roles/pg-master | 8,132 | [
"no_license"
] | [
{
"path": "less29/roles/pg-master/tasks/main.yml",
"content": "---\n- name: install epel\n yum:\n name: epel-release\n state: present\n\n- name: download barman\n get_url:\n url: https://dl.2ndquadrant.com/default/release/get/11/rpm\n dest: /tmp/barman-repo.sh\n mode: 0550\n\n- name: instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1933,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less29/roles/pg-slave | 8,132 | [
"no_license"
] | [
{
"path": "less29/roles/pg-slave/tasks/main.yml",
"content": "---\n- name: install pg-repo\n yum:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n state: present\n\n- name: install pg-server 11\n yum:\n name: postgresql11-server\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less33/roles/docker | 8,132 | [
"no_license"
] | [
{
"path": "less33/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n#- name: Add repository\n# yum_repository:\n# name: docker\n# description: docker\n# baseurl: https://download.docker.com/linux/centos/docker-ce.repo\n- name: inst python\n yum:\n name: python\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 979,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less33/roles/git | 8,132 | [
"no_license"
] | [
{
"path": "less33/roles/git/defaults/main.yml",
"content": "---\n# defaults file for git",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "less33/roles/git/vars/main.yml",
"content": "---\n# vars file for git\nrepo: https://github.com/kakunindima... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less33/roles/mysql | 8,132 | [
"no_license"
] | [
{
"path": "less33/roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: install mysql\n yum:\n name: mysql\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less33/roles/mysql-cluster | 8,132 | [
"no_license"
] | [
{
"path": "less33/roles/mysql-cluster/tasks/main.yml",
"content": "---\n# tasks file for mysql-cluster\n- name: Start cluster docker-compose file\n# docker_compose:\n# project_src: /opt/sources/less33/\n shell: cd /opt/sources/less33/ && docker-compose up -d\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 370,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.