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 | jmpantoja/workstation | 2c26ce69f8b65cadab0c3f4762b2a10891709288 | 0 | ansible/roles/manual | 5,417 | [
"no_license"
] | [
{
"path": "ansible/roles/manual/tasks/main.yml",
"content": "---\n- name: packages\n shell: echo \"Instalar a mano {{ item }}\"\n with_items: \n - phpstorm\n - gitkraken\n - tinyMediaManager\n\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 | jmpantoja/workstation | 2c26ce69f8b65cadab0c3f4762b2a10891709288 | 0 | ansible/roles/packages | 5,417 | [
"no_license"
] | [
{
"path": "ansible/roles/packages/tasks/main.yml",
"content": "---\n- name: packages\n apt:\n name: \n - mediainfo \n - vlc\n - gnome-mpv\n - deluge\n - deluged\n\n - geany\n - git \n - vim\n\n - hexchat\n - hexchat-indicator \n - sshfs\n\n - nfs-common \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 539,
"all_permissive": false
} |
ansible_role | jmpantoja/workstation | 2c26ce69f8b65cadab0c3f4762b2a10891709288 | 0 | ansible/roles/php | 5,417 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n- name: role bash\n import_role:\n name: bash\n\n- name: php 7.2\n apt:\n name: \n - php7.2-cli\n - libpcre3-dev\n - php7.2-gd\n - php7.2-curl\n - php7.2-imap\n - php7.2-json\n - php7.2-opcache\n - php7.2-xml\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 861,
"all_permissive": false
} |
ansible_role | jmpantoja/workstation | 2c26ce69f8b65cadab0c3f4762b2a10891709288 | 0 | ansible/roles/powerline | 5,417 | [
"no_license"
] | [
{
"path": "ansible/roles/powerline/templates/powerline-shell.json.j2",
"content": "{\n \"theme\": \"basic\",\n \"hostname\":{\n \"colorize\": true\n },\n \"segments\": [\n \"newline\",\n \"newline\",\n \"newline\",\n \"newline\",\n \"virtual_env\",\n \"username\",\n \"hostname\",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 998,
"all_permissive": false
} |
ansible_role | jmpantoja/workstation | 2c26ce69f8b65cadab0c3f4762b2a10891709288 | 0 | ansible/roles/spotify | 5,417 | [
"no_license"
] | [
{
"path": "ansible/roles/spotify/tasks/main.yml",
"content": "---\n- name: add apt keys\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: 0DF731E45CE24F27EEEB1450EFDC8610341D9410\n state: present \n\n- name: add repository \n apt_repository: \n repo: \"deb http://repository.spotify.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | jmpantoja/workstation | 2c26ce69f8b65cadab0c3f4762b2a10891709288 | 0 | ansible/roles/tilix | 5,417 | [
"no_license"
] | [
{
"path": "ansible/roles/tilix/tasks/main.yml",
"content": "---\n- name: role bash\n import_role:\n name: bash\n\n- name: fonts\n apt:\n name: \n - gir1.2-nautilus-3.0\n - libgtkd-3-0\n - libvted-3-0\n - python-gi\n - python-nautilus\n - tilix\n - tilix-common\n \n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 683,
"all_permissive": false
} |
ansible_role | jmpantoja/workstation | 2c26ce69f8b65cadab0c3f4762b2a10891709288 | 0 | ansible/roles/virtualbox | 5,417 | [
"no_license"
] | [
{
"path": "ansible/roles/virtualbox/tasks/main.yml",
"content": "---\n- name: package \n apt: \n name: \"{{ item }}\"\n update_cache: yes\n cache_valid_time: 3600 \n state: latest\n\n with_items:\n - virtualbox\n - virtualbox-ext-pack\n# - vagrant # isntalar la ultima version ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | jmpantoja/workstation | 2c26ce69f8b65cadab0c3f4762b2a10891709288 | 0 | ansible/roles/workbench | 5,417 | [
"no_license"
] | [
{
"path": "ansible/roles/workbench/tasks/main.yml",
"content": "---\n#- name: add repository\n# apt_repository:\n# repo: \"ppa:webupd8team/atom\"\n\n- name: package \n apt: \n name: atom\n update_cache: yes\n cache_valid_time: 3600 \n state: latest\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | arshvin/test-task | 7c45a8a837eabff72890c2ad5a7933f58e2a9f1c | 0 | provision/roles/cert-generator | 5,417 | [
"no_license"
] | [
{
"path": "provision/roles/cert-generator/tasks/cert_gen.yml",
"content": "---\n- name: Ensure presense of {{ cert_generator_catalog_destination }}\n ansible.builtin.file:\n path: \"{{ cert_generator_catalog_destination }}\"\n state: directory\n mode: \"0755\"\n\n- name: Check presence of key file... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2395,
"all_permissive": false
} |
ansible_role | arshvin/test-task | 7c45a8a837eabff72890c2ad5a7933f58e2a9f1c | 0 | provision/roles/disable-selinux | 5,417 | [
"no_license"
] | [
{
"path": "provision/roles/disable-selinux/tasks/main.yml",
"content": "---\n- name: Ensure Ansible packages for SELinux are installed\n ansible.builtin.dnf:\n name: python3-libselinux\n state: present\n\n- name: Completely disable SELinux\n ansible.posix.selinux: # NOTE: before use of ansible linte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 330,
"all_permissive": false
} |
ansible_role | arshvin/test-task | 7c45a8a837eabff72890c2ad5a7933f58e2a9f1c | 0 | provision/roles/epel | 5,417 | [
"no_license"
] | [
{
"path": "provision/roles/epel/tasks/main.yml",
"content": "---\n- name: Install EPEL repo\n ansible.builtin.dnf:\n name: epel-release\n state: present\n\n- name: Import EPEL GPG key\n ansible.builtin.rpm_key:\n key: /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | arshvin/test-task | 7c45a8a837eabff72890c2ad5a7933f58e2a9f1c | 0 | provision/roles/nginx | 5,417 | [
"no_license"
] | [
{
"path": "provision/roles/nginx/handlers/main.yml",
"content": "---\n- name: Systemd nginx restart\n ansible.builtin.systemd:\n name: nginx\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "provision/roles/nginx/templates... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3974,
"all_permissive": false
} |
ansible_role | arshvin/test-task | 7c45a8a837eabff72890c2ad5a7933f58e2a9f1c | 0 | provision/roles/openjdk | 5,417 | [
"no_license"
] | [
{
"path": "provision/roles/openjdk/tasks/main.yml",
"content": "---\n- name: Install OpenJDK21\n ansible.builtin.dnf:\n name: java-21-openjdk-devel\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | arshvin/test-task | 7c45a8a837eabff72890c2ad5a7933f58e2a9f1c | 0 | provision/roles/webapp | 5,417 | [
"no_license"
] | [
{
"path": "provision/roles/webapp/defaults/main.yml",
"content": "---\nwebapp_server_port: 9090\n\nwebapp_base_filename: webapp-spring-boot.jar\nwebapp_catalog_location: /opt/webapp\nwebapp_build_tool: /vagrant/webapp-spring-boot\nwebapp_file_name_path: \"{{ webapp_catalog_location }}/{{ webapp_base_filenam... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2035,
"all_permissive": false
} |
ansible_role | kuleketki/infra-jenkins | 38f5d74726cc506d01057c8676c10430ac370f1c | 0 | networking/roles/software-setup | 5,417 | [
"no_license"
] | [
{
"path": "networking/roles/software-setup/tasks/install-nginx.yml",
"content": "- name: Upgrading Software\n ansible.builtin.expect:\n command: sudo ufw allow OpenSSH\n responses:\n 'Command may disrupt existing ssh connections. Proceed with operation (y|n)?': 'y'\n\n- name: Upgrading Software\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2500,
"all_permissive": false
} |
ansible_role | ahmedfaragmostafa/Ansible-in-action | 77124faaa472a1d6de4c42d41f9b53c0ca9d3789 | 79 | roles/bootstrap-app | 5,417 | [
"no_license"
] | [
{
"path": "roles/bootstrap-app/tasks/main.yml",
"content": "---\n- name: Clone your repo\n git:\n repo: \"{{repo_git_url}}\"\n dest: \"{{app_work_dir}}\"\n version: master\n accept_hostkey: yes\n key_file: /home/{{current_user}}/.ssh/id_rsa\n tags:\n - clone-repo\n\n- name: Check for Com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | ahmedfaragmostafa/Ansible-in-action | 77124faaa472a1d6de4c42d41f9b53c0ca9d3789 | 79 | roles/code-deploy | 5,417 | [
"no_license"
] | [
{
"path": "roles/code-deploy/tasks/main.yml",
"content": "---\n- name: Make sure composer is at its latest version\n composer:\n working_dir: \"{{ app_work_dir }}\"\n command: self-update\n register: composer_self_update\n changed_when: \"not composer_self_update.stdout|search('You are already usin... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1581,
"all_permissive": false
} |
ansible_role | ahmedfaragmostafa/Ansible-in-action | 77124faaa472a1d6de4c42d41f9b53c0ca9d3789 | 79 | roles/misc | 5,417 | [
"no_license"
] | [
{
"path": "roles/misc/tasks/main.yml",
"content": "---\n- ping: ~\n###\n- name: Update apt packages\n apt:\n update_cache: yes\n##\n- name: Install GIT VCS\n apt:\n name: git\n state: latest\n##\n- name: Install htop\n apt: name=htop\n\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | ahmedfaragmostafa/Ansible-in-action | 77124faaa472a1d6de4c42d41f9b53c0ca9d3789 | 79 | roles/mysql | 5,417 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/config.yml",
"content": "---\n# copy the dump and import it to db\n- name: Copy database over\n copy: src=../files/dump.sql dest=/tmp/dump.sql\n tags:\n - mysql-config\n######\n- name: Import data\n mysql_db: name=\"{{mysql_db}}\" state=import target=/tmp/dump.sql login_us... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 999,
"all_permissive": false
} |
ansible_role | ahmedfaragmostafa/Ansible-in-action | 77124faaa472a1d6de4c42d41f9b53c0ca9d3789 | 79 | roles/nginx | 5,417 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Remove Apache\n apt:\n name: apache2\n state: absent\n #workaround Todo fix it\n- name: Remove useless dir\n shell: \"rm -rf /var/www/html/\"\n tags:\n - nginx\n notify: Restart Nginx\n\n###\n\n- name: Install Nginx web server\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1681,
"all_permissive": false
} |
ansible_role | ahmedfaragmostafa/Ansible-in-action | 77124faaa472a1d6de4c42d41f9b53c0ca9d3789 | 79 | roles/php | 5,417 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Install PHP {{php_version}} PPA Repo\n apt_repository:\n repo: 'ppa:ondrej/php'\n tags:\n - php\n ##\n- name: Install PHP {{php_version}}\n apt: name=php{{php_version}} state=latest\n ##\n- name: Install PHP packages\n become: true\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | ahmedfaragmostafa/Ansible-in-action | 77124faaa472a1d6de4c42d41f9b53c0ca9d3789 | 79 | roles/redis | 5,417 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n\n- name: Install Redis Server\n apt:\n name: redis-server\n state: latest\n ##\n- name: Check Redis Server status\n apt:\n name: redis-server\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | gromande/ansible-opendj-cluster | 4874149cc6f6861912fbca2f28379a1f54b4f549 | 0 | roles/opendj | 5,417 | [
"no_license"
] | [
{
"path": "roles/opendj/tasks/main.yml",
"content": "- name: Install Java 1.8\n yum: name=java-1.8.0-openjdk state=present\n\n- name: Update NSS security libraries\n yum: name=nss* state=latest\n\n- name: create install dir\n file: path={{ install_dir }} state=directory\n\n- name: unpack opendj\n comman... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 646,
"all_permissive": false
} |
ansible_role | mwalzer/ebi-portal-dummy-app | 7fbf5606db43b4dcef89989d852de00361d45563 | 0 | extra-playbooks/k8s-galaxy/roles/provision-system-files | 5,417 | [
"no_license"
] | [
{
"path": "extra-playbooks/k8s-galaxy/roles/provision-system-files/files/galaxy-chart/templates/galaxy_rbac.yaml",
"content": "{{ if .Values.rbac_needed }}\nkind: Role\napiVersion: rbac.authorization.k8s.io/v1\nmetadata:\n namespace: default\n name: galaxy-role-pods-jobs\nrules:\n- apiGroups: [\"\"]\n re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 15449,
"all_permissive": false
} |
ansible_role | mwalzer/ebi-portal-dummy-app | 7fbf5606db43b4dcef89989d852de00361d45563 | 0 | extra-playbooks/rbac/roles/kubernetes-rbac | 5,417 | [
"no_license"
] | [
{
"path": "extra-playbooks/rbac/roles/kubernetes-rbac/tasks/main.yml",
"content": "---\n- name: Kubernetes RBAC\n command: kubectl create clusterrolebinding permissive-binding \\\n --clusterrole=cluster-admin \\\n --user=admin \\\n --user=kubelet \\\n --group=system:serviceaccounts\n register:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | mwalzer/ebi-portal-dummy-app | 7fbf5606db43b4dcef89989d852de00361d45563 | 0 | extra-playbooks/wf-controller/roles/get-result | 5,417 | [
"no_license"
] | [
{
"path": "extra-playbooks/wf-controller/roles/get-result/tasks/main.yml",
"content": "---\n- name: Wait for result to be reported\n command: kubectl logs -f wf-exec-pod\n register: waiting_for_exec_report\n until: (\"Final result export -->\" in waiting_for_exec_report.stdout) or (\"Traceback\" in wait... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 752,
"all_permissive": false
} |
ansible_role | mwalzer/ebi-portal-dummy-app | 7fbf5606db43b4dcef89989d852de00361d45563 | 0 | extra-playbooks/wf-controller/roles/s3-secrets | 5,417 | [
"no_license"
] | [
{
"path": "extra-playbooks/wf-controller/roles/s3-secrets/tasks/main.yml",
"content": "---\n- name: S3 secret description\n template:\n src: \"{{ role_path }}/files/s3secret.yaml\"\n dest: \"/root/.s3secret.yaml\"\n owner: root \n\n- name: S3 secret injection\n command: kubectl create -f /root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | mwalzer/ebi-portal-dummy-app | 7fbf5606db43b4dcef89989d852de00361d45563 | 0 | extra-playbooks/wf-controller/roles/wf-exec | 5,417 | [
"no_license"
] | [
{
"path": "extra-playbooks/wf-controller/roles/wf-exec/tasks/main.yml",
"content": "---\n- debug:\n msg: \"IP {{ hostvars[groups['kube-master'][0]]['public_ipv4'] }}\"\n\n- name: Wait for galaxy API port\n wait_for:\n host: \"{{ hostvars[groups['kube-master'][0]]['public_ipv4'] }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7275,
"all_permissive": false
} |
ansible_role | nirroolat/ansible | 100bdcad416f764bc881df9e9e0c91204f175916 | 0 | roles/graphite | 5,417 | [
"no_license"
] | [
{
"path": "roles/graphite/vars/main.yml",
"content": "---\n# vars file for graphite\ngraphite_server: INSERT_YOUR_OWN_VALUE\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/graphite/tests/test.yml",
"content": "---\n- hosts: localhost\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2015,
"all_permissive": false
} |
ansible_role | nirroolat/ansible | 100bdcad416f764bc881df9e9e0c91204f175916 | 0 | roles/icinga2_server | 5,417 | [
"no_license"
] | [
{
"path": "roles/icinga2_server/tasks/main.yml",
"content": "---\n# tasks file for icinga2_server\n- name: Install Icinga2 repo\n yum: name=https://packages.icinga.org/epel/7/release/noarch/icinga-rpm-release-7-1.el7.centos.noarch.rpm state=present\n\n- name: Install RPM Key\n rpm_key: key=http://packages... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 5794,
"all_permissive": false
} |
ansible_role | nirroolat/ansible | 100bdcad416f764bc881df9e9e0c91204f175916 | 0 | roles/spacewalk_client | 5,417 | [
"no_license"
] | [
{
"path": "roles/spacewalk_client/vars/main.yml",
"content": "spacewalk_server: spacewalk.contoso.net\nspacewalk_activation_key: youractivationkey\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/spacewalk_client/handlers/main.yml",
"con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3460,
"all_permissive": false
} |
ansible_role | nirroolat/ansible | 100bdcad416f764bc881df9e9e0c91204f175916 | 0 | roles/spacewalk_server | 5,417 | [
"no_license"
] | [
{
"path": "roles/spacewalk_server/tasks/main.yml",
"content": "---\n# tasks file for spacewalk_server\n- name: Checks if Spacewalk is installed\n stat: path=/var/lib/pgsql/data/base\n register: spacewalk_installed\n\n- name: Install EPEL Repo\n yum: name=epel-release state=present\n\n- name: Copy jpackag... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2085,
"all_permissive": false
} |
ansible_role | nirroolat/ansible | 100bdcad416f764bc881df9e9e0c91204f175916 | 0 | roles/vmdeploy | 5,417 | [
"no_license"
] | [
{
"path": "roles/vmdeploy/defaults/main.yml",
"content": "---\n# defaults file for vmdeploy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/vmdeploy/handlers/main.yml",
"content": "---\n# handlers file for vmdeploy\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-backup | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-backup/handlers/main.yml",
"content": "---\n# handlers file for bigip-backup",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "f5-bigip-project/roles/bigip-backup/tests/test.yml",
"content": "---\n- hosts: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-cipher-protocol | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-cipher-protocol/tasks/main.yml",
"content": "---\n# tasks file for bigip-cipher-protocol\n- name: Set SSL cipher suite and SSL protocols by list or string \n bigip_device_httpd:\n provider: \"{{ cli }}\"\n ssl_cipher_suite: \"{{ bigip_httpd_service.bigip_ssl_c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1157,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-cookie-profile | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-cookie-profile/tasks/main.yml",
"content": "---\n\n# tasks file for bigip-cookie-profile\n- name: Task to create a persistence cookie profile\n include_tasks: cookie-profile.yml\n when:\n - cookie_profile.name is defined\n\n- name: Task to apply cookie profile to... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2556,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-dns | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-dns/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - bigip-dns",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "f5-bigip-project/roles/bigip-dns/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 645,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-ha | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-ha/vars/main.yml",
"content": "---\n# vars file for bigip-ha-setup",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "f5-bigip-project/roles/bigip-ha/tests/test.yml",
"content": "---\n- hosts: localhost\n r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6275,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-https-redirect-irule | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-https-redirect-irule/vars/main.yml",
"content": "---\n# vars file for bigip-https-redirect-irule",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "f5-bigip-project/roles/bigip-https-redirect-irule/tests/test.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 713,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-node | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-node/tasks/main.yml",
"content": "---\n\n# tasks file for bigip-node\n- name: Task to create nodes\n include_tasks: nodes.yml\n when:\n - nodes is defined ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path":... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1316,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-ntp | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-ntp/vars/main.yml",
"content": "---\n# vars file for bigip-ntp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "f5-bigip-project/roles/bigip-ntp/handlers/main.yml",
"content": "---\n# handlers file for big... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-partition | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-partition/tasks/route-domain.yml",
"content": "---\n\n# Task to create route-domain\n- name: Create a new route domain \n bigip_routedomain: \n name: \"{{ item.rd_name }}\"\n description: \"{{ item.rd_decs }}\"\n partition: \"{{ item.name | upper }}\"\n i... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1724,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-persist-profile | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-persist-profile/tasks/apply-profile.yml",
"content": "---\n\n# Task to apply persistence profile to a Virtual Server\n- name: Apply persistence profile to a Virtual Server\n bigip_virtual_server:\n name: \"{{ virtual_server.name }}\"\n partition: \"{{ virtual_s... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2125,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-pool | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-pool/defaults/main.yml",
"content": "---\n# defaults file for bigip-pool\npool:\n name: httpserver_pool_1\n description: httpserver_pool_1\n partition: TENANT_2\n lb_method: round-robin\n state: present\n # slow_ramp_time: 10\n # monitor_type: single\n # quoru... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1983,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-selfip | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-selfip/defaults/main.yml",
"content": "---\n# defaults file for bigip-selfip\nselfip_local:\n # traffic group local only\n - traffic_group: /Common/traffic-group-local-only\n name: \"192.168.20.2\"\n address: 192.168.20.2\n netmask: 255.255.255.0\n vlan:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1451,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-snmp-acl | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-snmp-acl/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - bigip-snmp-acl",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "f5-bigip-project/roles/bigip-snmp-acl/vars/ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-snmpv2 | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-snmpv2/vars/main.yml",
"content": "---\n# vars file for bigip-snmpv2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "f5-bigip-project/roles/bigip-snmpv2/tasks/snmp-basic-conf.yml",
"content": "---\n- name... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1606,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-snmpv3 | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-snmpv3/handlers/main.yml",
"content": "---\n# handlers file for bigip-snmpv3",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "f5-bigip-project/roles/bigip-snmpv3/vars/main.yml",
"content": "---\n# vars fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1339,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-sshd | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-sshd/handlers/main.yml",
"content": "---\n# handlers file for bigip-sshd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "f5-bigip-project/roles/bigip-sshd/vars/main.yml",
"content": "---\n# vars file for ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-sshd-acl | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-sshd-acl/defaults/main.yml",
"content": "---\n# defaults file for bigip-sshd-acl\nsshd_configs:\n # allow: all\n allow: all\n - '0.0.0.0/0'\n - 1.1.1.1\n - 2.2.2.2\n - 3.3.3.3\n - 127.0.0.0/8\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 441,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-sshd-banner | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-sshd-banner/vars/main.yml",
"content": "---\n# vars file for bigip-sshd-banner",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "f5-bigip-project/roles/bigip-sshd-banner/tasks/main.yml",
"content": "---\n# ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3272,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-static-route | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-static-route/tasks/main.yml",
"content": "---\n# tasks file for roles/bigip-static-route\n- name: Task to create static route with gateway address\n include_tasks: static-route.yml\n when:\n - static_route[0].destination is defined\n - static_route[0].netmask ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1541,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-syslog | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-syslog/defaults/main.yml",
"content": "---\n# defaults file for bigip-syslog\nremote_host:\n hosts:\n - host: 192.168.56.5\n port: '514'\n local_ip: none\n - host: 192.168.56.6\n port: '514'\n local_ip: none\n state: present",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-ui-acl | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-ui-acl/handlers/main.yml",
"content": "---\n# handlers file for bigip-ui-acl",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "f5-bigip-project/roles/bigip-ui-acl/vars/main.yml",
"content": "---\n# vars fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-ui-banner | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-ui-banner/handlers/main.yml",
"content": "---\n# handlers file for bigip-ui-banner",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "f5-bigip-project/roles/bigip-ui-banner/tasks/main.yml",
"content": "---\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2723,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-ui-settings | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-ui-settings/tasks/main.yml",
"content": "---\n# tasks file for bigip-ui-settings\n- name: Task to configure basic BIG-IP UI settings\n include_tasks: ui-settings.yml\n when: \n - bigip_httpd_service.auth_name is defined\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1195,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-users | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-users/vars/main.yml",
"content": "---\n# vars file for bigip-users",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "f5-bigip-project/roles/bigip-users/tests/test.yml",
"content": "---\n- hosts: localhost\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-vip-pool | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-vip-pool/tasks/nodes.yml",
"content": "---\n\n# Task to create nodes\n- name: Create nodes\n bigip_node:\n address: \"{{ item.address }}\"\n name: \"{{ item.name }}\"\n description: \"{{ item.description }}\"\n partition: \"{{ item.partition }}\"\n sta... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3255,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-virtualserver | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-virtualserver/tasks/virtual-server.yml",
"content": "---\n\n# Task to create a virtual server \n- name: Create a Virtual Server\n bigip_virtual_server:\n name: \"{{ item.name }}\"\n description: \"{{ item.description }}\"\n source: \"{{ item.source }}\"\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1426,
"all_permissive": false
} |
ansible_role | muhammad-rafi/Ansible-Projects | 8021c720adc3e3d081ff873d7a785559f96c143e | 44 | f5-bigip-project/roles/bigip-vlan | 5,417 | [
"no_license"
] | [
{
"path": "f5-bigip-project/roles/bigip-vlan/tasks/main.yml",
"content": "---\n\n# tasks file for bigip-vlan\n- name: Task to create vlan and tagged to the interface \n include_tasks: vlan-tag.yml\n when:\n - vlan is defined \n ",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1179,
"all_permissive": false
} |
ansible_role | dutrajully/CoopCred | 52238bb8aed3e376752bb25ebcce2e6e85071454 | 0 | infraestrutura/ansible/roles/etapa-02 | 5,417 | [
"no_license"
] | [
{
"path": "infraestrutura/ansible/roles/etapa-02/templates/deployment/Kuma/docker-compose.yml",
"content": "version: '3'\r\n\r\nservices:\r\n uptime-kuma:\r\n image: louislam/uptime-kuma:${KUMA_IMAGE_VERSION}\r\n container_name: uptime-kuma\r\n volumes:\r\n - uptime-kuma:/app/data\r\n port... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 11816,
"all_permissive": false
} |
ansible_role | dutrajully/CoopCred | 52238bb8aed3e376752bb25ebcce2e6e85071454 | 0 | infraestrutura/ansible/roles/maintenance | 5,417 | [
"no_license"
] | [
{
"path": "infraestrutura/ansible/roles/maintenance/tasks/main.yml",
"content": "---\r\n##################################################################\r\n# 10-restart-ssh.yml\r\n# User Management - Linux\r\n##################################################################\r\n- name: Load users from env... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3683,
"all_permissive": false
} |
ansible_role | SergSha/vpn | 33f38bb9c04c4f352f5ae20611409fea5ec1daa2 | 0 | ansible/roles/vpn | 5,377 | [
"no_license"
] | [
{
"path": "ansible/roles/vpn/handlers/main.yml",
"content": "---\n# handlers file for vpn\n\n- name: openvpn restart\n service: \n name: openvpn@{{ ansible_hostname }}\n state: restarted\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7666,
"all_permissive": false
} |
ansible_role | cloudera-labs/cloudera-deploy | de85c0a44e5e0f952062d12ae73c995b12efd5c1 | 67 | private-cloud/base/aws-iaas/roles/cluster_reqs | 5,377 | [
"no_license"
] | [
{
"path": "private-cloud/base/aws-iaas/roles/cluster_reqs/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - cluster_reqs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "private-cloud/base/aws-iaas/roles/cl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2939,
"all_permissive": false
} |
ansible_role | H3mul/ansible-collections | 9681aa1b42bf6ee824ed45dc1a098b8f16faffa4 | 0 | common/roles/apt-packages | 5,377 | [
"no_license"
] | [
{
"path": "common/roles/apt-packages/defaults/main.yaml",
"content": "apt_packages: []\napt_upgrade: no",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "common/roles/apt-packages/tasks/main.yaml",
"content": "- name: Install aptitude\n apt:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | H3mul/ansible-collections | 9681aa1b42bf6ee824ed45dc1a098b8f16faffa4 | 0 | common/roles/docker | 5,377 | [
"no_license"
] | [
{
"path": "common/roles/docker/tasks/main.yaml",
"content": "- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker Repository\n apt_repository:\n repo: deb https://download.docker.com/linux/ubuntu {{ ansible_distributi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 472,
"all_permissive": false
} |
ansible_role | H3mul/ansible-collections | 9681aa1b42bf6ee824ed45dc1a098b8f16faffa4 | 0 | common/roles/docker-mongo-db-dump | 5,377 | [
"no_license"
] | [
{
"path": "common/roles/docker-mongo-db-dump/README.md",
"content": "Fetches a dump of a mongodb running in a container on a remote machine, and copies it to the local filesystem",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "common/roles/docker-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1382,
"all_permissive": false
} |
ansible_role | H3mul/ansible-collections | 9681aa1b42bf6ee824ed45dc1a098b8f16faffa4 | 0 | common/roles/fail2ban | 5,377 | [
"no_license"
] | [
{
"path": "common/roles/fail2ban/tasks/main.yaml",
"content": "---\n- name: Install fail2ban\n apt:\n name: fail2ban\n state: present\n\n- name: Set up filters for traefik auth\n template:\n src: traefik-auth.conf.j2\n dest: /etc/fail2ban/filter.d/traefik-auth.conf\n when: fail2ban_use_traefi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1398,
"all_permissive": false
} |
ansible_role | H3mul/ansible-collections | 9681aa1b42bf6ee824ed45dc1a098b8f16faffa4 | 0 | common/roles/import-ssh-keys | 5,377 | [
"no_license"
] | [
{
"path": "common/roles/import-ssh-keys/tasks/main.yaml",
"content": "- include_tasks: import-gh-user-keys.yaml\n with_items: \"{{ ssh_keys_gh_users }}\"\n loop_control:\n loop_var: gh_user",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "comm... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | H3mul/ansible-collections | 9681aa1b42bf6ee824ed45dc1a098b8f16faffa4 | 0 | common/roles/openvpn_client | 5,377 | [
"no_license"
] | [
{
"path": "common/roles/openvpn_client/handlers/main.yaml",
"content": "- name: restart openvpn\n systemd:\n name: \"openvpn-client@{{ openvpn_name }}\"\n state: restarted\n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | H3mul/ansible-collections | 9681aa1b42bf6ee824ed45dc1a098b8f16faffa4 | 0 | common/roles/promtail | 5,377 | [
"no_license"
] | [
{
"path": "common/roles/promtail/readme.md",
"content": "Heavily simplified version of\nhttps://github.com/patrickjahns/ansible-role-promtail",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "common/roles/promtail/tasks/main.yaml",
"content": "- ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2045,
"all_permissive": false
} |
ansible_role | H3mul/ansible-collections | 9681aa1b42bf6ee824ed45dc1a098b8f16faffa4 | 0 | common/roles/ssh-server | 5,377 | [
"no_license"
] | [
{
"path": "common/roles/ssh-server/defaults/main.yaml",
"content": "sshd_port: 22",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 13
},
{
"path": "common/roles/ssh-server/tasks/main.yaml",
"content": "---\n- name: Install deps\n apt:\n pkg:\n - openssh... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | H3mul/ansible-collections | 9681aa1b42bf6ee824ed45dc1a098b8f16faffa4 | 0 | common/roles/ufw | 5,377 | [
"no_license"
] | [
{
"path": "common/roles/ufw/tasks/main.yaml",
"content": "- name: install ufw\n apt:\n name: ufw\n state: latest\n\n- name: ufw deny incoming\n ufw:\n direction: incoming\n proto: any\n policy: deny\n notify:\n - reload ufw\n when: ufw_deny_all_incoming | bool == true\n\n- name: ufw al... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | mohamed-farag88/udapeople-cicd | 8cde56b251b5a82f87b8c8b076d98dfb6051893e | 0 | .circleci/ansible/roles/deploy | 5,377 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/files/readme.md",
"content": "## Test Readme to make sure of files folder existance",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | adavarski/zabbix-ansible | cfa95c0eac69454ca509fac1fb1556412979efa2 | 1 | roles/mysql | 5,377 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/RedHat.yml",
"content": "- name: Disable SELinux\n selinux:\n state: disabled\n ignore_errors: true\n \n- name: Install packages\n yum:\n name:\n - epel-release\n - net-tools\n - openssl\n - telnet\n - python3\n - python3-pip... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4968,
"all_permissive": false
} |
ansible_role | adavarski/zabbix-ansible | cfa95c0eac69454ca509fac1fb1556412979efa2 | 1 | roles/postgresql | 5,377 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n# Variable configuration.\n- include_tasks: variables.yml\n\n- include_tasks: RedHat.yml\n when: ansible_distribution_file_variety == 'RedHat'\n\n- include_tasks: Debian.yml\n when: ansible_distribution_file_variety == 'Debian'\n\n- include_tas... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 13345,
"all_permissive": false
} |
ansible_role | adavarski/zabbix-ansible | cfa95c0eac69454ca509fac1fb1556412979efa2 | 1 | roles/zabbix-agent | 5,377 | [
"no_license"
] | [
{
"path": "roles/zabbix-agent/defaults/main.yml",
"content": "---\nzabbix_hostname: \"{{ ansible_hostname }}\"\nzabbix_hostmetadata: 'os-linux'\nzabbix_version: 4.4\nzabbix_server_ip: 127.0.0.1\nporta_agent2: 10052\nporta_agent: 10050\nurl_agent_amazonna: \"http://repo.zabbix.com/zabbix/{{ zabbix_version }}... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7130,
"all_permissive": false
} |
ansible_role | adavarski/zabbix-ansible | cfa95c0eac69454ca509fac1fb1556412979efa2 | 1 | roles/zabbix-front | 5,377 | [
"no_license"
] | [
{
"path": "roles/zabbix-front/templates/zabbix-php.conf.j2",
"content": "[zabbix]\n{% if ansible_distribution_file_variety == \"Debian\" %}\nuser=www-data\ngroup=www-data\n{% else %}\nuser = apache\ngroup = apache\n{% endif %}\n\n{% if ansible_distribution_file_variety == \"Debian\" %}\nlisten = /var/run/ph... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9941,
"all_permissive": false
} |
ansible_role | adavarski/zabbix-ansible | cfa95c0eac69454ca509fac1fb1556412979efa2 | 1 | roles/zabbix-proxy | 5,377 | [
"no_license"
] | [
{
"path": "roles/zabbix-proxy/handlers/main.yml",
"content": "---\n- name: start zabbix proxy\n service:\n name: zabbix-proxy\n state: restarted\n\n- name: start zabbix agent\n service:\n name: zabbix-agent\n state: restarted\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 16540,
"all_permissive": false
} |
ansible_role | adavarski/zabbix-ansible | cfa95c0eac69454ca509fac1fb1556412979efa2 | 1 | roles/zabbix-server | 5,377 | [
"no_license"
] | [
{
"path": "roles/zabbix-server/tasks/Debian.yml",
"content": "---\r\n- name: Set some fact\r\n set_fact:\r\n zabbix_short_version: \"{{ zabbix_version | regex_replace('\\\\.', '') }}\"\r\n\r\n- name: \"Debian | Set facts for Zabbix <= 5.0\"\r\n set_fact:\r\n datafiles_path: \"/usr/share/doc/zabbix-s... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 19670,
"all_permissive": false
} |
ansible_role | nnorakk/dotfiles | 65e03bb00e0ed3b1cbfd26178a478ba511a41e21 | 0 | init/roles/compiled_apps | 5,377 | [
"no_license"
] | [
{
"path": "init/roles/compiled_apps/vars/Fedora.yml",
"content": "apps:\n - app_name: tty-clock\n repo: https://github.com/xorg62/tty-clock\n targets:\n - make\n - make install\n dependencies:\n - ncurses-devel\n\n - app_name: xcape\n repo: https://github.com/alols/xcape\n ta... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4752,
"all_permissive": false
} |
ansible_role | nnorakk/dotfiles | 65e03bb00e0ed3b1cbfd26178a478ba511a41e21 | 0 | init/roles/docker | 5,377 | [
"no_license"
] | [
{
"path": "init/roles/docker/handlers/main.yml",
"content": "---\n- name: Habilita docker\n service:\n name: docker\n enabled: yes\n state: started\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "init/roles/docker/tasks... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1844,
"all_permissive": false
} |
ansible_role | nnorakk/dotfiles | 65e03bb00e0ed3b1cbfd26178a478ba511a41e21 | 0 | init/roles/kvm | 5,377 | [
"no_license"
] | [
{
"path": "init/roles/kvm/handlers/main.yml",
"content": "---\n- name: Habilita libvirt\n service:\n name: libvirtd\n enabled: yes\n state: started\n become: true\n\n- name: Restarta NetworkManager\n service:\n name: NetworkManager\n state: restarted\n become: true\n",
"license_type":... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5365,
"all_permissive": false
} |
ansible_role | nnorakk/dotfiles | 65e03bb00e0ed3b1cbfd26178a478ba511a41e21 | 0 | init/roles/virtualbox | 5,377 | [
"no_license"
] | [
{
"path": "init/roles/virtualbox/tasks/task_Fedoral.yml",
"content": "- name: Instala pacotes necessarios pra virtualizacao\n dnf:\n name:\n \"{{ virtualbox_packages }}\"\n state: present\n notify: Habilita libvirt\n # when: \"'Hypervisor detected' not in is_vm.stdout\"\n become: true\n",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1287,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/apache | 5,377 | [
"no_license"
] | [
{
"path": "roles/apache/handlers/Core.yml",
"content": "---\n# handlers file for Apache\n\n- name: restart apache2\n service: name=httpd state=restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/apache/tasks/trusty.yml",
"conte... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1036,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/common | 5,377 | [
"no_license"
] | [
{
"path": "roles/common/tasks/Core.yml",
"content": "# REDHAT\n\n#- name: clean cache info\n# command: 'yum clean all'\n\n- name: set external name servers for DNS resolution\n copy:\n src: \"{{ lookup('env','PWD') }}/roles/common/files/resolvconf\"\n dest: /etc/resolv.conf\n mode: 0644\n\n- name... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2977,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker/README.md",
"content": "Deploy Docker engine through Ansible\n\nTarget machines running:\n- Ubuntu 14.04 (Trusty)\n- Ubuntu 16.04 (Xenial)\n- CentOS 6\n- CentOS 7 \n\nUsage syntax:\n\n$ ansible-playbook deploy-docker.yml -e target='yourInventoryHostsAggregation'\n\nValidation using a... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 10900,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-dns | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-dns/tasks/main.yml",
"content": "---\n# tasks file for docker-dns\n\n- name: deploy Docker DNS\n shell: docker run --name dns -v /var/run/docker.sock:/docker.sock phensley/docker-dns\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-grafana | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-grafana/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - docker-grafana",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/docker-grafana/tasks/main.yml",
"content": "---\n# t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1483,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-graylog | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-graylog/defaults/main.yml",
"content": "---\n# defaults file for docker-graylog\n\ndomain_name: sonata-nfv.eu\nfqdn: \"{{ plat }}.{{ pop }}.{{ domain_name }}\"\n#docker_network_name: son-graylog\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1569,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-haproxy | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-haproxy/tasks/secgrp.yml",
"content": "\n- name: create a new security group for HAPROXY connections\n os_security_group:\n cloud: \"os_{{ pop }}_{{ proj }}\"\n state: present\n name: \"{{ plat }}-secgrp\"\n description: open ports for NLB connections\n\n- name: create a... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3300,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-mistral | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-mistral/files/secgrp.yml",
"content": "- name: create a new security group for MISTRAL connections\n os_security_group:\n cloud: \"os_{{ pop }}_{{ proj }}\"\n state: present\n name: \"{{ plat }}-secgrp\"\n description: open port 22/tcp for SSH connections\n\n- name: add ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 6524,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-nginx | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-nginx/vars/main.yml",
"content": "---\n# vars file for docker-nginx",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/docker-nginx/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3173,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-openldap | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-openldap/handlers/main.yml",
"content": "---\n# handlers file for docker-openldap",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/docker-openldap/tasks/secgrp.yml",
"content": "\n- name: create a new security group... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1294,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-openvpn | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-openvpn/vars/main.yml",
"content": "---\n# vars file for docker-openvpn",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/docker-openvpn/handlers/main.yml",
"content": "---\n# handlers file for docker-openvpn",
"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3365,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-snort | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-snort/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - docker-snort",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/docker-snort/handlers/main.yml",
"content": "---\n# hand... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2647,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-squid | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-squid/tasks/main.yml",
"content": "---\n# tasks file for docker-squid\n\n- include_vars: \"{{ lookup('env','PWD') }}/roles/docker-squid/defaults/main.yml\"\n- include_tasks: \"{{ lookup('env','PWD') }}/roles/docker-squid/tasks/networks.yml\"\n\n- name: get Squid Docker image\n docke... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3311,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-ufw | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-ufw/handlers/main.yml",
"content": "---\n# handlers file for docker-ufw",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/docker-ufw/tasks/networks.yml",
"content": "- name: check if MGMT network exists\n #shell: \"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2903,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-vcc | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-vcc/defaults/main.yml",
"content": "---\n# defaults file for roles/docker-vcc",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/docker-vcc/vars/main.yml",
"content": "---\n# vars file for roles/docker-vcc",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 989,
"all_permissive": false
} |
ansible_role | sonata-nfv/son-install | 7289ff6098200c2ae68dfc64b3347321ade74b89 | 3 | roles/docker-vcdn | 5,377 | [
"no_license"
] | [
{
"path": "roles/docker-vcdn/tasks/networks.yml",
"content": "- name: check if MGMT network exists\n #shell: \"docker network inspect -f '{{ .Name }}' vcdn-mgmt\"\n shell: \"docker network inspect vcdn-mgmt\"\n ignore_errors: yes\n register: mgmt_net_status\n\n- name: \"Docker User Defined Network (vCDN... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2389,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.