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 | navidshaikh/scanning | cad960b02f0fb537d24fee6464e0b66fee351f26 | 0 | provisions/roles/scanners | 7,626 | [
"no_license"
] | [
{
"path": "provisions/roles/scanners/tasks/main.yml",
"content": "---\n- name: Build pipeline-scanner container\n docker_image:\n path: /opt/scanning/atomic_scanners/pipeline-scanner\n name: pipeline-scanner\n tag: rhel7\n state: present\n dockerfile: Dockerfile.rhel7\n force:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2069,
"all_permissive": false
} |
ansible_role | navidshaikh/scanning | cad960b02f0fb537d24fee6464e0b66fee351f26 | 0 | provisions/roles/services | 7,626 | [
"no_license"
] | [
{
"path": "provisions/roles/services/tasks/main.yml",
"content": "---\n- name: Run beanstalkd server container\n docker_container:\n name: beanstalkd_server\n image: scanning/beanstalkd:rhel7\n state: started\n restart: yes\n restart_policy: unless-stopped\n detach: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1013,
"all_permissive": false
} |
ansible_role | navidshaikh/scanning | cad960b02f0fb537d24fee6464e0b66fee351f26 | 0 | provisions/roles/stopservices | 7,626 | [
"no_license"
] | [
{
"path": "provisions/roles/stopservices/tasks/main.yml",
"content": "---\n- name: Stop and remove beanstalkd server container\n shell: docker stop beanstalkd_server && docker rm beanstalkd_server\n ignore_errors: true\n become: true\n tags: stopbeanstalkd\n\n- name: Stop systemd services for scanning\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | navidshaikh/scanning | cad960b02f0fb537d24fee6464e0b66fee351f26 | 0 | provisions/roles/weeklyscan | 7,626 | [
"no_license"
] | [
{
"path": "provisions/roles/weeklyscan/templates/weekly_rhel_scan.yaml.j2",
"content": "- job:\n name: 'weekly_rhel_scan'\n description: |\n Managed by Jenkins Job Builder, do not edit manually!\n triggers:\n - timed: \"59 11 * * 6\"\n builders:\n - shell: |\n sud... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | o2buzzle/ansible-notebooks | 407c9b5177ea099463a21af73a2a047b52e7e2b5 | 0 | roles/container-host | 7,626 | [
"no_license"
] | [
{
"path": "roles/container-host/handlers/main.yml",
"content": "---\n- name: \"Restart Docker\"\n become: true\n become_user: \"root\"\n ansible.builtin.service:\n name: \"docker\"\n state: restarted\n\n- name: \"Enable Docker\"\n become: true\n become_user: \"root\"\n ansible.builtin.service:\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1739,
"all_permissive": false
} |
ansible_role | o2buzzle/ansible-notebooks | 407c9b5177ea099463a21af73a2a047b52e7e2b5 | 0 | roles/kafka-host | 7,626 | [
"no_license"
] | [
{
"path": "roles/kafka-host/tasks/kafka.yml",
"content": "---\n- name: \"Create Kafka directory\"\n file:\n path: /opt/kafka\n state: directory\n\n- name: \"Copy compose file to host\"\n template:\n src: docker_compose.yml.j2\n dest: /opt/kafka/docker-compose.yml\n owner: root\n group: r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1355,
"all_permissive": false
} |
ansible_role | o2buzzle/ansible-notebooks | 407c9b5177ea099463a21af73a2a047b52e7e2b5 | 0 | roles/lemp-stack | 7,626 | [
"no_license"
] | [
{
"path": "roles/lemp-stack/templates/my.cnf.j2",
"content": "[client]\nuser=root\npassword={{ <PASSWORD> | mandatory }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/lemp-stack/tasks/debian/tasks.yml",
"content": "---\n- name: \"Collec... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2317,
"all_permissive": false
} |
ansible_role | o2buzzle/ansible-notebooks | 407c9b5177ea099463a21af73a2a047b52e7e2b5 | 0 | roles/wordpress | 7,626 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- { import_tasks: \"wp.yml\", become: true }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/wordpress/meta/main.yml",
"content": "dependencies:\n - role: lemp-stack\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2662,
"all_permissive": false
} |
ansible_role | maxmureev/qoden | b0ba6e27c411ddd30b4b8185ef187d6c29315def | 0 | ansible/roles/common | 7,626 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: Install utilities\n apt: pkg={{ packages }} state=latest update_cache=yes\n vars:\n packages:\n - mc\n - htop\n - iotop\n - iftop\n - screen\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | maxmureev/qoden | b0ba6e27c411ddd30b4b8185ef187d6c29315def | 0 | ansible/roles/docker | 7,626 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n\n- name: Remove old Docker versions\n apt:\n name: \"{{ packages }}\"\n state: absent\n vars:\n packages:\n - docker-engine\n - containerd\n - docker.io\n - runc\n\n- name: Install required apt pkgs\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | maxmureev/qoden | b0ba6e27c411ddd30b4b8185ef187d6c29315def | 0 | ansible/roles/fail2ban | 7,626 | [
"no_license"
] | [
{
"path": "ansible/roles/fail2ban/tasks/main.yml",
"content": "---\n\n- name: install fail2ban\n apt: pkg=fail2ban state=latest\n\n- name: Copy SSH jail config\n template: src=\"jail.local\" dest=\"/etc/fail2ban/jail.local\"\n notify: restart fail2ban\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | maxmureev/qoden | b0ba6e27c411ddd30b4b8185ef187d6c29315def | 0 | ansible/roles/postgresql | 7,626 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/tasks/main.yml",
"content": "---\n\n- name: Install required apt pkg\n apt: name=python-psycopg2\n\n- name: Get db_endpoint\n shell: cd ../terraform; terraform output db_endpoint\n register: db_endpoint\n delegate_to: localhost\n\n- name: Set \"postgresql_host\" varia... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1421,
"all_permissive": false
} |
ansible_role | jzvelc/djangotest | 6dc8c6eea2fda3117871d6ba7fe0e1ee89ecc779 | 0 | .vagrant/ansible/roles/common | 7,626 | [
"no_license"
] | [
{
"path": ".vagrant/ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: install common packages\n sudo: yes\n apt: pkg={{ item }} state=present\n with_items:\n - git\n - curl\n - build-essential\n - libyaml-dev\n - libssl-dev\n - libjpeg-dev\n - zlib1g-dev\n\n- name: upd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1200,
"all_permissive": false
} |
ansible_role | jzvelc/djangotest | 6dc8c6eea2fda3117871d6ba7fe0e1ee89ecc779 | 0 | .vagrant/ansible/roles/postgresql | 7,626 | [
"no_license"
] | [
{
"path": ".vagrant/ansible/roles/postgresql/tasks/main.yml",
"content": "---\n\n- name: copy pgdg.list to /etc/apt/sources.list.d/pgdg.list\n copy: src=pgdg.list dest=/etc/apt/sources.list.d/pgdg.list\n sudo: yes\n\n- name: sign postgres repository\n sudo: yes\n shell: wget --quiet -O - https://www.pos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1356,
"all_permissive": false
} |
ansible_role | jzvelc/djangotest | 6dc8c6eea2fda3117871d6ba7fe0e1ee89ecc779 | 0 | .vagrant/ansible/roles/redis | 7,626 | [
"no_license"
] | [
{
"path": ".vagrant/ansible/roles/redis/tasks/main.yml",
"content": "---\n\n- name: install redis\n sudo: yes\n apt: pkg=redis-server state=present\n\n- name: copy redis.conf to /etc/redis/redis.conf\n copy: src=redis.conf dest=/etc/redis/redis.conf\n sudo: yes\n notify:\n - restart redis\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | vinodkumarpaleti/ansible-roboshop-roles-tf | c55c59064cae95ead1b0f478b2784f637a61c726 | 0 | roles/mongodb | 7,626 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yaml",
"content": "\n# I need to refer nodejs tasks in common folder\n# mongodb is one role\n# common is also another role\n# I need to import a task nodejs.yaml in catalogue\n\n - name: copy mongodb.repo to yum.repos.d\n ansible.builtin.copy:\n src: mongodb.repo\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | JElgar/quebernetes | d07202e18d5da12ebd44517a44d565d1ee305749 | 0 | ansible_setup/roles/export_join | 7,626 | [
"no_license"
] | [
{
"path": "ansible_setup/roles/export_join/tasks/main.yml",
"content": "- name: copy content\n local_action: copy content={{ hostvars['K8S_DATA']['join_command'] }} dest=join_command\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | JElgar/quebernetes | d07202e18d5da12ebd44517a44d565d1ee305749 | 0 | ansible_setup/roles/master_init | 7,626 | [
"no_license"
] | [
{
"path": "ansible_setup/roles/master_init/tasks/main.yml",
"content": "---\n\n- name: Check if kubeadm has already running\n stat:\n path: \"/etc/kubernetes/pki/ca.key\"\n register: kubeadm_ca\n\n- name: If cluter not running init \n include_tasks: init.yml\n when: not kubeadm_ca.stat.exists\n regi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | JElgar/quebernetes | d07202e18d5da12ebd44517a44d565d1ee305749 | 0 | ansible_setup/roles/master_join | 7,626 | [
"no_license"
] | [
{
"path": "ansible_setup/roles/master_join/tasks/join.yml",
"content": "- name:\n debug:\n msg: \"JOIN COMMAND: {{ hostvars['K8S_DATA']['join_command'] }} --control-plane --certificate-key {{ hostvars['K8S_DATA']['join_cert'] }}\"\n\n- name: Join cluster as control plane node\n shell: \"{{ hostvars['K8... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 569,
"all_permissive": false
} |
ansible_role | JElgar/quebernetes | d07202e18d5da12ebd44517a44d565d1ee305749 | 0 | ansible_setup/roles/setup | 7,626 | [
"no_license"
] | [
{
"path": "ansible_setup/roles/setup/tasks/main.yml",
"content": "- name: Variable stuff\n include_vars: infra.yml\n\n- name: Get ec2 instance connect\n apt:\n update_cache: yes\n force_apt_get: yes\n name:\n - ec2-instance-connect\n\n- name: Some stuff\n shell: |\n cat <<EOF | sudo tee ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1746,
"all_permissive": false
} |
ansible_role | JElgar/quebernetes | d07202e18d5da12ebd44517a44d565d1ee305749 | 0 | ansible_setup/roles/worker_join | 7,626 | [
"no_license"
] | [
{
"path": "ansible_setup/roles/worker_join/tasks/join.yml",
"content": "- name:\n debug:\n msg: \"JOIN COMMAND: {{ hostvars['K8S_DATA']['join_command'] }}\"\n\n- name: Join cluster as worker node\n shell: \"{{ hostvars['K8S_DATA']['join_command'] }}\"\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | ardikabs/terragrunt-atlantis-server | f03453e1fe15305d40eec74c029e7d010427d12e | 1 | ansible/roles/atlantis | 7,626 | [
"no_license"
] | [
{
"path": "ansible/roles/atlantis/templates/repo.yaml.j2",
"content": "repos:\n- id: /.*/\n apply_requirements:\n - approved\n - mergeable\n allow_custom_workflows: false\n workflow: terragrunt\n\nworkflows:\n terragrunt:\n plan:\n steps:\n - run: |\n cat > backend.tf <<EOF\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3431,
"all_permissive": false
} |
ansible_role | nakacya/ansible-zabbix4-proxy-rhel7 | a15ff1933318dbfcb6d5c6fbf999266b29252dbb | 0 | roles/zabbix4-proxy-mysql | 7,626 | [
"no_license"
] | [
{
"path": "roles/zabbix4-proxy-mysql/tasks/main.yml",
"content": "---\n- include: install_mariadb.yml\n- include: install_epel.yml\n\n# Download and install ZABBIX for Centos/RHEL version 7\n- name: Download ZABBIX Repo - Centos/RHEL 7\n get_url: url={{ zabbixRepository }} dest=/tmp/zabbix.rpm\n when: \"a... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4557,
"all_permissive": false
} |
ansible_role | egandro/ansible-tutorial | 367ef3158945b2c6156d39745cfbbc047ac51f05 | 1 | roles/my-nginx | 7,626 | [
"no_license"
] | [
{
"path": "roles/my-nginx/tasks/03_install_content.yml",
"content": "---\n\n- name: installing css file\n ansible.builtin.copy:\n src: files/test.css\n dest: /var/www/html/test.css\n owner: root\n group: root\n mode: '0644'\n\n- name: installing index.html template\n ansible.builtin.templat... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1112,
"all_permissive": false
} |
ansible_role | Devolicious/flightsystem | ccf8199f30218842d8eb6bf17f8f1d9d053c4c8e | 0 | ansible/roles/docker | 7,626 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/files/profile",
"content": "# FlightSystem init\neval \"$(flight system env)\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n\n- name: Install Docker and E... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1394,
"all_permissive": false
} |
ansible_role | Devolicious/flightsystem | ccf8199f30218842d8eb6bf17f8f1d9d053c4c8e | 0 | ansible/roles/flightsystem | 7,626 | [
"no_license"
] | [
{
"path": "ansible/roles/flightsystem/defaults/main.yml",
"content": "---\n\nflightsystem_root_dir: /usr/local/flightsystem",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "ansible/roles/flightsystem/tasks/main.yml",
"content": "---\n- name: Cre... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | stendoB/ansible-training | 09c9d10dbeab81e7660883a1cafc54655d956b84 | 0 | ansible/roles/role1 | 7,628 | [
"no_license"
] | [
{
"path": "ansible/roles/role1/tasks/main.yml",
"content": "---\n - hosts: local\n become: true\n roles:\n - role1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 63,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/ansible-community-extensions | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/ansible-community-extensions/tasks/main.yml",
"content": "---\n- name: Install Ansible community general modules\n shell: \"ansible-galaxy collection install community.general\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/atom | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/atom/tasks/main.yml",
"content": "- name: Installing Atom hackable editor\n snap:\n name: atom\n classic: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/bashtools | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/bashtools/files/c.sh",
"content": "#!/usr/bin/env bash\nfunction c() {\n if [[ \"$1\" == \"--help\" ]]; then\n\t\t___print_c_usage\n\telse\n\t\tcase \"$1\" in\n\t\t\tip) ___c_ip $2 ;;\n\t\t\tvars) ___c_vars $2 ;;\n\t\t\t*) ___print_c_usage ;;\n\t\tesac\n\tfi\n}\n\nfunction ___c_ip(... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6062,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/chrome | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/chrome/tasks/main.yml",
"content": "---\n- name: Installing the Google Chrome YUM repository file\n copy:\n src: \"google-chrome.repo\"\n dest: \"/etc/yum.repos.d/google-chrome.repo\"\n\n- name: Installing Chrome Browser\n yum:\n name: google-chrome-stable\n state: prese... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/cntlm | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/cntlm/tasks/main.yml",
"content": "---\n#- name: Installing cntlm\n# yum:\n# name: cntlm\n# state: latest\n#\n# community.general.snap: cntlm-ondra\n- name: Install cntlm-ondra\n snap:\n name: cntlm-ondra\n\n- name: Configure init.d file if not exists\n copy:\n content... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/container-tools | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/container-tools/tasks/main.yml",
"content": "---\n- name: \"Installing Container Tools: Podman, Buildah and Skopeo\"\n command: \"yum module install -y container-tools\"\n\n- name: \"Installing Container Tools: Podman-Docker\"\n yum:\n name: \"podman-docker\"\n state: \"pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/desktop-background | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/desktop-background/tasks/main.yml",
"content": "--- # configure a desktop background with a selected jpeg image\n - name: Creating the background configuration file folder\n file:\n path: \"/etc/dconf/db/local.d\"\n state: \"directory\"\n mode: \"0755\"\n\n - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1067,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/docker-compose | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/docker-compose/tasks/main.yml",
"content": "---\n- name: Installing Docker Compose\n pip:\n name: \"docker-compose\"\n\n#- command: \"pip install --upgrade docker-compose\"\n#- command: \"sudo pip install docker-compose\"\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 197,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/eclipse | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/eclipse/tasks/main.yml",
"content": "---\n- name: Installing Eclipse\n snap:\n name: eclipse\n classic: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 73,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/ffmpeg | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/ffmpeg/tasks/main.yml",
"content": "---\n- name: Installing rpmfusion repo\n shell: \"yum install -y https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm\"\n become: yes\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/firefox | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/firefox/tasks/main.yml",
"content": "---\n- name: Installing Firefox Browser\n yum:\n name: \"firefox\"\n state: \"latest\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 86,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/git | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/git/vars/main.yml",
"content": "---\n#yumrepo: \"wandisco-git-release-7-2.noarch.rpm\"\n#perlgitrpm: \"perl-Git-2.18.0-1.WANdisco.402.noarch.rpm\"\n#gitrpm: \"git-2.18.0-1.WANdisco.402.x86_64.rpm\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/gradle | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/gradle/tasks/main.yml",
"content": "---\n- name: Installing Gradle build manager\n snap:\n name: gradle\n classic: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 85,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/groovy | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/groovy/tasks/main.yml",
"content": "---\n- name: Installing Groovy\n snap:\n name: groovy\n classic: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 71,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/intellij | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/intellij/tasks/main.yml",
"content": "---\n- name: Installing Intellij Community\n snap:\n name: intellij-idea-community\n classic: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/mariadb-client | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/mariadb-client/tasks/main.yml",
"content": "---\n- name: Installing the MariaDB YUM repository file\n copy:\n src: \"mariadb.repo\"\n dest: \"/etc/yum.repos.d/mariadb.repo\"\n\n- name: Installing MariaDB client tools\n yum:\n name: MariaDB-client\n disablerepo: rhel-8-fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/maven | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/maven/tasks/main.yml",
"content": "---\n- name: Installing Maven build tool\n yum:\n name: maven\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 81,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/meld | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/meld/tasks/main.yml",
"content": "---\n- name: Installing Meld (file and directory comparison tool)\n yum:\n name: meld\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/mysql-workbench | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/mysql-workbench/tasks/main.yml",
"content": "---\n- name: Installing MySQl Workbench\n snap:\n name: mysql-workbench-community\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/node-js | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/node-js/tasks/main.yml",
"content": "---\n#- name: Setting up NodeSource YUM repository\n# script: \"setup_8.x.sh\"\n\n- name: Installing NodeJS\n yum:\n name: \"nodejs\"\n state: present\n\n- name: Installing Bower\n command: \"npm install -g bower\"",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/okd-client | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/okd-client/vars/main.yml",
"content": "---\nfilename: \"oc\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 19
},
{
"path": "build/roles/okd-client/tasks/main.yml",
"content": "---\n- name: Creating the Openshift installation folder\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2353,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/open-jdk | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/open-jdk/tasks/main.yml",
"content": "---\n- name: Installing OpenJDK 8\n yum:\n name: java-1.8.0-openjdk-devel\n state: present\n\n- name: Installing OpenJDK 11\n yum:\n name: java-11-openjdk-devel\n state: present\n\n- name: Installing OpenJDK 16\n yum:\n name: jav... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/pip | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/pip/tasks/main.yml",
"content": "---\n- name: Installing Python Package Manager (pip)\n yum:\n name: \"python3-pip\"\n state: \"latest\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/post-build | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/post-build/tasks/main.yml",
"content": "---\n- name: Installing security patches\n shell: \"yum -y --security update\"\n\n- name: Cleaning yum cache\n shell: \"yum -y clean all\"\n ignore_errors: yes\n\n#- name: Cleaning yum cache \n# shell: \"rm -rf /var/cache/yum\"\n\n- name: Un... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/pre-build | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/pre-build/vars/main.yml",
"content": "---\nversion: \"2.0.0\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "build/roles/pre-build/tasks/main.yml",
"content": "---\n - name: Creating the {{group|capitalize}} user group\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/sbt | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/sbt/tasks/main.yml",
"content": "---\n- name: Setup SBT RPM repo\n uri: \n url: https://www.scala-sbt.org/sbt-rpm.repo\n dest: /etc/yum.repos.d/sbt-rpm.repo\n\n- name: Install SBT\n yum:\n name: sbt\n state: present",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/snap | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/snap/tasks/main.yml",
"content": "---\n- name: Install SNAP package manager\n yum:\n name: snapd\n state: present\n\n- name: Configure SNAP daemon\n command: \"systemctl enable --now snapd.socket\"\n \n- name: Create symlink\n file:\n src: /var/lib/snapd/snap\n dest: /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 258,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/splash-screen-logo | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/splash-screen-logo/tasks/main.yml",
"content": "---\n- name: Creating gdm.d folder for machine wide settings\n file:\n path: \"/etc/dconf/db/gdm.d\"\n state: \"directory\"\n mode: 0755\n\n- name: Copying Europa's logo configuration file to gdm folder\n copy:\n src: \"01-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/vs-code | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/vs-code/tasks/main.yml",
"content": "---\n- name: Installing Visual Studio Code\n snap:\n name: code\n classic: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 81,
"all_permissive": false
} |
ansible_role | gatblau/europa | f17205dfa14d438b6c78d424f6e06dda7012febe | 20 | build/roles/xscreensaver | 7,628 | [
"no_license"
] | [
{
"path": "build/roles/xscreensaver/tasks/main.yml",
"content": "---\n#- name: Installing XScreenSaver repo\n# command: \"yum-config-manager --add-repo https://copr.fedoraproject.org/coprs/shassard/xscreensaver/repo/epel-7/shassard-xscreensaver-epel-7.repo\"\n\n- name: Installing XScreenSaver\n yum:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | dev-rc-build-2019/working-dir | 153b87c8bd7e54b19e8d061e4c13e8a1aa2160e1 | 0 | playbooks/roles/deprovisionOracle | 7,628 | [
"no_license"
] | [
{
"path": "playbooks/roles/deprovisionOracle/templates/deinstall_copy.rsp.j2",
"content": "# Copyright (c) 2005, 2019, Oracle and/or its affiliates. All righs reserved.\nORACLE_HOME={{ oracle_home }}\nLOCAL_NODE=<host>\nHOME_TYPE=SIDB\nORACLE_BASE={{ oracle_base }}\nORACLE_HOME_VERSION=19.0.0.0.0\nObaseCle... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5285,
"all_permissive": false
} |
ansible_role | dev-rc-build-2019/working-dir | 153b87c8bd7e54b19e8d061e4c13e8a1aa2160e1 | 0 | playbooks/roles/patchbinary | 7,628 | [
"no_license"
] | [
{
"path": "playbooks/roles/patchbinary/tasks/main.yml",
"content": "---\n- name: create directory\n file: \n dest: \"{{ item }}\"\n mode: 0755\n owner: \"{{ oracle_user }}\"\n group: \"{{ oracle_group }}\"\n state: directory\n with_items:\n - \"{{ oracle_code_loc }}\"\n become: yes\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3894,
"all_permissive": false
} |
ansible_role | dev-rc-build-2019/working-dir | 153b87c8bd7e54b19e8d061e4c13e8a1aa2160e1 | 0 | playbooks/roles/patchdb | 7,628 | [
"no_license"
] | [
{
"path": "playbooks/roles/patchdb/tasks/main.yml",
"content": "---\n- name: copy file to localhost\n copy:\n src: \"{{ role_path }}/files/\"\n dest: \"{{ oracle_code_loc }}\"\n owner: \"{{ oracle_user }}\"\n group: \"{{ oracle_group }}\"\n mode: '0755'\n register: fileCopydb\n\n- name: run... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5134,
"all_permissive": false
} |
ansible_role | psfletcher/Deploy | cdfbe8e7babbe297e3710cf02312a74c16079be6 | 1 | roles/psfletch.filebeat | 7,628 | [
"no_license"
] | [
{
"path": "roles/psfletch.filebeat/templates/filebeat.yml.j2",
"content": "###################### Filebeat Configuration Example #########################\n\n# This file is an example configuration file highlighting only the most common\n# options. The filebeat.reference.yml file from the same directory con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 14432,
"all_permissive": false
} |
ansible_role | psfletcher/Deploy | cdfbe8e7babbe297e3710cf02312a74c16079be6 | 1 | roles/psfletch.filebeat.dev | 7,628 | [
"no_license"
] | [
{
"path": "roles/psfletch.filebeat.dev/tasks/config-filebeat.yml",
"content": "---\n- name: Config - Install Filebeat.\n package:\n name: \"{{ filebeat_package }}\"\n state: \"{{ filebeat_package_state }}\"\n\n- name: Config - Copy Filebeat configuration.\n template:\n src: \"{{ filebeat_template... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7468,
"all_permissive": false
} |
ansible_role | km-aero/ansibleDocker | 4582978f3b3072fff69a865df1ba4401f9754bcf | 0 | roles/ami | 7,628 | [
"no_license"
] | [
{
"path": "roles/ami/tasks/main.yml",
"content": "- name: get ec2 instance id\n ec2_instance_info:\n region: eu-west-2\n filters:\n \"tag:Name\": dockerami\n instance-state-name: running\n register: ec2\n\n- name: create ami\n ec2_ami:\n instance_id: \"{{ ec2.instances[0].instance_id }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 495,
"all_permissive": false
} |
ansible_role | km-aero/ansibleDocker | 4582978f3b3072fff69a865df1ba4401f9754bcf | 0 | roles/ec2 | 7,628 | [
"no_license"
] | [
{
"path": "roles/ec2/tasks/main.yml",
"content": "- name: create an instance\n ec2:\n key_name: my_key\n instance_type: t2.micro\n image: ami-0eb89db7593b5d434\n region: eu-west-2\n wait: true\n instance_tags:\n Name: dockerami\n register: ec2\n\n- name: Add public IP to host group\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | km-aero/ansibleDocker | 4582978f3b3072fff69a865df1ba4401f9754bcf | 0 | roles/provision | 7,628 | [
"no_license"
] | [
{
"path": "roles/provision/tasks/main.yml",
"content": "- name: update sources and install https pre reqs\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n update_cache: yes\n\n- name: add gpg key to apt-key\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | UKCloud/automation_examples | d4d722367acc5444b934b709de1478e73875b523 | 27 | ansible-examples/cor-frn-strongswan/roles/bastion | 7,628 | [
"permissive"
] | [
{
"path": "ansible-examples/cor-frn-strongswan/roles/bastion/tasks/main.yaml",
"content": "- name: IPv4 Forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: 1\n sysctl_set: yes\n state: present\n reload: yes\n\n- name: IPv6 Forwarding \n sysctl:\n name: net.ipv6.conf.all.forwarding\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": true
} |
ansible_role | UKCloud/automation_examples | d4d722367acc5444b934b709de1478e73875b523 | 27 | ansible-examples/cor-frn-strongswan/roles/demo | 7,628 | [
"permissive"
] | [
{
"path": "ansible-examples/cor-frn-strongswan/roles/demo/tasks/main.yaml",
"content": "- name: Include variables\n include_vars: resolvers.yaml\n tags: always\n \n- include: dns.yaml\n tags: dns\n \n- include_role: \n name: repo-epel\n\n- include: packages.yaml\n",
"license_type": "permissive",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2105,
"all_permissive": true
} |
ansible_role | UKCloud/automation_examples | d4d722367acc5444b934b709de1478e73875b523 | 27 | ansible-examples/cor-frn-strongswan/roles/strongswan | 7,628 | [
"permissive"
] | [
{
"path": "ansible-examples/cor-frn-strongswan/roles/strongswan/handlers/main.yml",
"content": "---\n\n- name: ipsec reload\n command: >\n {{strongswan_ipsec_bin}} reload\n when: not (_strongswan_pkgs|changed)\n\n- name: ipsec secrets reload\n command: >\n {{strongswan_ipsec_bin}} rereadsecrets\n ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 12775,
"all_permissive": true
} |
ansible_role | UKCloud/automation_examples | d4d722367acc5444b934b709de1478e73875b523 | 27 | ansible/roles/openstack_router | 7,628 | [
"permissive"
] | [
{
"path": "ansible/roles/openstack_router/tasks/main.yml",
"content": "---\n# tasks file for openstack_router\n\n- name: Create the {{ router_name }} router\n os_router:\n name: \"{{ router_name }}\"\n state: present\n network: \"{{ ext_network }}\"\n interfaces: \"{{ subnets }}\"\n",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2081,
"all_permissive": true
} |
ansible_role | UKCloud/automation_examples | d4d722367acc5444b934b709de1478e73875b523 | 27 | ansible/roles/openstack_subnet | 7,628 | [
"permissive"
] | [
{
"path": "ansible/roles/openstack_subnet/tasks/main.yml",
"content": "---\n# tasks file for openstack_subnet\n\n- include: network.yml\n- include: subnet.yml\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 84
},
{
"path": "ansible/roles/o... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2881,
"all_permissive": true
} |
ansible_role | Gk198/ansible | e0eccf76510570dadd801f7519f3b94fe52a940e | 0 | roles/catalogue | 7,628 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: Install NodeJS\n yum:\n name:\n - nodejs\n - make\n - gcc-c++\n state: present\n\n- name: Create RoboShop App User\n user:\n name: roboshop\n\n\n- name: Download catalogue App Archive\n ansible.builtin.unarchive:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1023,
"all_permissive": false
} |
ansible_role | Gk198/ansible | e0eccf76510570dadd801f7519f3b94fe52a940e | 0 | roles/common | 7,628 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yml",
"content": "- name: Install NodeJS\n yum:\n name:\n - nodejs\n - make\n - gcc-c++\n state: present\n\n- name: Create RoboShop App User\n user:\n name: roboshop\n\n\n- name: Download {{COMPONENT}} App Archive\n ansible.builtin.unarchive:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 854,
"all_permissive": false
} |
ansible_role | Gk198/ansible | e0eccf76510570dadd801f7519f3b94fe52a940e | 0 | roles/sample | 7,628 | [
"no_license"
] | [
{
"path": "roles/sample/tasks/main.yml",
"content": "- name: hello from Role\n debug:\n msg: hello from Role",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 63,
"all_permissive": false
} |
ansible_role | mejerome/ansible-for-k8s | 11d5e69eeb4ce71b4b5ad87e90591d688c2ecc38 | 0 | elk-stack/roles/kibana | 7,628 | [
"no_license"
] | [
{
"path": "elk-stack/roles/kibana/tasks/main.yml",
"content": "- name: Start kibana container\n docker_container:\n name: \"{{ kibana_hostname }}\"\n image: \"{{ kibana_image }}\"\n env:\n servername: \"{{ server_name }}\"\n ELASTICSEARCH_HOSTS: \"http://{{ elasticsearch_hostname }}:9200... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | nareshthukkani/NetworkAutomation | 96700e18fc1ae6e1cabec693fd2f0d9be7f3c5f8 | 0 | Exercises/dhcpServer/roles/dhcpclient | 7,628 | [
"no_license"
] | [
{
"path": "Exercises/dhcpServer/roles/dhcpclient/tasks/main.yml",
"content": " - name: configuring DHCP client on Interface eth0/1\n ios_config:\n lines:\n - ip address dhcp\n - no shutdown\n parents: interface GigabitEthernet 0/1\n match: exact\n provid... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | nareshthukkani/NetworkAutomation | 96700e18fc1ae6e1cabec693fd2f0d9be7f3c5f8 | 0 | Exercises/dhcpServer/roles/dhcpserver | 7,628 | [
"no_license"
] | [
{
"path": "Exercises/dhcpServer/roles/dhcpserver/tasks/main.yml",
"content": " - name: configuring Interface ethernet 0/1\n ios_config:\n lines:\n - ip address {{ dhcpserver.eth1 }} {{ dhcpserver.network }}\n - no shutdown\n parents: interface GigabitEthernet 0/1\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1251,
"all_permissive": false
} |
ansible_role | nareshthukkani/NetworkAutomation | 96700e18fc1ae6e1cabec693fd2f0d9be7f3c5f8 | 0 | ServerAutomation/roles/webserver | 7,628 | [
"no_license"
] | [
{
"path": "ServerAutomation/roles/webserver/files/db.php",
"content": "<?php\n\n$connection = new PDO('mysql:host=192.168.122.70;dbname=demo', 'demo', 'demo');\n$statement = $connection->query('SELECT message FROM demo');\n\necho $statement->fetchColumn();\n\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 852,
"all_permissive": false
} |
ansible_role | rhilconsultants/openshift | 6f6864dc3ae09a2edb90e7a7f3635b24268e0416 | 9 | tools/automation/ansible/roles/registry | 7,628 | [
"no_license"
] | [
{
"path": "tools/automation/ansible/roles/registry/tasks/install_prerequisites.yml",
"content": "- name: Install yum prerequisites\n yum:\n name: ['httpd-tools','podman']\n state: present\n\n- name: Install pip prerequisites\n pip:\n name: ['passlib','bcrypt']\n state: present\n\n- name: Creat... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3244,
"all_permissive": false
} |
ansible_role | tuantaba/ossec_hids | 0d73a64177e673f826e770c69145443b78b1c3ae | 0 | roles/unix_ossec_agent | 7,628 | [
"no_license"
] | [
{
"path": "roles/unix_ossec_agent/vars/main.yml",
"content": "# Configurations\n## Frequency\nsyscheck_freq: 60\nnotify_time: 120\n## Monitoring directories\nmonit_dirs:\n - /etc/cron.d\n## Update\nis_update: false",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6548,
"all_permissive": false
} |
ansible_role | tuantaba/ossec_hids | 0d73a64177e673f826e770c69145443b78b1c3ae | 0 | roles/unix_ossec_mng | 7,628 | [
"no_license"
] | [
{
"path": "roles/unix_ossec_mng/tasks/main.yml",
"content": "---\n\n- name: Install dependencies\n apt: name=\"{{ item }}\" state=latest\n with_items:\n - build-essential\n - libssl-dev\n - mysql-dev\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install dependencies\n yum: name=\"{{ ite... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5422,
"all_permissive": false
} |
ansible_role | shazChaudhry/desktop-centos-7.4 | ab0bb924fb7e872b8c7dde91aa9b07768659eba3 | 0 | ansible/roles/install-additional-packages | 7,628 | [
"no_license"
] | [
{
"path": "ansible/roles/install-additional-packages/tasks/main.yml",
"content": "---\n# tasks file for ansible/install-additional-tools\n- name: Install Git and JDK\n yum:\n name: \"{{ packages }}\"\n state: present\n tags:\n - openjdk\n\n- name: Install maven \"{{ maven_version }}\"\n unarchiv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | shazChaudhry/desktop-centos-7.4 | ab0bb924fb7e872b8c7dde91aa9b07768659eba3 | 0 | ansible/roles/install-atom-editor | 7,628 | [
"no_license"
] | [
{
"path": "ansible/roles/install-atom-editor/tasks/main.yml",
"content": "---\n\n- name: Create Atom yum repo\n yum_repository:\n baseurl: https://packagecloud.io/AtomEditor/atom/el/7/x86_64\n description: Atom Editor repo\n gpgcheck: no\n gpgkey: https://packagecloud.io/AtomEditor/atom/gpgkey\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | shazChaudhry/desktop-centos-7.4 | ab0bb924fb7e872b8c7dde91aa9b07768659eba3 | 0 | ansible/roles/install-atom-packages | 7,628 | [
"no_license"
] | [
{
"path": "ansible/roles/install-atom-packages/vars/main.yml",
"content": "---\r\n# vars file for atom-packages\r\natom_packages:\r\n - atom-ide-ui\r\n - file-icons\r\n - autocomplete-ansible\r\n - autocomplete-java\r\n - autocomplete-xml\r\n - busy-signal\r\n - git-log\r\n - intentions\r\n - java-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | shazChaudhry/desktop-centos-7.4 | ab0bb924fb7e872b8c7dde91aa9b07768659eba3 | 0 | ansible/roles/install-eclipse | 7,628 | [
"no_license"
] | [
{
"path": "ansible/roles/install-eclipse/tasks/main.yml",
"content": "---\n# tasks file for ansible/install-eclipse\n- name: Create eclipse directory\n file:\n path: /usr/bin/eclipse\n state: directory\n\n- name: Downloading and Installing Eclipse Oxygen\n unarchive:\n src: http://ftp.fau.de/ecli... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 595,
"all_permissive": false
} |
ansible_role | shazChaudhry/desktop-centos-7.4 | ab0bb924fb7e872b8c7dde91aa9b07768659eba3 | 0 | ansible/roles/install-google-chrome | 7,628 | [
"no_license"
] | [
{
"path": "ansible/roles/install-google-chrome/tasks/main.yml",
"content": "---\n# tasks file for ansible/install-google-chrome\n- name: Create google-chrome yum repo\n yum_repository:\n name: google-chrome\n description: Google Editor\n baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | shazChaudhry/desktop-centos-7.4 | ab0bb924fb7e872b8c7dde91aa9b07768659eba3 | 0 | ansible/roles/install-terraform | 7,628 | [
"no_license"
] | [
{
"path": "ansible/roles/install-terraform/vars/main.yml",
"content": "---\n# vars file for ansible/install-terraform\n\nterraform_version: 0.11.11\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "ansible/roles/install-terraform/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | DSPGit/ansible-1 | 8b939ecc2a0c454551144ebad96f9c9fd749df7f | 0 | roles/cloud | 7,628 | [
"no_license"
] | [
{
"path": "roles/cloud/tasks/main.yml",
"content": "---\n- include: keypair.yml\n- include: create_instance.yml\n- include: create_elb.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/cloud/vars/main.yml",
"content": "---\nimg_id: am... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2759,
"all_permissive": false
} |
ansible_role | DSPGit/ansible-1 | 8b939ecc2a0c454551144ebad96f9c9fd749df7f | 0 | roles/webstack | 7,628 | [
"no_license"
] | [
{
"path": "roles/webstack/vars/main.yml",
"content": "---\nansible_ssh_private_key_file: /home/ec2-user/environment/my-key.pem",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/webstack/tasks/setup_web.yml",
"content": "---\n - name: ensur... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | dbpinggoy/ansible | 56201fe63b75ed1d9bd7232f5db9c1c3ff9c57ab | 0 | roles/base | 7,628 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": " - name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"ssh-ed25519 AADFEzdelsADAAAAMXDNKELzdLclLiTvjFrtsaghaerqWfagaj ansible\"",
"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 | gpe-mw-training/rhte2019_E2E_API_Lifecycle_Mgmt_labs | 2244a30f4e2a139c5852317a4a5f2ed62b4993ac | 10 | automation/roles/openshift_domain | 7,627 | [
"no_license"
] | [
{
"path": "automation/roles/openshift_domain/tasks/main.yml",
"content": "---\n\n- set_fact:\n route_name: testroute\n route_host: \"\"\n service_name: testsvc\n\n- name: nexus template\n template:\n src: \"{{ resources_home_dir }}/openshift/route_edge.yml\"\n dest: \"{{ work_dir }}/route_ed... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | gpe-mw-training/rhte2019_E2E_API_Lifecycle_Mgmt_labs | 2244a30f4e2a139c5852317a4a5f2ed62b4993ac | 10 | automation/roles/openshift_jenkins | 7,627 | [
"no_license"
] | [
{
"path": "automation/roles/openshift_jenkins/tasks/main.yml",
"content": "---\n\n- name: configure jenkins slave with 3scale toolbox utility\n template:\n src: \"{{ resources_home_dir }}/jenkins/3scale_toolbox_slave.yml\"\n dest: \"{{ work_dir }}/3scale_toolbox_slave.yml\"\n changed_when: false\n- ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2557,
"all_permissive": false
} |
ansible_role | gpe-mw-training/rhte2019_E2E_API_Lifecycle_Mgmt_labs | 2244a30f4e2a139c5852317a4a5f2ed62b4993ac | 10 | automation/roles/openshift_nexus2 | 7,627 | [
"no_license"
] | [
{
"path": "automation/roles/openshift_nexus2/tasks/configure_repository_loop.yml",
"content": "---\n\n- name: configure remote repos\n include_tasks: configure_repository.yml\n with_items:\n - \"{{ proxy_repos }}\"\n loop_control:\n loop_var: proxy_repo",
"license_type": "no_license",
"dete... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4859,
"all_permissive": false
} |
ansible_role | gpe-mw-training/rhte2019_E2E_API_Lifecycle_Mgmt_labs | 2244a30f4e2a139c5852317a4a5f2ed62b4993ac | 10 | automation/roles/openshift_project | 7,627 | [
"no_license"
] | [
{
"path": "automation/roles/openshift_project/tasks/main.yml",
"content": "---\n\n# create project\n- name: \"create project {{ ocp_project }}\"\n template:\n src: \"{{ resources_home_dir }}/openshift/project.yml\"\n dest: \"{{ work_dir }}/project.yml\"\n changed_when: false\n- k8s:\n state: pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1176,
"all_permissive": false
} |
ansible_role | gpe-mw-training/rhte2019_E2E_API_Lifecycle_Mgmt_labs | 2244a30f4e2a139c5852317a4a5f2ed62b4993ac | 10 | automation/roles/openshift_quota | 7,627 | [
"no_license"
] | [
{
"path": "automation/roles/openshift_quota/tasks/main.yml",
"content": "---\n\n- name: set control_plane facts\n set_fact:\n quota_name: \"quota-{{ base_name }}-{{ ocp_admin }}\"\n quota_requests_cpu: 4\n quota_limits_cpu: 9\n quota_requests_memory: '8Gi'\n quota_limits_memory: '16Gi'\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1158,
"all_permissive": false
} |
ansible_role | gpe-mw-training/rhte2019_E2E_API_Lifecycle_Mgmt_labs | 2244a30f4e2a139c5852317a4a5f2ed62b4993ac | 10 | automation/roles/work_dir | 7,627 | [
"no_license"
] | [
{
"path": "automation/roles/work_dir/tasks/main.yml",
"content": "---\n\n- name: create base work directory\n command: mkdir -p /tmp/{{ base_name }}\n\n- name: create work directory {{ work_dir_name }}\n command: mktemp -d /tmp/{{ base_name }}/{{ work_dir_name }}-XXXXXX\n register: mktemp\n changed_when... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | dbudakov/otus-linux-2020-01 | 2f3cd189b33dd40a32256f1302ae7fcafeb325a7 | 0 | 10.Ansible/homework/roles/nginx | 7,627 | [
"no_license"
] | [
{
"path": "10.Ansible/homework/roles/nginx/tasks/nginx.yml",
"content": "---\n- name: \"Create file for NGINX repo\"\n file:\n path: \"{{ nginx_repo_path }}\"\n state: touch\n\n- name: \"Add official NGINX repo\"\n blockinfile:\n path: \"{{ nginx_repo_path }}\"\n block: |\n [nginx-stable]... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1641,
"all_permissive": false
} |
ansible_role | dbudakov/otus-linux-2020-01 | 2f3cd189b33dd40a32256f1302ae7fcafeb325a7 | 0 | Gitlab-HA/redis/roles/redis-cluster | 7,627 | [
"no_license"
] | [
{
"path": "Gitlab-HA/redis/roles/redis-cluster/tasks/main.yml",
"content": "- name: \"Install Redis\"\n apt:\n name: \"redis-server\"\n state: present\n- name: \"Create {{ redis_cluster_config_home }}\"\n file:\n path: \"{{ redis_cluster_config_home }}\"\n state: directory\n owner: \"redis\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1990,
"all_permissive": false
} |
ansible_role | zapnap/ansible-playbooks | 433425ac7f08006e4850095f0c9cd9472c5f8c28 | 0 | roles/node_config | 7,627 | [
"no_license"
] | [
{
"path": "roles/node_config/tasks/main.yml",
"content": "---\n- name: Create user\n user:\n name: ubuntu\n state: present\n shell: \"/bin/bash\"\n createhome: true\n groups: \"sudo\"\n become: true\n\n- name: Add user to sudo\n lineinfile:\n state: present\n create: true\n owner:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | zapnap/ansible-playbooks | 433425ac7f08006e4850095f0c9cd9472c5f8c28 | 0 | roles/node_create | 7,627 | [
"no_license"
] | [
{
"path": "roles/node_create/tasks/main.yml",
"content": "---\n- name: Create Linode instance\n block:\n - name: Provision node\n linode.cloud.instance:\n api_token: \"{{ linode_token }}\"\n label: \"{{ linode_label }}\"\n type: \"{{ linode_type }}\"\n region: \"{{ linod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 985,
"all_permissive": false
} |
ansible_role | zapnap/ansible-playbooks | 433425ac7f08006e4850095f0c9cd9472c5f8c28 | 0 | roles/node_destroy | 7,627 | [
"no_license"
] | [
{
"path": "roles/node_destroy/tasks/main.yml",
"content": "---\n- name: Destroy Linode Instance\n linode.cloud.instance:\n label: \"{{ linode_label }}\"\n api_token: \"{{ linode_token }}\"\n state: absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.