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 | thinkmobiles/EasyQA_standalone | c933763e4a0ad2a92ff8f182abe3f87fb020a23f | 0 | standalone/ansible_provision/roles/backups | 7,846 | [
"no_license"
] | [
{
"path": "standalone/ansible_provision/roles/backups/tasks/main.yml",
"content": "- name: Install ruby2.3-dev\n become: yes\n apt:\n name: ruby2.3-dev\n\n- name: Install backup gem\n become: yes\n shell: \"gem install {{ item }} -v 4.4.0\"\n with_items:\n - backup\n\n- name: Create backups direc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1950,
"all_permissive": false
} |
ansible_role | thinkmobiles/EasyQA_standalone | c933763e4a0ad2a92ff8f182abe3f87fb020a23f | 0 | standalone/ansible_provision/roles/bundler | 7,846 | [
"no_license"
] | [
{
"path": "standalone/ansible_provision/roles/bundler/tasks/main.yml",
"content": "---\n\n- name: Installing Bundler with gem module\n gem:\n name: bundler\n version: 1.14.6\n notify:\n - restart nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | thinkmobiles/EasyQA_standalone | c933763e4a0ad2a92ff8f182abe3f87fb020a23f | 0 | standalone/ansible_provision/roles/linked_files | 7,846 | [
"no_license"
] | [
{
"path": "standalone/ansible_provision/roles/linked_files/templates/database.yml",
"content": "\nstandalone:\n adapter: postgresql\n encoding: unicode\n pool: 20\n username: {{ app_name }}\n password: {{ <PASSWORD> }}\n database: {{ app_name }}_production\n port: 5432\n host: localhost\n",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1070,
"all_permissive": false
} |
ansible_role | thinkmobiles/EasyQA_standalone | c933763e4a0ad2a92ff8f182abe3f87fb020a23f | 0 | standalone/ansible_provision/roles/nginx | 7,846 | [
"no_license"
] | [
{
"path": "standalone/ansible_provision/roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Create directories\n file:\n path: \"{{ deploy_folder }}{{ app_name }}\"\n state: directory\n owner: \"{{ deploy_user }}\"\n mode: 0755\n notify: restart nginx\n\n- name: Remove passenger host\n fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | thinkmobiles/EasyQA_standalone | c933763e4a0ad2a92ff8f182abe3f87fb020a23f | 0 | standalone/ansible_provision/roles/nginx_setup | 7,846 | [
"no_license"
] | [
{
"path": "standalone/ansible_provision/roles/nginx_setup/tasks/main.yml",
"content": "---\n\n- name: Replace line in /etc/nginx/nginx.conf\n become_user: root\n become: yes\n lineinfile:\n dest: /etc/nginx/nginx.conf\n state: present\n regexp: 'passenger_ruby \\/usr\\/bin\\/ruby'\n line: ' ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | thinkmobiles/EasyQA_standalone | c933763e4a0ad2a92ff8f182abe3f87fb020a23f | 0 | standalone/ansible_provision/roles/predeploy | 7,846 | [
"no_license"
] | [
{
"path": "standalone/ansible_provision/roles/predeploy/tasks/main.yml",
"content": "---\n\n- name: Create linked directories\n file:\n path: \"{{ deploy_folder }}{{ app_name }}/shared/{{ item }}\"\n state: directory\n with_items:\n - \"{{ linked_directories }}\"\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | thinkmobiles/EasyQA_standalone | c933763e4a0ad2a92ff8f182abe3f87fb020a23f | 0 | standalone/ansible_provision/roles/setup_monit | 7,846 | [
"no_license"
] | [
{
"path": "standalone/ansible_provision/roles/setup_monit/defaults/main.yml",
"content": "---\nmonit_enabled: true\nmonit_user: monit\nmonit_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "standalone/ansible_provision/roles/s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | thinkmobiles/EasyQA_standalone | c933763e4a0ad2a92ff8f182abe3f87fb020a23f | 0 | standalone/ansible_provision/roles/sidekiq_setup | 7,846 | [
"no_license"
] | [
{
"path": "standalone/ansible_provision/roles/sidekiq_setup/tasks/main.yml",
"content": "---\n\n- name: Rename monit config for sidekiq\n command: mv /etc/monit/conf.d/sidekiq__standalone.conf /etc/monit/conf.d/sidekiq__standalone0.conf\n notify: reload monit\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 169,
"all_permissive": false
} |
ansible_role | thinkmobiles/EasyQA_standalone | c933763e4a0ad2a92ff8f182abe3f87fb020a23f | 0 | standalone/ansible_provision/roles/users | 7,846 | [
"no_license"
] | [
{
"path": "standalone/ansible_provision/roles/users/tasks/users.yml",
"content": "---\n# Create user deploy, make him passwordless sudoer and copy ssh key.\n\n- name: Create deploy user\n user: name=deploy\n state=present\n groups=\"sudo\"\n password={{ <PASSWORD> }}\n shell=/bi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | kundan171/Ansible_automation | d980cb57aebc003146e101f46225d44bfbd29c06 | 0 | roles/Installpython | 7,846 | [
"no_license"
] | [
{
"path": "roles/Installpython/tasks/main.yml",
"content": "---\n - name: update package\n raw: (apt-get update && apt-get -y upgrade)\n - name: install python\n raw: test -e /usr/bin/python || (apt-get update && apt-get install -y python)\n - name: COMMON | Set environment\n blockinfile:\n des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 635,
"all_permissive": false
} |
ansible_role | kundan171/Ansible_automation | d980cb57aebc003146e101f46225d44bfbd29c06 | 0 | roles/mef | 7,846 | [
"no_license"
] | [
{
"path": "roles/mef/files/ReadMe.txt",
"content": "Run below mentioned Command for executing MEF script\n# sudo ./abc\n\nOutput will be stored in /tmp\n# /tmp/abc_*.mef3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/mef/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1293,
"all_permissive": false
} |
ansible_role | kundan171/Ansible_automation | d980cb57aebc003146e101f46225d44bfbd29c06 | 0 | roles/sshkey | 7,846 | [
"no_license"
] | [
{
"path": "roles/sshkey/tasks/main.yml",
"content": "---\n\n - name: sshkey\n authorized_key: user=root\n exclusive=no\n key=\"{{ lookup('file', '~/.ssh/id_rsa.pub') }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | kundan171/Ansible_automation | d980cb57aebc003146e101f46225d44bfbd29c06 | 0 | roles/tomcat_install | 7,846 | [
"no_license"
] | [
{
"path": "roles/tomcat_install/tasks/main.yml",
"content": "---\n- name: add tomcat group\n group: name={{ install_group }}\n\n- name: add user \"tomcat\"\n user: name={{ install_user }} group={{ install_group }} home={{ install_path }} createhome=yes\n become: True\n become_method: sudo\n \n- name: c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1329,
"all_permissive": false
} |
ansible_role | juniormichieletto/ansible-development-bootstrap-ubuntu | 254f0e6b3edc98d9110ab1bd1de98450f1cce019 | 0 | roles/angular-cli | 7,846 | [
"no_license"
] | [
{
"path": "roles/angular-cli/tasks/main.yml",
"content": "---\n- name: Install Angular-cli\n npm:\n name: '@angular/cli'\n global: yes\n\n- name: Instal ncu\n npm:\n name: npm-check-updates\n global: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | juniormichieletto/ansible-development-bootstrap-ubuntu | 254f0e6b3edc98d9110ab1bd1de98450f1cce019 | 0 | roles/git | 7,846 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Update repositories cache and install \"Git\" package\n apt:\n name: git\n state: latest\n update_cache: yes\n\n- debug:\n msg: \"Please config your GIT Credentials\"\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": false
} |
ansible_role | juniormichieletto/ansible-development-bootstrap-ubuntu | 254f0e6b3edc98d9110ab1bd1de98450f1cce019 | 0 | roles/indicator-multiload | 7,846 | [
"no_license"
] | [
{
"path": "roles/indicator-multiload/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - indicator-multiload",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/indicator-multiload/defaults/main.yml",
"c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 421,
"all_permissive": false
} |
ansible_role | juniormichieletto/ansible-development-bootstrap-ubuntu | 254f0e6b3edc98d9110ab1bd1de98450f1cce019 | 0 | roles/java11-oracle | 7,846 | [
"no_license"
] | [
{
"path": "roles/java11-oracle/tasks/main.yml",
"content": "---\n- name: Add Oracle Java Repository\n become: yes\n apt_repository: repo='ppa:linuxuprising/java'\n\n- name: Accept Java 11 License\n become: yes\n debconf: name='oracle-java11-installer' question='shared/accepted-oracle-license-v1-2' value... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 421,
"all_permissive": false
} |
ansible_role | juniormichieletto/ansible-development-bootstrap-ubuntu | 254f0e6b3edc98d9110ab1bd1de98450f1cce019 | 0 | roles/openjdk-11 | 7,846 | [
"no_license"
] | [
{
"path": "roles/openjdk-11/tasks/main.yml",
"content": "---\n- name: Install OpenJDK 11\n become: yes\n apt: name={{item}} state=latest\n with_items:\n - openjdk-11-jre\n - openjdk-11-jdk\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 135,
"all_permissive": false
} |
ansible_role | juniormichieletto/ansible-development-bootstrap-ubuntu | 254f0e6b3edc98d9110ab1bd1de98450f1cce019 | 0 | roles/vs-code | 7,846 | [
"no_license"
] | [
{
"path": "roles/vs-code/tasks/main.yml",
"content": "---\n- name: Install VS code\n snap:\n name: code\n classic: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 68,
"all_permissive": false
} |
ansible_role | benzzdan/k8_deployment_ansible_vagrant_OL7 | ae8c9c86fa12922c26fd4d29a0050fd20f99a9c9 | 0 | roles/basic | 7,846 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "---\n- name: Oracle proxy config and yum update\n copy: src=../files/oracle_proxy.conf dest=/etc/apt/apt.conf owner=root group=root mode=0644\n #Allowing the user to skip proxy setup or not depending on location of deployment.\n tags: \n - proxy\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2566,
"all_permissive": false
} |
ansible_role | slavaaaaaaaaaa/slavaaaaaaaaaa.github.io | e45cbb4fafe0735130f892425acffb0d4ab74d20 | 4 | ansible/roles/accounts | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/accounts/tasks/main.yml",
"content": "---\n- name: Create wheel group\n group:\n name: wheel\n state: present\n\n- name: Create slava user\n user:\n name: slava\n comment: \"<NAME>\"\n groups: wheel\n shell: /bin/bash\n generate_ssh_key: yes\n ssh_key_bits:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | slavaaaaaaaaaa/slavaaaaaaaaaa.github.io | e45cbb4fafe0735130f892425acffb0d4ab74d20 | 4 | ansible/roles/configs | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/configs/tasks/tasks.yml",
"content": "---\n- name: set timezone\n timezone:\n name: US/Pacific\n\n- name: build hosts file\n lineinfile:\n dest: /etc/hosts\n regexp: \"127.*{{ inventory_hostname }}.*$\"\n line: '127.0.1.1 {{ inventory_hostname }} {{ inventory_hostname.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 10576,
"all_permissive": false
} |
ansible_role | slavaaaaaaaaaa/slavaaaaaaaaaa.github.io | e45cbb4fafe0735130f892425acffb0d4ab74d20 | 4 | ansible/roles/dotfiles | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles/tasks/main.yml",
"content": "---\n- { include: tasks.yml, become: true }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "ansible/roles/dotfiles/files/home/.bashrc",
"content": "# /etc/skel/.bashrc\n\n# append... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5166,
"all_permissive": false
} |
ansible_role | slavaaaaaaaaaa/slavaaaaaaaaaa.github.io | e45cbb4fafe0735130f892425acffb0d4ab74d20 | 4 | ansible/roles/fail2ban | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/fail2ban/tasks/tasks.yml",
"content": "---\n- name: install fail2ban jail\n copy:\n src: \"{{ item }}\"\n dest: '/etc/fail2ban/jail.d/'\n with_fileglob:\n - \"{{ role_path }}/files/jail.local\"\n\n- name: restart fail2ban\n service:\n name: fail2ban\n state: restar... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | slavaaaaaaaaaa/slavaaaaaaaaaa.github.io | e45cbb4fafe0735130f892425acffb0d4ab74d20 | 4 | ansible/roles/firewall | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/firewall/files/plex.xml",
"content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<service>\n <short>Plex</short>\n <description>Plex service</description>\n <port protocol=\"tcp\" port=\"32400\"/>\n <port protocol=\"udp\" port=\"32400\"/>\n</service>\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1176,
"all_permissive": false
} |
ansible_role | slavaaaaaaaaaa/slavaaaaaaaaaa.github.io | e45cbb4fafe0735130f892425acffb0d4ab74d20 | 4 | ansible/roles/litter-controller | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/litter-controller/tasks/main.yml",
"content": "---\n- { include: tasks.yml, become: true, become_user: root }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "ansible/roles/litter-controller/tasks/tasks.yml",
"content"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | slavaaaaaaaaaa/slavaaaaaaaaaa.github.io | e45cbb4fafe0735130f892425acffb0d4ab74d20 | 4 | ansible/roles/packages | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/packages/tasks/main.yml",
"content": "- include: debian-tasks.yml\n when: ansible_distribution == \"Ubuntu\"\n- include: centos-tasks.yml\n when: ansible_distribution == \"CentOS\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
{
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2220,
"all_permissive": false
} |
ansible_role | slavaaaaaaaaaa/slavaaaaaaaaaa.github.io | e45cbb4fafe0735130f892425acffb0d4ab74d20 | 4 | ansible/roles/pear-executables | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/pear-executables/tasks/main.yml",
"content": "---\n- name: Comment out devpts fstab entry\n become: yes\n become_user: root\n replace:\n dest: /etc/fstab\n regexp: '^devpts'\n replace: '#devpts'\n\n- name: Fix screen run directory permissions\n become: yes\n become_use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | slavaaaaaaaaaa/slavaaaaaaaaaa.github.io | e45cbb4fafe0735130f892425acffb0d4ab74d20 | 4 | ansible/roles/plex | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/plex/files/nginx.conf",
"content": "worker_processes auto;\nuser www-data;\nerror_log /var/log/nginx/error.log;\npid /run/nginx.pid;\n\n# Load dynamic modules. See /usr/share/nginx/README.dynamic.\ninclude /usr/share/nginx/modules/*.conf;\n\nevents {\n worker_connections 1024;\n}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3106,
"all_permissive": false
} |
ansible_role | MindReadersTeam/ImageAnalysisProject | 11866e64fb806572d3d1b33a4c6b4c6232088607 | 0 | iac/roles/common | 7,846 | [
"no_license"
] | [
{
"path": "iac/roles/common/tasks/main.yml",
"content": "---\n- name: Update the repository cache \"apt-get update\"\n apt:\n update_cache: yes\n cache_valid_time: 86400\n\n- name: Safe upgrade \"apt-get upgrade\"\n apt:\n upgrade: yes\n\n- name: Ensure basic packages are installed\n apt:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | MindReadersTeam/ImageAnalysisProject | 11866e64fb806572d3d1b33a4c6b4c6232088607 | 0 | iac/roles/webserver | 7,846 | [
"no_license"
] | [
{
"path": "iac/roles/webserver/templates/gunicorn.service.j2",
"content": "[Unit]\nDescription=gunicorn daemon\nRequires=gunicorn.socket\nAfter=network.target\n\n[Service]\nPIDFile=/run/gunicorn/pid\nUser={{ app_user }}\nGroup={{ app_user }}\nRuntimeDirectory=gunicorn\nWorkingDirectory={{ app_dir }}/backend... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4361,
"all_permissive": false
} |
ansible_role | Romanow/ansible-kubernetes | 0c0236b4ff220f95d637b0ca8fa525e7b513dd54 | 0 | ansible/roles/docker | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/meta/main.yml",
"content": "---\n# file: roles/docker/meta/main.yml\ngalaxy_info:\n role_name: docker\n author: <NAME> (<EMAIL>)\n description: Install Docker\n min_ansible_version: 2.7\n platforms:\n - name: Ubuntu\ndependencies:\n - role: basic\n",
"license_typ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1018,
"all_permissive": false
} |
ansible_role | Romanow/ansible-kubernetes | 0c0236b4ff220f95d637b0ca8fa525e7b513dd54 | 0 | ansible/roles/helm | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/helm/tasks/main.yml",
"content": "---\n# file: roles/helm/meta/main.yml\n- name: Add Kubernetes GPG key\n become: yes\n apt_key:\n url: https://baltocdn.com/helm/signing.asc\n\n- name: Add Kubernetes repository\n become: yes\n apt_repository:\n repo: \"deb https://baltocdn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | Romanow/ansible-kubernetes | 0c0236b4ff220f95d637b0ca8fa525e7b513dd54 | 0 | ansible/roles/ingress | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/ingress/tasks/main.yml",
"content": "---\n# file: roles/ingress/meta/main.yml\n- name: Add nginx ingress k8s repository\n community.kubernetes.helm_repository:\n name: nginx-stable\n repo_url: https://helm.nginx.com/stable\n\n- name: Install nginx ingress controller\n commun... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | Romanow/ansible-kubernetes | 0c0236b4ff220f95d637b0ca8fa525e7b513dd54 | 0 | ansible/roles/kubernetes | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/tasks/install.yml",
"content": "---\n# file: roles/kubernetes/tasks/install.yml\n- name: Add Kubernetes GPG key\n become: yes\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n\n- name: Add Kubernetes repository\n become: yes\n apt_repository... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3235,
"all_permissive": false
} |
ansible_role | Romanow/ansible-kubernetes | 0c0236b4ff220f95d637b0ca8fa525e7b513dd54 | 0 | ansible/roles/metallb | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/metallb/tasks/main.yml",
"content": "---\n# file: roles/metallb/tasks/main.yml\n- name: Install MetalLB\n shell: \"kubectl apply -f {{ item }}\"\n with_items:\n - \"https://raw.githubusercontent.com/metallb/metallb/v{{ metallb_version }}/manifests/namespace.yaml\"\n - \"http... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1222,
"all_permissive": false
} |
ansible_role | Shirasaka-Takahiro/ansible_wordpress | def2a6031f600ec650188c821be59c50a24ce144 | 0 | roles/access_test | 7,846 | [
"no_license"
] | [
{
"path": "roles/access_test/tasks/main.yml",
"content": "---\r\n- name: copy test_access.txt\r\n copy:\r\n src: ../templates/test_access.txt\r\n dest: /tmp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | Shirasaka-Takahiro/ansible_wordpress | def2a6031f600ec650188c821be59c50a24ce144 | 0 | roles/httpd | 7,846 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yml",
"content": "---\r\n- name: install httpd\r\n yum:\r\n name: httpd\r\n state: latest\r\n\r\n- name: start and enable httpd\r\n service:\r\n name: httpd\r\n state: started\r\n enabled: yes\r\n\r\n- name: create vhost direstory\r\n file:\r\n path: /v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | Shirasaka-Takahiro/ansible_wordpress | def2a6031f600ec650188c821be59c50a24ce144 | 0 | roles/mysql | 7,846 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\r\n- name: install RPM-GPG-KEY-mysql_2022\r\n rpm_key:\r\n key: https://repo.mysql.com/RPM-GPG-KEY-mysql-2022\r\n state: present\r\n\r\n- name: install RPM-GPG-KEY-mysql_2023\r\n rpm_key:\r\n key: https://repo.mysql.com/RPM-GPG-KEY-mysql-202... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1778,
"all_permissive": false
} |
ansible_role | Shirasaka-Takahiro/ansible_wordpress | def2a6031f600ec650188c821be59c50a24ce144 | 0 | roles/php | 7,846 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\r\n- name: install epel and remi repository\r\n yum:\r\n name:\r\n - https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\r\n - http://rpms.famillecollet.com/enterprise/remi-release-7.rpm\r\n disable_gpg_check: yes\r\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | Shirasaka-Takahiro/ansible_wordpress | def2a6031f600ec650188c821be59c50a24ce144 | 0 | roles/wordpress | 7,846 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\r\n- name: get wordpress\r\n get_url:\r\n url: \"{{ wordpress_url }}\"\r\n dest: /tmp/wordpress.tar.gz\r\n\r\n- name: unarchive wordpress\r\n unarchive:\r\n src=/tmp/wordpress.tar.gz\r\n dest=/tmp\r\n copy=no\r\n\r\n- name: move wo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1520,
"all_permissive": false
} |
ansible_role | tablemakerr/slurm | e6e052075c02a127452889aeaa0d2e95345c0126 | 0 | ansible/roles/app_client | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/app_client/tasks/main.yml",
"content": "---\n- name: Ensure apps directory exists\n file:\n path: /apps\n\n- name: Mount /apps\n mount:\n path: /apps\n src: \"{{ apps_src }}\"\n fstype: nfs\n opts: \"{{ apps_options }}\"\n state: present\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | tablemakerr/slurm | e6e052075c02a127452889aeaa0d2e95345c0126 | 0 | ansible/roles/common | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# Custom facts\n- name: Ensure custom fact directory exists\n file: \n path: /etc/ansible/facts.d\n recurse: yes\n state: directory\n\n# - name: Install custom facts\n# copy:\n# src: \"{{ item.src }}\"\n# dest: \"{{ item.d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | tablemakerr/slurm | e6e052075c02a127452889aeaa0d2e95345c0126 | 0 | ansible/roles/compute | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/compute/tasks/main.yml",
"content": "---\n- name: Ensure slurm log file exists\n file:\n path: /var/log/slurm/slurmd.log\n owner: slurm\n group: slurm\n mode: 0640\n state: present\n\n- name: Copy slurm client configuration\n copy:\n src: slurmd.service.j2\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | tablemakerr/slurm | e6e052075c02a127452889aeaa0d2e95345c0126 | 0 | ansible/roles/munge | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/munge/tasks/main.yml",
"content": "---\n- name: Install Munge Dependencies\n yum:\n name: \"{{ munge_packages }}\"\n state: present\n\n- name: Add Munge Group\n group:\n name: munge\n gid: 1002\n state: present\n\n- name: Add Munge User\n user:\n name: munge\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | tablemakerr/slurm | e6e052075c02a127452889aeaa0d2e95345c0126 | 0 | ansible/roles/nfs_client | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs_client/tasks/main.yml",
"content": "---\n- name: Ensure NFS directory exists\n file:\n path: \"{{ nfs_directory }}\"\n \n- name: Mount NFS directories\n mount:\n path: \"{{ nfs_directory }}\"\n src: \"{{ nfs_src }}\"\n fstype: nfs\n opts: \"{{ nfs_options }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | tablemakerr/slurm | e6e052075c02a127452889aeaa0d2e95345c0126 | 0 | ansible/roles/slurm_common | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/slurm_common/templates/slurm_logrotate.conf.j2",
"content": "##\n# Slurm Logrotate Configuration\n##\n/var/log/slurm/*.log {\n compress\n dateext\n missingok\n nocopytruncate\n nodelaycompress\n nomail\n notifempty\n noolddir\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2998,
"all_permissive": false
} |
ansible_role | tablemakerr/slurm | e6e052075c02a127452889aeaa0d2e95345c0126 | 0 | ansible/roles/slurmctld | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/slurmctld/templates/slurmctld.service.j2",
"content": "[Unit]\nDescription=Slurm controller daemon\nAfter=network.target munge.service\nConditionPathExists={{ slurm_path }}/ctld/etc/slurm.conf\n\n[Service]\nType=simple\nEnvironmentFile=-/etc/sysconfig/slurmctld\nExecStart={{ slurm_p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1763,
"all_permissive": false
} |
ansible_role | tablemakerr/slurm | e6e052075c02a127452889aeaa0d2e95345c0126 | 0 | ansible/roles/slurmdbd | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/slurmdbd/templates/slurmdbd.service.j2",
"content": "[Unit]\nDescription=Slurm DBD accounting daemon\nAfter=network.target munge.service\nConditionPathExists={{ slurm_path }}/dbd/etc/slurmdbd.conf\n\n[Service]\nType=simple\nEnvironmentFile=-/etc/sysconfig/slurmdbd\nExecStart={{ slur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5578,
"all_permissive": false
} |
ansible_role | manbobo2002/nomad-consul | 7507fffc837f2190055ade5f13aa4fb05fced47c | 9 | roles/ansible-role-consul | 7,846 | [
"no_license"
] | [
{
"path": "roles/ansible-role-consul/defaults/main.yml",
"content": "consul_version: 1.10.1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/ansible-role-consul/templates/consul.hcl",
"content": "datacenter = \"dc1\"\r\ndata_dir = \"/o... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2255,
"all_permissive": false
} |
ansible_role | manbobo2002/nomad-consul | 7507fffc837f2190055ade5f13aa4fb05fced47c | 9 | roles/ansible-role-docker | 7,846 | [
"no_license"
] | [
{
"path": "roles/ansible-role-docker/tasks/main.yml",
"content": "---\r\n- name: get arch\r\n shell: dpkg --print-architecture\r\n register: docker_apt_arch\r\n run_once: true\r\n\r\n- set_fact: \r\n docker_apt_arch={{ docker_apt_arch.stdout }}\r\n\r\n- debug: var=docker_apt_arch\r\n run_once: true\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2382,
"all_permissive": false
} |
ansible_role | manbobo2002/nomad-consul | 7507fffc837f2190055ade5f13aa4fb05fced47c | 9 | roles/ansible-role-nomad | 7,846 | [
"no_license"
] | [
{
"path": "roles/ansible-role-nomad/tasks/main.yml",
"content": "---\r\n- name: install dependencies\r\n apt:\r\n name: [ \"unzip\" ]\r\n state: present\r\n cache_valid_time: 3600\r\n\r\n- name: download tarball {{ nomad_version }}\r\n get_url:\r\n url: \"{{ nomad_dl_url }}\"\r\n dest: \"{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5229,
"all_permissive": false
} |
ansible_role | manbobo2002/nomad-consul | 7507fffc837f2190055ade5f13aa4fb05fced47c | 9 | roles/ansible-role-server-update | 7,846 | [
"no_license"
] | [
{
"path": "roles/ansible-role-server-update/tasks/main.yml",
"content": "- name: Upgrade the OS (apt-get dist-upgrade)\n apt:\n upgrade: dist\n\n- name: Remove useless packages from the cache\n apt:\n autoclean: yes\n\n- name: Remove dependencies that are no longer required\n apt:\n autoremove: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | crallen/ansible-server-setup | 953be605d87e6debd4d70f7572e33d512c4f8664 | 0 | roles/ssh | 7,846 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n\n- name: Change SSH port\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: '^Port\\s'\n line: \"Port {{ ssh_port }}\"\n state: present\n notify: restart ssh\n\n- name: Disable root login\n lineinfile:\n dest: /etc/ssh/sshd_config\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 735,
"all_permissive": false
} |
ansible_role | crallen/ansible-server-setup | 953be605d87e6debd4d70f7572e33d512c4f8664 | 0 | roles/ufw | 7,846 | [
"no_license"
] | [
{
"path": "roles/ufw/tasks/main.yml",
"content": "---\n\n- name: Allow SSH traffic\n ufw:\n rule: limit\n port: \"{{ ssh_port }}\"\n proto: tcp\n\n- name: Enable firewall\n ufw:\n state: enabled\n policy: deny",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | crallen/ansible-server-setup | 953be605d87e6debd4d70f7572e33d512c4f8664 | 0 | roles/updates | 7,846 | [
"no_license"
] | [
{
"path": "roles/updates/tasks/main.yml",
"content": "---\n\n- name: Update existing packages\n apt:\n update_cache: yes\n upgrade: safe\n autoremove: yes\n\n- name: Install unattended-upgrades package\n apt:\n name: unattended-upgrades\n update_cache: yes\n state: latest\n\n- name: Enab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | crallen/ansible-server-setup | 953be605d87e6debd4d70f7572e33d512c4f8664 | 0 | roles/user | 7,846 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n\n- name: Add super user\n user:\n name: \"{{ user }}\"\n password: \"{{ <PASSWORD> }}\"\n groups: sudo\n append: yes\n shell: /bin/bash\n state: present\n update_password: always\n\n- name: Add SSH key for user\n authorized_key:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | obusorezekiel/microservices-infra | bf346ad96139bbafd7f84d43ee751808aa271744 | 0 | ansible/roles/argocd-apps | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/argocd-apps/tasks/main.yml",
"content": "---\n- name: Create microservices application manifest\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: argoproj.io/v1alpha1\n kind: Application\n metadata:\n name: microservices-app\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 590,
"all_permissive": false
} |
ansible_role | obusorezekiel/microservices-infra | bf346ad96139bbafd7f84d43ee751808aa271744 | 0 | ansible/roles/argocd-installation | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/argocd-installation/tasks/main.yml",
"content": "---\n- name: Ensure kubectl is installed\n command: which kubectl\n register: kubectl_check\n ignore_errors: true\n\n- name: Install kubectl if not present\n command: curl -LO \"https://dl.k8s.io/release/$(curl -L -s https://dl.k8... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 786,
"all_permissive": false
} |
ansible_role | obusorezekiel/microservices-infra | bf346ad96139bbafd7f84d43ee751808aa271744 | 0 | ansible/roles/logging-stack | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/logging-stack/tasks/main.yml",
"content": "---\n- name: Add Elastic Helm repository\n kubernetes.core.helm_repository:\n name: elastic\n repo_url: https://helm.elastic.co\n\n- name: Install EFK stack\n kubernetes.core.helm:\n name: efk\n chart_ref: elastic/eck-operator... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | obusorezekiel/microservices-infra | bf346ad96139bbafd7f84d43ee751808aa271744 | 0 | ansible/roles/monitoring-stack | 7,846 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring-stack/tasks/main.yml",
"content": "---\n- name: Add Prometheus community Helm repository\n kubernetes.core.helm_repository:\n name: prometheus-community\n repo_url: https://prometheus-community.github.io/helm-charts\n\n- name: Install Kube-Prometheus Stack\n kuber... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 571,
"all_permissive": false
} |
ansible_role | yarinkos/social | 239dee248e396501a5cf15f3c9e3efcf53bdcad3 | 0 | vagrantMongo/roles/mongo | 7,846 | [
"no_license"
] | [
{
"path": "vagrantMongo/roles/mongo/templates/systemd.service.j2",
"content": "[Unit]\nDescription=MongoDB - a high-performance, schema-free document-oriented database\nAfter=network.target\n\n[Service]\nType=forking\nUser={{ mongo_user }}\nGroup={{ mongo_group }}\nPIDFile={{ mongo_pid }}\nExecStart=/usr/bi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1958,
"all_permissive": false
} |
ansible_role | frankdegroodt/ansible-ovpn-clients | 98eceeb24e1f03388b266b094472f74a387f4e31 | 0 | playbooks/roles/add_clients | 7,846 | [
"no_license"
] | [
{
"path": "playbooks/roles/add_clients/tasks/add_gen_key.yml",
"content": "---\n- name: OpenVPN | Add Clients | Check for existing private key passwords\n delegate_to: localhost\n stat:\n path: \"{{ local_creds_folder }}/{{ item }}/{{ openvpn_server_common_name }}_pk_pass.txt\"\n become: False\n regi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7229,
"all_permissive": false
} |
ansible_role | frankdegroodt/ansible-ovpn-clients | 98eceeb24e1f03388b266b094472f74a387f4e31 | 0 | playbooks/roles/openvpn | 7,846 | [
"no_license"
] | [
{
"path": "playbooks/roles/openvpn/tasks/openvpn.yml",
"content": "---\n- name: OpenVPN | sysctl | Enable IPv4 traffic forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: 1\n\n- name: OpenVPN | Configuration | Create client configuration directory\n file:\n path: \"{{ openvpn_path_ccd }}\"\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1764,
"all_permissive": false
} |
ansible_role | frankdegroodt/ansible-ovpn-clients | 98eceeb24e1f03388b266b094472f74a387f4e31 | 0 | playbooks/roles/revoke_clients | 7,846 | [
"no_license"
] | [
{
"path": "playbooks/roles/revoke_clients/tasks/main.yml",
"content": "---\n- name: OpenVPN | Revoke Client | Set variables\n include_vars: ../../openvpn/defaults/main.yml\n\n- name: OpenVPN | Revoke Client | Register the OpenVPN server common name\n command: cat {{ openvpn_server_common_name_file }}\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 936,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/add_record_to_hosts | 7,846 | [
"no_license"
] | [
{
"path": "roles/add_record_to_hosts/tasks/main.yml",
"content": "\n---\n- name: Init vars\n set_fact:\n host_lines: |\n {% for node in groups['ubuntufarm'] %}\n {{ hostvars[node]['ansible_host'] }} {{ hostvars[node]['inventory_hostname'] }}\n {% endfor %}\n\n- set_fact:\n my_list: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 544,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/create_bucket | 7,846 | [
"no_license"
] | [
{
"path": "roles/create_bucket/tasks/main.yml",
"content": "---\n- name: Create bucket\n s3_bucket:\n name: mybucket\n aws_access_key: <KEY>\n aws_secret_key: 123456789\n s3_url: 'http://172.16.31.10:9199'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 153
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/create_user | 7,846 | [
"no_license"
] | [
{
"path": "roles/create_user/tasks/main.yml",
"content": "---\n- name: Create new user\n iam:\n aws_access_key: <KEY>\n aws_secret_key: 123456789\n iam_type: user\n name: toptop\n state: present\n password: <PASSWORD>\n access_key_state: create\n register: access_key\n\n- debug:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/firewall | 7,846 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n- name: Change ufw rules allow tcp\n ufw:\n rule: allow\n port: 9000:9100\n proto: tcp\n\n- name: Change ufw rules allow udp\n ufw:\n rule: allow\n port: 9000:9100\n proto: udp\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/mc_setup | 7,846 | [
"no_license"
] | [
{
"path": "roles/mc_setup/tasks/main.yml",
"content": "- name: Upload minio binary to each nodes\n copy:\n src: mc\n dest: /usr/sbin/mc\n owner: minio-user\n group: minio-user\n mode: a+rwx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/minio_createdir | 7,846 | [
"no_license"
] | [
{
"path": "roles/minio_createdir/tasks/main.yml",
"content": "---\n- name: Create data dir for minio\n file:\n# path: \"/minio/tenant{{ inventory_hostname | regex_search('[0-9]{1,}') }}\"\n path: \"/minio/tenant{{ item.tenantid }}\"\n state: directory\n owner: minio-user\n group: minio-user\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/minio_run | 7,846 | [
"no_license"
] | [
{
"path": "roles/minio_run/files/config.json",
"content": "{\n \"version\" : \"22\" ,\n \"credential\" : {\n \"accessKey\" : \"<KEY>\" ,\n \"secretKey\" : \"123456789\",\n \"status\": \"enabled\"\n },\n \"region\" : \"\" ,\n \"b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/minio_setup | 7,846 | [
"no_license"
] | [
{
"path": "roles/minio_setup/tasks/main.yml",
"content": "---\n- name: Upload minio binary to each nodes\n copy:\n src: minio\n dest: /usr/sbin/minio\n owner: minio-user\n group: minio-user\n mode: a+rwx\n\n- name: Upload minio.service to each node\n copy:\n src: minio.service\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/minio_usr_grp | 7,846 | [
"no_license"
] | [
{
"path": "roles/minio_usr_grp/tasks/main.yml",
"content": "---\n- name: Create minio group\n group:\n name: minio-user\n state: present\n\n- name: Create minio user\n user:\n name: minio-user\n group: minio-user\n state: present\n comment: User for working with minio cluster\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/nginx_install | 7,846 | [
"no_license"
] | [
{
"path": "roles/nginx_install/tasks/main.yml",
"content": "---\n- name: Update apt\n shell: |\n rm -rf /etc/apt/sources.list.d/*nginx*\n echo \"deb http://nginx.org/packages/ubuntu `lsb_release -cs` nginx\" >> /etc/apt/sources.list.d/nginx.list\n curl -fsSL https://nginx.org/keys/nginx_signing.ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/nginx_upload_conf | 7,846 | [
"no_license"
] | [
{
"path": "roles/nginx_upload_conf/templates/minio.site.j2",
"content": " proxy_cache_path /var/cache/nginx/minio_cache{{ item.tenantid}} levels=1:2 keys_zone=minio_cache{{ item.tenantid}}:10m max_size=10m inactive=60m use_temp_path=off;\n\n upstream backend{{ item.tenantid}} {\n {% for host in groups['... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1355,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/nginx_vrrp_configure | 7,846 | [
"no_license"
] | [
{
"path": "roles/nginx_vrrp_configure/handlers/main.yml",
"content": "---\n- name: restart_keepalived\n service:\n name: keepalived\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/nginx_vrrp_configure/templates/kee... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1305,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/nginx_vrrp_install | 7,846 | [
"no_license"
] | [
{
"path": "roles/nginx_vrrp_install/tasks/main.yml",
"content": "---\n- name: Install vrrp\n apt:\n name: keepalived\n state: present\n environment:\n RUNLEVEL: 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | sharpboy2008/ubuntu | 3e192f7dd1465d1f95ec04ef6639a934c47840a9 | 0 | roles/vrrp_check_features | 7,846 | [
"no_license"
] | [
{
"path": "roles/vrrp_check_features/tasks/main.yml",
"content": "---\n- name: Upload go server to nodes into /usr/sbin\n copy:\n src: httpgoweb\n dest: /usr/sbin\n owner: root\n group: root\n mode: 0744\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | VincentRavera/Pivacy | 0423fea9e3a046812e13cde01936b3bfaf6a742e | 0 | roles/pihole | 7,851 | [
"no_license"
] | [
{
"path": "roles/pihole/templates/docker-compose.yaml",
"content": "# From https://github.com/pi-hole/docker-pi-hole\n# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/\nservices:\n pihole:\n container_name: pihole\n image: {{ pihole_image }}\n ports:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6959,
"all_permissive": false
} |
ansible_role | VincentRavera/Pivacy | 0423fea9e3a046812e13cde01936b3bfaf6a742e | 0 | roles/rproxy | 7,851 | [
"no_license"
] | [
{
"path": "roles/rproxy/tasks/main.yaml",
"content": "- name: Install dependencies\n ansible.builtin.package:\n name: \"ufw\"\n state: \"present\"\n\n- name: Allow necessary ports\n community.general.ufw:\n rule: allow\n port: \"{{ item }}\"\n proto: \"tcp\"\n with_items:\n - \"80\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1459,
"all_permissive": false
} |
ansible_role | VincentRavera/Pivacy | 0423fea9e3a046812e13cde01936b3bfaf6a742e | 0 | roles/squid | 7,851 | [
"no_license"
] | [
{
"path": "roles/squid/templates/docker-compose.yaml",
"content": "# To regenerate the podman-squid.service, run:\n# podman-compose up -d\n# podman generate systemd squid_squid_1 --new\nservices:\n squid:\n image: \"{{ squid_image }}\"\n ports:\n - \"3128:3128\"\n environment:\n - TZ=UTC... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4560,
"all_permissive": false
} |
ansible_role | Neikl/provar3 | a172d12c9a395734eda42a1e710e5521154404b3 | 0 | roles/pushtos3 | 7,851 | [
"no_license"
] | [
{
"path": "roles/pushtos3/tasks/main.yml",
"content": "---\n# tasks file for pushtos3\n- name: \"basic upload\"\n community.aws.s3_sync:\n bucket: salesforce.sonata-software.results\n file_root: /var/lib/jenkins/workspace/salesforce-demo/ANT/Results\n- name: \"all the options\"\n community.aws.s3_sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 443,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/baremetal | 7,851 | [
"no_license"
] | [
{
"path": "roles/baremetal/tasks/proxy.yaml",
"content": "# Configure global network proxy\n- name: Set up proxy environment\n set_fact:\n proxy_env:\n http_proxy: \"{{ http_proxy | default ('') }}\"\n HTTP_PROXY: \"{{ http_proxy | default ('') }}\"\n https_proxy: \"{{ https_proxy | defau... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3021,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/ceph-ansible | 7,851 | [
"no_license"
] | [
{
"path": "roles/ceph-ansible/tasks/deploy.yaml",
"content": "- name: Get ceph-ansible\n block:\n - name: Clone ceph-ansible repository\n git:\n repo: \"{{ ceph_ansible_repo }}\"\n dest: \"{{ ceph_ansible_dest }}\"\n version: \"{{ ceph_ansible_vers }}\"\n register: clone_r... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8581,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/ceph-common | 7,851 | [
"no_license"
] | [
{
"path": "roles/ceph-common/tasks/main.yaml",
"content": "# include environment setup\n- include: env.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/ceph-common/vars/main.yaml",
"content": "pythonsrc: epel-release, python36\npyth... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/ceph-openstack | 7,851 | [
"no_license"
] | [
{
"path": "roles/ceph-openstack/vars/main.yaml",
"content": "# cache ceph keyring\n#keyringcache: \"{{ local_temp }}/ceph\"\nkeyringdest: /etc/kolla/config\ncephconfig: /etc/ceph\nkollaconfig: /etc/kolla/config\nceph_ops_kolla_conf_path: /etc/kolla\n\n# backend configuration files\nbackend_conf: \"backend\"... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 12244,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/common | 7,851 | [
"no_license"
] | [
{
"path": "roles/common/tasks/centos.yaml",
"content": "- name: Test docker existing\n shell: command -v docker\n register: docker_exist\n ignore_errors: yes\n when: enable_docker_repo | bool\n\n- include: docker.yaml\n when: enable_docker_repo | bool\n\n- name: Test cmake existing\n shell: command -v... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3899,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/k8s-config | 7,851 | [
"no_license"
] | [
{
"path": "roles/k8s-config/tasks/kube_get.yaml",
"content": "---\n## Get kube-nodes from inventory/hosts from kubespray\n- name: Include local variables of kubespray\n include_vars:\n file: \"{{ k8scfg_kubespray_var }}\"\n\n- name: Get local variables of kubespray inventory\n include_vars:\n file: ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 7362,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/kubespray | 7,851 | [
"no_license"
] | [
{
"path": "roles/kubespray/tasks/deploy.yaml",
"content": "---\n- name: Get kubespray repository\n block:\n - name: Clone kubespray repository\n git:\n repo: \"{{ kubespray_ansible_repo }}\"\n dest: \"{{ kubespray_path }}\"\n version: \"{{ kubespray_ansible_version }}\"\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 6090,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/lvm | 7,851 | [
"no_license"
] | [
{
"path": "roles/lvm/files/lvs.sh",
"content": "#!/bin/bash\n\nSIZE=$LV_SIZE\nNUM=$LVS_NUM\ndev=$1 ## i.e. /dev/sdb\n\nvg=${dev##*/}vg ## i.e. sdbvg\n\nsudo pvcreate $dev\nsudo vgcreate $vg $dev\nfor k in `seq 1 $NUM`;\ndo\n sudo lvcreate -n datalv$k -L $SIZE $vg\ndone\n",
"license_type": "no_license... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 700,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/memtier | 7,851 | [
"no_license"
] | [
{
"path": "roles/memtier/files/add_node_label.sh",
"content": "#!/bin/bash\n\nif [ $# -lt 1 ]; then\n echo \"Usage: $0 <host ip address>[host ip address]\"\n echo \" Example: $0 172.18.0.2 172.18.0.3\"\n exit 1\nfi\n\nfor node_ip in \"$@\"; do\n node=`kubectl get nodes -o wide | grep ${node_i... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 12000,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/openstack-deploy | 7,851 | [
"no_license"
] | [
{
"path": "roles/openstack-deploy/tasks/main.yaml",
"content": "- include: env.yaml\n delegate_to: localhost\n run_once: true\n\n- block:\n # Install dependencies\n - include: dependency.yaml\n\n # Run precheck\n - include: precheck.yaml\n\n # Configure kolla and kolla-ansible\n - includ... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 40506,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/openstack-instance | 7,851 | [
"no_license"
] | [
{
"path": "roles/openstack-instance/tasks/vms_mount.yaml",
"content": "- name: Specifiy prefix name of VMs\n set_fact:\n name_prefix: \"{{ vm_pmem_prefix if vm_pmem_enabled else vm_prefix }}\"\n\n- name: Attach volumes to running servers\n script: vm_mount.sh\n register: mnt_status\n environment:\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 7869,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/pmem | 7,851 | [
"no_license"
] | [
{
"path": "roles/pmem/defaults/main.yaml",
"content": "# AppDirect: AppDirect mode with all modules in an interleaved set [Default]\n# AppDirectNotInterleaved: AppDirect mode with all modules in an interleaved set\n# Other: Memory\npmem_mode: AppDirect\n\n# Repository url to download ipmctl tool\nipmctl_rep... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 10468,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/pmem-openstack | 7,851 | [
"no_license"
] | [
{
"path": "roles/pmem-openstack/tasks/main.yaml",
"content": "# delete all existing namespaces\n- name: Run tasks/destroyns.yaml in pmem role\n include_role:\n name: pmem\n tasks_from: destroyns\n\n# create new namespaces\n- include: namespace.yaml\n\n# just run on controller host once\n- include: co... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3960,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/rally | 7,851 | [
"no_license"
] | [
{
"path": "roles/rally/tasks/deploy.yaml",
"content": "---\n- name: Get rally repository\n block:\n - name: Clone rally repository\n git:\n repo: \"{{ rally_repo }}\"\n dest: \"{{ rally_dest }}\"\n version: \"{{ rally_vers }}\"\n register: clone_result\n async: 120\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4534,
"all_permissive": false
} |
ansible_role | intel/intel-open-cloud-deployment-framework | 94c441944c0cd26501d90184e49dc16004cdb483 | 4 | roles/ssh | 7,851 | [
"no_license"
] | [
{
"path": "roles/ssh/vars/main.yaml",
"content": "# Dependent directory and files\nSSHDIR: ~/.ssh\nRSAFIL: \"{{ SSHDIR }}/id_rsa\"\nRSAPUB: \"{{ SSHDIR }}/id_rsa.pub\"\nRSATMP: \"{{ local_temp}}/id_rsa_all.pub\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2766,
"all_permissive": false
} |
ansible_role | Hiklas/multi-wifi-vlan-routing-setup | 53b09be0f4dfa3164a258c823cd9e6b7a4024323 | 1 | roles/aptcache | 7,851 | [
"permissive"
] | [
{
"path": "roles/aptcache/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n upgrade: yes\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": true
} |
ansible_role | Hiklas/multi-wifi-vlan-routing-setup | 53b09be0f4dfa3164a258c823cd9e6b7a4024323 | 1 | roles/common_packages | 7,851 | [
"permissive"
] | [
{
"path": "roles/common_packages/tasks/main.yml",
"content": "---\n- name: Install common packages\n apt:\n state: present\n name: \"{{ item }}\"\n with_items:\n - screen\n - dnsutils\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.