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 | Marlyns/ansible-proxmox | 273ca77c193639a421e8f42303830fb6305d503f | 0 | roles/ha | 8,095 | [
"no_license"
] | [
{
"path": "roles/ha/tasks/main.yml",
"content": "- name: Install & configure Laod Balancer\n apt:\n name: \n - haproxy\n - firewalld\n state : present\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n \n- name: \"Copying configuration haproxy \"\n template: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2537,
"all_permissive": false
} |
ansible_role | Marlyns/ansible-proxmox | 273ca77c193639a421e8f42303830fb6305d503f | 0 | roles/nginx | 8,095 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: install nginx\n apt:\n name:\n - nginx\n state: present\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n \n- name: copy index.html during templates\n template:\n src: index.html.j2\n dest: /var/www/html/index.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | shoudusse/Pasteque-installer | 81d595b7e350f17dcffc54be9e05c3dbfd3bf9db | 0 | ansible/roles/common | 8,095 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update apt-cache\n apt: update_cache=yes\n\n- name: Upgrade all packages\n apt: upgrade=dist\n\n- name: Install ntp\n apt: name=ntp state=present\n tags: ntp\n\n- name: Configure ntp file\n template: src=ntp.conf.j2 dest=/etc/ntp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | shoudusse/Pasteque-installer | 81d595b7e350f17dcffc54be9e05c3dbfd3bf9db | 0 | ansible/roles/mariadb | 8,095 | [
"no_license"
] | [
{
"path": "ansible/roles/mariadb/templates/init-users.sql",
"content": "DELETE FROM `pasteque`.`PEOPLE` WHERE `ID`='0';\nDELETE FROM `pasteque`.`PEOPLE` WHERE `ID`='1';\nDELETE FROM `pasteque`.`PEOPLE` WHERE `ID`='2';\nINSERT INTO `pasteque`.`PEOPLE` VALUES ('4778738fc628167929374e639e52858d','Sylvain',NULL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2444,
"all_permissive": false
} |
ansible_role | shoudusse/Pasteque-installer | 81d595b7e350f17dcffc54be9e05c3dbfd3bf9db | 0 | ansible/roles/pasteque | 8,095 | [
"no_license"
] | [
{
"path": "ansible/roles/pasteque/defaults/main.yml",
"content": "---\npasteque_archive: pasteque-server.tgz\npasteque_src_url: http://downloads.pasteque.coop/server/{{ pasteque_archive }}\nwww_dir: /var/www\npasteque_host: pasteque.escale-biere.com\npasteque_dir: \"{{ www_dir }}/{{ pasteque_host }}\"\nngin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3014,
"all_permissive": false
} |
ansible_role | niyushabaghayi/cassandra-ansible | 12468c2f03e32ae05dabc3607c5ae981f19ef4f8 | 4 | roles/cassandra | 8,095 | [
"no_license"
] | [
{
"path": "roles/cassandra/vars/main.yml",
"content": "---\n# vars file for cassandra\ncluster_name: Production Cassandra\nauthenticator: PasswordAuthenticator\nauthorizer: CassandraAuthorizer\ndata_file_directories: /bigdata/cassandra/data\ncommitlog_directory: /bigdata/cassandra/commitlog\nsaved_caches_di... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1536,
"all_permissive": false
} |
ansible_role | niyushabaghayi/cassandra-ansible | 12468c2f03e32ae05dabc3607c5ae981f19ef4f8 | 4 | roles/remove | 8,095 | [
"no_license"
] | [
{
"path": "roles/remove/tasks/main.yml",
"content": "- name: Remove cassandra package\n ansible.builtin.apt:\n name: cassandra\n state: absent\n\n- name: Remove dependencies that are no longer required\n ansible.builtin.apt:\n autoremove: yes\n\n- name: Remove cassandra files\n command: >\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | niyushabaghayi/cassandra-ansible | 12468c2f03e32ae05dabc3607c5ae981f19ef4f8 | 4 | roles/reset | 8,095 | [
"no_license"
] | [
{
"path": "roles/reset/tasks/main.yml",
"content": "- name: Restart Cassandra\n command: >\n nodetool stopdaemon &&\n sleep 5 &&\n cassandra -R\n async: 0\n poll: 0\n # Restart Cassandra configuration",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | niyushabaghayi/cassandra-ansible | 12468c2f03e32ae05dabc3607c5ae981f19ef4f8 | 4 | roles/start | 8,095 | [
"no_license"
] | [
{
"path": "roles/start/tasks/main.yml",
"content": "- name: Start Cassandra\n command: cassandra -R\n become: true\n become_user: root",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 82,
"all_permissive": false
} |
ansible_role | niyushabaghayi/cassandra-ansible | 12468c2f03e32ae05dabc3607c5ae981f19ef4f8 | 4 | roles/status | 8,095 | [
"no_license"
] | [
{
"path": "roles/status/tasks/main.yml",
"content": "- name: Ensure Cassandra is up and normal\n command: nodetool status\n\n- name: Ensure Cassandra service is running\n service:\n name: cassandra\n state: started",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 16... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/ciresource-requirer | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/ciresource-requirer/files/claim_ciresource.py",
"content": "import MySQLdb\nfrom datetime import datetime, timedelta\nimport argparse\nimport json\nimport requests\nfrom contextlib import contextmanager\n\n\nfields = {\n 'vlan': [\n 'min_vlan',\n 'max_vlan'\n ]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5515,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/claim-a-region-id | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/claim-a-region-id/tasks/main.yaml",
"content": "---\n- name: Claim a region ID for use in the tests\n command: >\n python {{workspace}}/claim_ciresource.py\n claim region_id {{ zuul.build }}\n register: claimed_region_id_result\n\n- name: List all region IDs for use in the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 893,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/claim-a-ucsm-baremetal | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/claim-a-ucsm-baremetal/tasks/main.yaml",
"content": "---\n- name: Claim a baremetal resource\n command: >\n python {{workspace}}/claim_ciresource.py\n claim ucsm_baremetal {{ zuul.build }}\n register: claimed_baremetal_result\n\n- name: create directory for ansible custom ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 571,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/claim-a-vlan-range | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/claim-a-vlan-range/tasks/main.yaml",
"content": "---\n- name: Claim some VLANs for use in the tests\n command: >\n python {{workspace}}/claim_ciresource.py\n claim vlan {{ zuul.build }}\n register: claimed_vlans_result\n\n- name: create directory for ansible custom facts\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 547,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/cleanup-orphaned-ciresources | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/cleanup-orphaned-ciresources/tasks/main.yaml",
"content": "---\n- name: Cleanup all orphaned CI resources\n command: >\n python {{workspace}}/claim_ciresource.py cleanup\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/clear-asr1k-cfg | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/clear-asr1k-cfg/tasks/main.yaml",
"content": "---\n- name: Clear the ASR1K configuration associated with the region ID\n include_role:\n name: static-asr1k-programmer\n vars:\n remove: \"yes\"\n region_id: \"{{ansible_local.asr_region_id.region_id}}\"\n when: ansible_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/clear-nexus-vlans | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/clear-nexus-vlans/tasks/main.yaml",
"content": "---\n- name: Clear the claimed VLANs on the Nexus host interfaces\n include_role:\n name: static-nexus-programmer\n vars:\n nexus_interface: \"{{ item }}\"\n start_vlan: \"{{ ansible_local.claimed_vlans.min_vlan }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 381,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/clear-nexus-vlans-for-baremetal | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/clear-nexus-vlans-for-baremetal/tasks/main.yaml",
"content": "---\n- name: Clear the claimed VLANs on the Nexus host interfaces\n include_role:\n name: static-nexus-programmer\n vars:\n nexus_interface: \"{{ ansible_local.claimed_baremetal.nexus_port }}\"\n start_vlan: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 442,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/configure-ucsm | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/configure-ucsm/tasks/main.yaml",
"content": "---\n- name: Copy script to workspace\n copy:\n src: \"configure_ucsm.py\"\n dest: \"{{ workspace }}/configure_ucsm.py\"\n\n- name: Execute command to configure the ucsm\n command: >\n python {{ workspace }}/configure_ucsm.py... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2253,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/configure-vlan-for-baremetal | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/configure-vlan-for-baremetal/tasks/main.yaml",
"content": "---\n- name: Statically set the claimed VLANs on the Nexus interfaces for baremetal\n include_role:\n name: static-nexus-programmer\n vars:\n nexus_interface: \"{{ ansible_local.claimed_baremetal.nexus_port }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 395,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/configure-vlan-for-hosts | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/configure-vlan-for-hosts/tasks/main.yaml",
"content": "---\n- name: Set the claimed VLANs on the Nexus interfaces for hosts\n include_role:\n name: static-nexus-programmer\n vars:\n nexus_interface: \"{{ item }}\"\n start_vlan: \"{{ ansible_local.claimed_vlans.min_vlan ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/configure-vlan-for-ucsm-baremetal | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/configure-vlan-for-ucsm-baremetal/tasks/main.yaml",
"content": "---\n- name: copy script to host\n copy:\n src: configure_vlan_on_ucsm_bm.py\n dest: \"{{ workspace }}/configure_vlan_on_ucsm_bm.py\"\n\n- name: configure_vlan_on_ucsm\n command: >\n python {{workspace}}/co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2177,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/create-service-profile | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/create-service-profile/tasks/main.yaml",
"content": "---\n- name: Create Service Profile\n include_role:\n name: configure-ucsm\n vars:\n sp_name: \"devstack-{{ ansible_hostname[-6:] }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/install-additional-pip-libraries | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/install-additional-pip-libraries/tasks/main.yaml",
"content": "---\n- name: pip install library\n pip:\n name: \"{{ additional_pip_libraries }}\"\n become: true\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 97
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/install-openvswitch | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/install-openvswitch/vars/RedHat.yml",
"content": "---\novs_package: \"openvswitch\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 31
},
{
"path": "playbooks/roles/install-openvswitch/vars/Debian.yml",
"cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 338,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/load-devstack-localconf | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/load-devstack-localconf/tasks/main.yaml",
"content": "---\n- name: Render out devstack local conf\n template:\n src: \"{{ devstack_local_conf_src }}\"\n dest: \"/tmp/localconf_temp\"\n\n- name: Slurp in rendered local conf\n slurp:\n src: \"/tmp/localconf_temp\"\n regi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 354,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/needs-ubuntu-images | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/needs-ubuntu-images/tasks/main.yaml",
"content": "---\n- name: Fetch ubuntu image from the bridge VM\n fetch:\n src: \"/home/tapuser/{{item}}\"\n dest: \"{{ zuul.executor.work_root }}/{{item}}\"\n flat: \"yes\"\n with_items:\n - ci-test-ubuntu-image-netboot.tar.gz\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 877,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/populate-ironic-hardware-info | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/populate-ironic-hardware-info/tasks/main.yaml",
"content": "---\n- name: Write hardware_info file to workspace\n template:\n src: hardware_info.j2\n dest: \"{{workspace}}/hardware_info\"\n mode: \"u=rw,g=r,o=r\"\n",
"license_type": "permissive",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/release-claimed-baremetal | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/release-claimed-baremetal/tasks/main.yaml",
"content": "---\n- name: Release the claimed baremetal resource\n command: >\n python {{workspace}}/claim_ciresource.py release\n {{ ansible_local.claimed_baremetal.type }}\n /etc/ansible/facts.d/claimed_baremetal.fact\n when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/release-claimed-region-id | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/release-claimed-region-id/meta/main.yaml",
"content": "---\ndependencies:\n - {role: ciresource-requirer}\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 50
},
{
"path": "playbooks/roles/release-claimed-region-i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 268,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/release-claimed-vlans | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/release-claimed-vlans/tasks/main.yaml",
"content": "---\n- name: Release the claimed region ID resource\n command: >\n python {{workspace}}/claim_ciresource.py release vlan\n /etc/ansible/facts.d/claimed_vlans.fact\n when: ansible_local.claimed_vlans is defined\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 213,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/remove-service-profile | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/remove-service-profile/tasks/main.yaml",
"content": "---\n- name: Remove Service Profile\n include_role:\n name: configure-ucsm\n vars:\n sp_name: \"devstack-{{ ansible_hostname[-6:] }}\"\n remove_service_profile: \"yes\"\n",
"license_type": "permissive",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/run-devstack-gate | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/run-devstack-gate/defaults/main.yaml",
"content": "---\ndefault_enabled_projects:\n - \"openstack-infra/devstack-gate\"\n - \"openstack-dev/devstack\"\n - \"openstack/glance\"\n - \"openstack/keystone\"\n - \"openstack/neutron\"\n - \"openstack/nova\"\n - \"openstack/requir... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 11267,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/setup-l2-tunnels | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/setup-l2-tunnels/tasks/main.yaml",
"content": "---\n- name: Slurp nodepool node uuid\n slurp:\n src: /etc/nodepool/uuid\n register: nodepool_uuid_file\n\n- name: Set tapid fact from node uuid\n set_fact:\n tapid: \"{{ (nodepool_uuid_file['content'] | b64decode).split('-')... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2488,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/setup-vlan-subinterface | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/setup-vlan-subinterface/tasks/main.yaml",
"content": "---\n# yamllint disable rule:line-length\n- name: Create sub-interface on second nexus tap\n shell: |\n ip link add link nexustap2 name nexustap2.{{ subintf_vlan }} type vlan id {{ subintf_vlan }}\n become: true\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 730,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/static-asr1k-programmer | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/static-asr1k-programmer/files/asr_clear_cfg.py",
"content": "import inspect\nimport argparse\nimport logging\nimport re\nimport yaml\n\nimport xml.etree.ElementTree as ET\nfrom networking_cisco.plugins.cisco.cfg_agent import cfg_exceptions as cfg_exc\nfrom networking_cisco.plugins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 17921,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/static-nexus-programmer | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/static-nexus-programmer/tasks/main.yaml",
"content": "---\n- name: Copy script to workspace\n copy:\n src: \"set_nexus_vlans.py\"\n dest: \"{{ workspace }}/set_nexus_vlans.py\"\n\n- name: ssh-keyscan the nexus switch\n command: \"ssh-keyscan -t rsa {{ nexus_ip }}\"\n regi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2569,
"all_permissive": true
} |
ansible_role | CiscoSystems/project-config-third-party | 4f9ca3048d8701db673eaf13714f2b7f529a1831 | 1 | playbooks/roles/tear-l2-tunnels | 8,095 | [
"permissive"
] | [
{
"path": "playbooks/roles/tear-l2-tunnels/tasks/main.yaml",
"content": "---\n- name: Get nodepool node's private IP\n slurp:\n src: /etc/nodepool/node_private\n register: nodepool_private_ip_file\n\n- name: Set private IP fact from file\n set_fact:\n private_nodepool_ip:\n \"{{ nodepool_priva... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 867,
"all_permissive": true
} |
ansible_role | skmetaly/alfafest-ansible-playbook | e197d04136c92ffa0479da66f208cd24c0163a25 | 0 | roles/common | 8,097 | [
"no_license"
] | [
{
"path": "roles/common/tasks/npm.yml",
"content": "---\n- name: Installing nodejs\n apt:\n name=nodejs\n state=present\n\n- name: Installing npm\n apt:\n name=npm\n state=present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path": "roles... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 1883,
"all_permissive": false
} |
ansible_role | skmetaly/alfafest-ansible-playbook | e197d04136c92ffa0479da66f208cd24c0163a25 | 0 | roles/letsencrypt | 8,097 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/tasks/main.yml",
"content": "---\n- name: Install letsencrypt\n apt:\n name=letsencrypt\n state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | skmetaly/alfafest-ansible-playbook | e197d04136c92ffa0479da66f208cd24c0163a25 | 0 | roles/mariadb | 8,097 | [
"no_license"
] | [
{
"path": "roles/mariadb/defaults/main.yml",
"content": "---\nmariadb_version: 10.0\nmysql_conf_tpl: change_me\nmysql_conf_file: settings.cnf\nroot_conf_file: root-my-cnf.j2\ndatabase_name: alfafest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"path":... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2537,
"all_permissive": false
} |
ansible_role | skmetaly/alfafest-ansible-playbook | e197d04136c92ffa0479da66f208cd24c0163a25 | 0 | roles/mariadb-client | 8,097 | [
"no_license"
] | [
{
"path": "roles/mariadb-client/tasks/main.yml",
"content": "---\n- import_tasks: mariadb-client.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 39,
"all_permissive": false
} |
ansible_role | skmetaly/alfafest-ansible-playbook | e197d04136c92ffa0479da66f208cd24c0163a25 | 0 | roles/nginx | 8,097 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/alfafest.conf.j2",
"content": "server {\n # Redirect from IP to domain name\n listen 80;\n listen 443;\n server_name {{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }};\n\n return 301 $scheme://{{ web_url }}$request_uri;\n}\n\nserver {\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2863,
"all_permissive": false
} |
ansible_role | skmetaly/alfafest-ansible-playbook | e197d04136c92ffa0479da66f208cd24c0163a25 | 0 | roles/php-fpm | 8,097 | [
"no_license"
] | [
{
"path": "roles/php-fpm/tasks/main.yml",
"content": "---\n- name: Installing php-fpm and deps\n apt: name={{ item }} state=present\n with_items:\n - php7.0\n - php7.0-common\n - php7.0-opcache\n - php7.0-opcache\n - php7.0-fpm\n - php7.0-mcrypt\n - php7.0-xml\n - php7.0-mysql\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | skmetaly/alfafest-ansible-playbook | e197d04136c92ffa0479da66f208cd24c0163a25 | 0 | roles/redis | 8,097 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n# Variable setup.\n- name: Including vars.\n include_vars: \"redis.yml\"\n\n- name: Define redis_package.\n set_fact:\n redis_package: \"{{ __redis_package }}\"\n when: redis_package is not defined\n\n# Setup/install tasks.\n- import_tasks: redi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | skmetaly/alfafest-ansible-playbook | e197d04136c92ffa0479da66f208cd24c0163a25 | 0 | roles/supervisor | 8,097 | [
"no_license"
] | [
{
"path": "roles/supervisor/tasks/supervisord.yml",
"content": "---\n- name: Install supervisord\n apt:\n name=supervisor\n state=present\n notify: restart supervisord\n\n- name: Copy alfafest supervisord config\n template: src=alfafest.conf dest=/etc/supervisor/conf.d/alfafest-worker.conf\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | skmetaly/alfafest-ansible-playbook | e197d04136c92ffa0479da66f208cd24c0163a25 | 0 | roles/web | 8,097 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n\n- name: Create alfafest folder\n file: path=/var/www/alfafest state=directory\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 84,
"all_permissive": false
} |
ansible_role | kwehen/home-ops | 02f294f73c7f2643c7187ea580e04f092019bc33 | 2 | ansible/playbooks/roles/build-server | 8,097 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/build-server/tasks/main.yml",
"content": "---\n- name: Include server build task\n ansible.builtin.include.tasks: builder.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 82,
"all_permissive": false
} |
ansible_role | kwehen/home-ops | 02f294f73c7f2643c7187ea580e04f092019bc33 | 2 | ansible/playbooks/roles/dnf-update | 8,097 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/dnf-update/tasks/main.yml",
"content": "---\n- name: Include Unseal Tasks\n ansible.builtin.include_tasks: update.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "ansible/playbooks/roles/dnf-update/tasks/updat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | kwehen/home-ops | 02f294f73c7f2643c7187ea580e04f092019bc33 | 2 | ansible/playbooks/roles/ping | 8,097 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/ping/tasks/ping.yml",
"content": "---\n- name: Ping hosts\n ansible.builtin.ping:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible/playbooks/roles/ping/tasks/main.yml",
"content": "---\n- name: Inclu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | kwehen/home-ops | 02f294f73c7f2643c7187ea580e04f092019bc33 | 2 | ansible/playbooks/roles/reload-agent | 8,097 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/reload-agent/tasks/main.yml",
"content": "---\n- name: Include Agent Tasks\n ansible.builtin.include_tasks: uninstall-agent.yml\n\n# - name: Include Agent Role\n# ansible.builtin.include_role:\n# name: dynatrace.oneagent\n",
"license_type": "no_license",
"de... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 336,
"all_permissive": false
} |
ansible_role | kwehen/home-ops | 02f294f73c7f2643c7187ea580e04f092019bc33 | 2 | ansible/playbooks/roles/unseal-vault | 8,097 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/unseal-vault/tasks/unseal.yml",
"content": "- name: Install the latest version of vault\n ansible.builtin.yum:\n name: vault\n state: latest\n become: true\n become_user: root\n\n- name: Restart service vault, in all cases\n ansible.builtin.systemd_service:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | Shweta217/training-session | 9b726ad033ca38e4fa135d50902a4708f330e528 | 0 | playbooks/roles/sample-role | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/sample-role/tasks/testing.yml",
"content": "---\n- name: include vars\n include_vars: /var/lib/jenkins/workspace/test-ansible/playbooks/vars.yml\n\n- name: win shell test\n win_shell: write-output \"Hi {{name}}, she is employed with {{emp}}\"\n register: result\n\n- name: debug... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/aws_tools | 8,097 | [
"no_license"
] | [
{
"path": "roles/aws_tools/tasks/install_awscli.yml",
"content": "- name: Install AWS CLI\n delegate_to: 127.0.0.1\n when: awscli_command_path.rc != 0\n block:\n - name: Download AWS CLI\n get_url: \n url: \"https://awscli.amazonaws.com/{{ awscli_package }}\"\n dest: \"{{ awscli_sta... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2063,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/docker_build_gather_facts | 8,097 | [
"no_license"
] | [
{
"path": "roles/docker_build_gather_facts/tasks/main.yml",
"content": "# gather facts via setup in the role, which is after delegation\n# we want to enable inventory configurations to make use of collected facts (like ansible_date_time)\n# because this is set to run once, it only makes sense to call this r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/docker_image_build | 8,097 | [
"no_license"
] | [
{
"path": "roles/docker_image_build/tasks/stage_copy.yml",
"content": "- name: \"{{ stage_item_config.src }} import new stage_copy\"\n include_role:\n name: stage_item\n vars:\n type: copy\n src: \"{{ stage_item_config.src }}\"\n dest: \"{{ stage_item_dest }}\"\n",
"license_type": "no_lice... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 25,
"total_bytes": 36715,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/docker_image_pull | 8,097 | [
"no_license"
] | [
{
"path": "roles/docker_image_pull/meta/main.yml",
"content": "dependencies:\n - role: docker_login\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/docker_image_pull/tasks/main.yml",
"content": "- name: pull images on all hosts\n dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/docker_image_push | 8,097 | [
"no_license"
] | [
{
"path": "roles/docker_image_push/tasks/push_image.yml",
"content": "- name: \"{{ build_vars.tag }} untag image prior to tag/push to force the push during the tag\"\n docker_image:\n name: \"{{ repository_push_image }}\"\n state: absent\n become: \"{{ docker_become_user is defined }}\"\n become_us... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1200,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/docker_login | 8,097 | [
"no_license"
] | [
{
"path": "roles/docker_login/tasks/main.yml",
"content": "- name: Set up AWS CLI for ECR Registry\n when: is_ecr_registry is defined\n include_role:\n name: aws_tools\n\n- name: Log in to repositories\n docker_login:\n registry: \"{{ registry }}\"\n username: \"{{ registry_username }}\"\n pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/docker_node | 8,097 | [
"no_license"
] | [
{
"path": "roles/docker_node/tasks/docker-ubuntu.yml",
"content": "- name: Install prerequisites\n apt:\n name: \"{{ ubuntu_prerequisites }}\"\n state: present\n update_cache: yes\n become: true\n\n- name: Create keyrings directory\n file:\n path: /etc/apt/keyrings\n state: directory\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5185,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/docker_package_repository | 8,097 | [
"no_license"
] | [
{
"path": "roles/docker_package_repository/tasks/main.yml",
"content": "- name: add docker repository for RedHat\n yum_repository:\n name: docker\n state: present\n baseurl: \"{{ redhat.baseurl }}\"\n description: Docker Repository\n gpgkey: \"{{ redhat.gpgkey }}\"\n become: true\n when: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 397,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/docker_python | 8,097 | [
"no_license"
] | [
{
"path": "roles/docker_python/meta/main.yml",
"content": "dependencies:\n - role: pip\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/docker_python/tasks/main.yml",
"content": "- name: install docker python library\n pip:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/docker_service_deploy | 8,097 | [
"no_license"
] | [
{
"path": "roles/docker_service_deploy/tasks/remove_configs.yml",
"content": "- name: \"remove {% if intermediate_configs is defined and intermediate_configs %}intermediate {% endif %}docker configs\"\n docker_config:\n name: \"{% if intermediate_configs is defined and intermediate_configs %}{{ item.con... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 9245,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/docker_service_image_push | 8,097 | [
"no_license"
] | [
{
"path": "roles/docker_service_image_push/tasks/main.yml",
"content": "- name: docker image inspect - all nodes\n command:\n cmd: \"docker image inspect {{ repository_deploy_image }}\"\n become: \"{{ docker_become_user is defined }}\"\n become_user: \"{{ docker_become_user|default(omit) }}\"\n loop:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1436,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/docker_skip_hosts_in_registry | 8,097 | [
"no_license"
] | [
{
"path": "roles/docker_skip_hosts_in_registry/tasks/clear_skip_if_missing.yml",
"content": "- block:\n - name: \"check if {{ repository_push_image }} is missing from the registry\"\n command: \"docker manifest inspect {{ repository_push_image }}\"\n become: \"{{ docker_become_user is defined }... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/docker_swarm_node | 8,097 | [
"no_license"
] | [
{
"path": "roles/docker_swarm_node/tasks/existing_join_tokens.yml",
"content": "- name: Fetch swarm status for managers\n command: docker info --format '{{ \"{{json .Swarm}}\" }}'\n register: docker_swarm_status\n when: \"'docker_swarm_managers' in group_names\"\n become: true\n\n- name: Set swarm_local... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3834,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/git | 8,097 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "- name: install git\n package:\n name: git\n state: present\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/pip | 8,097 | [
"no_license"
] | [
{
"path": "roles/pip/meta/main.yml",
"content": "dependencies:\n - role: setuptools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/pip/tasks/main.yml",
"content": "- name: install pip\n package:\n name: python3-pip\n become: true... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/setuptools | 8,097 | [
"no_license"
] | [
{
"path": "roles/setuptools/tasks/main.yml",
"content": "- name: install setuptools\n package:\n name: python-setuptools\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | splunk/docker-swarm-splunk-hf | 79038808f4076a4f2d361195a737b4efc525636a | 14 | roles/stage_items | 8,097 | [
"no_license"
] | [
{
"path": "roles/stage_items/tasks/stage_template.yml",
"content": "- name: \"{{ stage_item.src }} find path components to template\"\n # path components exist on the host running ansible, which isn't always the host doing the docker build\n delegate_to: localhost\n find:\n file_type: any\n recurse... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 19,
"total_bytes": 30411,
"all_permissive": false
} |
ansible_role | kmykoh97/containers-live-migration | 133aeb2336954b807a9a5093eb3d8d7159e6fe15 | 0 | clean-up/config/roles/killprocesses | 8,097 | [
"no_license"
] | [
{
"path": "clean-up/config/roles/killprocesses/tasks/main.yaml",
"content": "---\n\n# clean up script - kills all tools, removes useless stuffs\n\n# container\n- name: Kill CRIU processes\n command: pkill -f criu\n become: true\n ignore_errors: yes\n\n- name: Stop MySQL container\n command: runc kill -a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2586,
"all_permissive": false
} |
ansible_role | kmykoh97/containers-live-migration | 133aeb2336954b807a9a5093eb3d8d7159e6fe15 | 0 | container/config/roles/copy-container | 8,097 | [
"no_license"
] | [
{
"path": "container/config/roles/copy-container/tasks/main.yaml",
"content": "---\n# todo: add archived container image's link\n\n- name: Extract MySQL image\n unarchive: src=https://github.com/kmykoh97/containers-live-migration/releases/download/1/mysql.tar.gz dest=/home/ubuntu remote_src=yes\n become: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 417,
"all_permissive": false
} |
ansible_role | kmykoh97/containers-live-migration | 133aeb2336954b807a9a5093eb3d8d7159e6fe15 | 0 | container/config/roles/start-container | 8,097 | [
"no_license"
] | [
{
"path": "container/config/roles/start-container/tasks/main.yaml",
"content": "---\n- name: Start MySQL container\n shell: runc run -d mysql &>/dev/null </dev/null\n # shell: runc run -d mysql > ../mysql_logs.txt 2>&1\n args:\n chdir: /home/ubuntu/mysql\n become: true\n\n- name: Start WordPress cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | kmykoh97/containers-live-migration | 133aeb2336954b807a9a5093eb3d8d7159e6fe15 | 0 | migrate-tool-install/config/roles/criu | 8,097 | [
"no_license"
] | [
{
"path": "migrate-tool-install/config/roles/criu/tasks/main.yaml",
"content": "---\n# - name: Setup CRIU repository\n# apt_repository:\n# repo: ppa:criu/ppa\n# become: true\n\n# - name: Install CRIU\n# apt:\n# update_cache: true\n# name: criu\n# become: true\n\n# due to cgroup issue in ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1046,
"all_permissive": false
} |
ansible_role | kmykoh97/containers-live-migration | 133aeb2336954b807a9a5093eb3d8d7159e6fe15 | 0 | migrate-tool-install/config/roles/docker | 8,097 | [
"no_license"
] | [
{
"path": "migrate-tool-install/config/roles/docker/tasks/main.yaml",
"content": "---\n- name: Install packages to allow HTTPS apt repository\n apt:\n update_cache: true\n name:\n - apt-transport-https\n - ca-certificates\n - software-properties-common\n become: true\n\n- name: Add Do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | kmykoh97/containers-live-migration | 133aeb2336954b807a9a5093eb3d8d7159e6fe15 | 0 | migrate/config/roles/check-container | 8,097 | [
"no_license"
] | [
{
"path": "migrate/config/roles/check-container/tasks/main.yaml",
"content": "---\n\n- name: Wait for target ({{ hostvars[target].public_address }}) to come up\n command: \"curl -m 2 --silent {{ hostvars[target].public_address }}\"\n register: result\n until: result.stdout.find(\"WordPress\") != -1\n re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 424,
"all_permissive": false
} |
ansible_role | kmykoh97/containers-live-migration | 133aeb2336954b807a9a5093eb3d8d7159e6fe15 | 0 | migrate/config/roles/restart-container | 8,097 | [
"no_license"
] | [
{
"path": "migrate/config/roles/restart-container/tasks/main.yaml",
"content": "---\n- name: container restart mysql\n shell: \"{{item}}\"\n args:\n chdir: /home/ubuntu/mysql\n with_items:\n - runc kill mysql KILL\n - sleep 1s\n - runc delete mysql\n - sleep 1s\n - \"runc run -d mysql &... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | kmykoh97/containers-live-migration | 133aeb2336954b807a9a5093eb3d8d7159e6fe15 | 0 | migrate/config/roles/source | 8,097 | [
"no_license"
] | [
{
"path": "migrate/config/roles/source/tasks/main.yaml",
"content": "---\n- name: Create migrate-source script\n copy: src=source.py dest=/home/ubuntu/source.py owner=root group=root mode=0755\n become: true\n\n# - name: Pause for 3 seconds to build cache\n# pause:\n# seconds: 3\n \n# /run/runc/mys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1135,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | bootstrap-playbooks/roles/config-builder | 8,097 | [
"no_license"
] | [
{
"path": "bootstrap-playbooks/roles/config-builder/templates/inventory-hosts.j2",
"content": "{% if host_group is defined and host_group|length > 0 %}\n{% for group in host_group %}\n{% if group.name is defined and group.hosts is defined and group.hosts|length > 0 %}\n{{ \"\" }}\n[{{ group.name }}]\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4352,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/async_job_watcher | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/async_job_watcher/tasks/end.yml",
"content": "---\n\n- name: '\"{{ watch_title }}\" - watch_status is finished'\n debug:\n msg: \"Watched {{ watch_count }} times, {{ watch_lines }} lines\"\n failed_when: not watch_status.finished\n tags: [ \"no_print_skip_action\" ]\n",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2751,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/baseshare | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/baseshare/tasks/main.yml",
"content": "---\n# - name: \"Ansible | List all known variables and facts\"\n# debug:\n# var: hostvars[inventory_hostname]\n# - debug: var=container_network_user_firewall_rules\n\n# - set_fact:\n# eos_mgm_nodes_and_names: \"{{ eos_mgm_nodes_and... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5039,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/chrony | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/chrony/tasks/main.yml",
"content": "---\n- name: Install chrony\n package: name=chrony state=installed\n register: install_packages\n until: install_packages is success\n retries: 5\n delay: 3\n\n- name: Backup chrony config\n shell: \"if [ ! -e /etc/chrony.conf.backup ]; th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1072,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/cockpit | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/cockpit/tasks/main.yml",
"content": "---\n- block:\n - name: Install cockpit\n package: name={{ item }} state=present\n register: install_packages\n until: install_packages is success\n retries: 5\n delay: 3\n loop:\n - cockpit\n - cockpit-ws\n - cockpi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4215,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/consul-docker-client | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/consul-docker-client/defaults/main.yml",
"content": "---\nconsul_client_config_base_directory: /etc/consul\nconsul_client_shipped_files: []\n# - { name: \"\", dest: \"\", force: false, is_volume: true }\nconsul_client_generated_files: []\n# - { name: \"\", dest: \"\", src: \"\", o... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11867,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/consul-docker-server | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/consul-docker-server/templates/server-key.pem.j2",
"content": "{{ consul_agent_server_cert[item[0].name].key }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "playbooks/roles/consul-docker-server/tasks/consul_encrypt_k... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 28575,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/consul-docker-server-init | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/consul-docker-server-init/tasks/main.yml",
"content": "---\n- set_fact:\n consul_ui_node_names: \"{{ consul_client_names|default([])|map('regex_replace', '^([A-Za-z0-9_-]+).*$', '\\\\1')|list }}\"\n consul_client_node_names: \"{{ consul_client_names|default([])|map('regex_re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5476,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/consul-docker-service-registration | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/consul-docker-service-registration/tasks/main.yml",
"content": "---\n- set_fact:\n _consul_server_docker_host_name: \"{{ hostvars|dict2items|json_query('[?type(value.containers.consul_server)==`array`].key|[0]') }}\"\n consul_service_by_name: {}\n\n- block:\n - set_fact:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3232,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/docker | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker/tasks/main.yml",
"content": "---\n- name: Uninstall old versions.\n package:\n name:\n - docker\n - docker-client\n - docker-client-latest\n - docker-common\n - docker-latest\n - docker-latest-logrotate\n - docker-logrotate\n - docker-engine\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4964,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/eos-docker-builder | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/eos-docker-builder/files/image_scripts/eos_proxy_setup.sh",
"content": "#!/usr/bin/env bash\n\n# Start XRootD proxy service\nif [ -e /opt/eos/xrootd/bin/xrootd ]; then\n XROOTDEXE=\"/opt/eos/xrootd//bin/xrootd\"\nelse\n XROOTDEXE=\"/usr/bin/xrootd\"\nfi\n\n${XROOTDEXE} -n prox... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 13894,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/eos-docker-config | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/eos-docker-config/tasks/main.yml",
"content": "---\n- name: Check initialized holder\n stat: path=/etc/eos-docker/MGM_FS_INITIALIZED\n register: initialized_holder_stat\n\n- block:\n - name: Setup fs\n shell: docker exec -i {{ item.name }} /eos_mgm_fs_setup.sh {{ eos_fst_nod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/eos-docker-default-space-setup | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/eos-docker-default-space-setup/tasks/setup.yml",
"content": "---\n- name: Setup default space\n shell: |\n docker exec -t {{ eos_mgm_master_container_name }} bash -c '\n (\n set -o errexit ;\n set -o pipefail ;\n {{ eos_default_space_setup_script }}\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1941,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/eos-docker-fst | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/eos-docker-fst/tasks/main.yml",
"content": "---\n- name: Setup firewall\n firewalld:\n port: \"{{ item }}\"\n permanent: yes\n immediate: yes\n state: enabled\n zone: internal\n loop:\n - 1095/tcp\n - 8001/tcp\n - 1096/tcp\n - 8002/tcp\n when: containers.eos_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8576,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/eos-docker-fst-disk-registration | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/eos-docker-fst-disk-registration/tasks/main.yml",
"content": "---\n- block:\n - name: Check initialized holder\n stat: path=/etc/eos-docker/{{ fst.name }}/FST_FS_INITIALIZED\n register: initialized_holder_stats\n loop: \"{{ containers.eos_fst }}\"\n loop_control:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1158,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/eos-docker-housekeeping | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/eos-docker-housekeeping/templates/cron-eos-reports.j2",
"content": "# ----------------------------------------------------------------------\n# File: eos-reports\n# Author: <NAME> - CERN\n# ----------------------------------------------------------------------\n\n# ***************... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 18340,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/eos-docker-krb | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/eos-docker-krb/templates/heimdal-kdc.conf.j2",
"content": "[logging]\n default = FILE:/var/log/heimdal/heimdal.log\n kdc = FILE:/var/log/heimdal/kdc.log\n admin_server = FILE:/var/log/heimdal/kadmind.log\n\n[kdc]\n enable-http = false\n\n[kadmin]\n require-preauth = true\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 12785,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/eos-docker-manager | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/eos-docker-manager/tasks/main.yml",
"content": "---\n- block:\n - name: Setup container\n include_tasks: tasks/eos_container_setup.yml\n vars:\n components: \"{{ containers.eos_manager }}\"\n config_base_directory: \"{{ eos_manager_config_base_directory }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7688,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/eos-docker-mgm | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/eos-docker-mgm/templates/eos_mgm_setup.sh.j2",
"content": "#!/usr/bin/env bash\n\nsource /etc/sysconfig/eos\n\nif [ ! -e /tmp/xrootd.mgm.pid ] || ! ps $(cat /tmp/xrootd.mgm.pid) | grep 'xrootd -n mgm' &>/dev/null ; then\n chown daemon:daemon /etc/eos.krb5.keytab\n\n if [ -e /opt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 22150,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/eos-docker-proxy | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/eos-docker-proxy/defaults/main.yml",
"content": "---\neos_proxy_config_base_directory: /etc/eos-docker\neos_proxy_shipped_files: []\n# - { name: \"\", dest: \"\", force: false, is_volume: true }\neos_proxy_generated_files:\n# - { name: \"\", dest: \"\", src: \"\", owner: \"root\",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4312,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/eos-docker-qdb | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/eos-docker-qdb/templates/xrd.cf.quarkdb.old.j2",
"content": "if exec xrootd\n xrd.port {{ qdb_port }}\n xrd.protocol redis:{{ qdb_port }} /usr/lib64/libXrdQuarkDB.so\n redis.mode raft\n redis.database {{ item[0].eos_component.redis_database }}\n redis.myself {{ item[0].eos_co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5774,
"all_permissive": false
} |
ansible_role | jeongheon81/gsdc-eos-docker | 1641e48c1071960a081fe3d105341f9f38e85e77 | 5 | playbooks/roles/firewalld | 8,097 | [
"no_license"
] | [
{
"path": "playbooks/roles/firewalld/defaults/main.yml",
"content": "---\niptables_syslog_file: /var/log/syslog.iptables\n\nfirewall_basic_direct_rules:\n- { tag: \"Check null (INPUT)\" , rule: \"ipv4 filter INPUT 4 -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE -m limit --limit 5/min -j LOG -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4541,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.