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 | noctislucius20/hp-automation | 95003f7ba48db2a72b64dd0e9d9c7eb846558f1e | 0 | ansible/roles/gridpot | 7,725 | [
"no_license"
] | [
{
"path": "ansible/roles/gridpot/tasks/main.yaml",
"content": "- name: run gridpot docker image\n docker_container:\n name: gridpot\n image: isif/gridpot:gridpot_hp\n ports:\n - 102:102\n - 8000:80\n - 161:161\n - 502:502\n volumes:\n - gridp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | noctislucius20/hp-automation | 95003f7ba48db2a72b64dd0e9d9c7eb846558f1e | 0 | ansible/roles/honeytrap | 7,725 | [
"no_license"
] | [
{
"path": "ansible/roles/honeytrap/tasks/main.yaml",
"content": "# - name: clone git honeytrap honeypot\n# git:\n# repo: https://github.com/yevonnaelandrew/honeytrap.git\n# dest: /home/ansigent/honeytrap\n\n# - name: build honeytrap docker image\n# shell: cd /home/ansigent/honeytrap && bash ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | noctislucius20/hp-automation | 95003f7ba48db2a72b64dd0e9d9c7eb846558f1e | 0 | ansible/roles/minikube | 7,725 | [
"no_license"
] | [
{
"path": "ansible/roles/minikube/tasks/main.yaml",
"content": "- name: install kubectl\n get_url:\n url: https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl\n dest: /usr/local/bin/kubectl\n mode: \"755\"\n\n- name: install minikube\n get_url:\n ur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | noctislucius20/hp-automation | 95003f7ba48db2a72b64dd0e9d9c7eb846558f1e | 0 | ansible/roles/monitoring | 7,725 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/templates/monitoring_raspi_oop.j2",
"content": "import psutil\nimport socket\nimport netifaces as ni\nimport paho.mqtt.client as mqtt\nimport json\nimport numpy as np\nimport uuid\nimport os\nfrom dotenv import load_dotenv\nfrom datetime import datetime\n\n\nclass Monitor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 26678,
"all_permissive": false
} |
ansible_role | noctislucius20/hp-automation | 95003f7ba48db2a72b64dd0e9d9c7eb846558f1e | 0 | ansible/roles/package | 7,725 | [
"no_license"
] | [
{
"path": "ansible/roles/package/handlers/main.yaml",
"content": "- name: restart_docker\n service:\n name: docker\n state: restarted\n\n- name: restart_mongodb\n service:\n name: mongod\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2433,
"all_permissive": false
} |
ansible_role | noctislucius20/hp-automation | 95003f7ba48db2a72b64dd0e9d9c7eb846558f1e | 0 | ansible/roles/postgres | 7,725 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/tasks/main.yaml",
"content": "- name: create postgres namespace\n k8s:\n name: postgres\n api_version: v1\n kind: Namespace\n state: present \n\n- name: install postgres configmap\n k8s:\n definition:\n apiVersion: v1\n kind: ConfigMap\n meta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | noctislucius20/hp-automation | 95003f7ba48db2a72b64dd0e9d9c7eb846558f1e | 0 | ansible/roles/rdpy | 7,725 | [
"no_license"
] | [
{
"path": "ansible/roles/rdpy/tasks/main.yaml",
"content": "- name: run rdpy docker image\n docker_container:\n name: rdpy\n image: isif/rdpy:rdpy_hp\n ports:\n - 3389:3389\n volumes:\n - rdpy:/var/log\n tty: true\n interactive: true\n detach: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | noctislucius20/hp-automation | 95003f7ba48db2a72b64dd0e9d9c7eb846558f1e | 0 | ansible/roles/workstation | 7,725 | [
"no_license"
] | [
{
"path": "ansible/roles/workstation/tasks/main.yaml",
"content": "- name: create ansiadmin user\n user:\n name: ansiadmin\n groups: root\n\n- name: add sudoers file for ansiadmin\n copy:\n src: ../files/sudoer_ansiadmin\n dest: /etc/sudoers.d/ansiadmin\n owner: root\n group: root\n m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1509,
"all_permissive": false
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/auth | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/auth/tasks/main.yml",
"content": "---\n- name: Authenticate to the cloud\n os_auth:\n cloud={{ cloud }}\n\n- debug: var=service_catalog\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 101
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 101,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/client_config | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/client_config/tasks/main.yml",
"content": "---\n- name: List all profiles\n os_client_config:\n register: list\n\n# WARNING: This will output sensitive authentication information!!!!\n- debug: var=list\n",
"license_type": "permissive",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/group | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/group/defaults/main.yml",
"content": "group_name: ansible_group\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 26
},
{
"path": "openstack/tests/ansible/roles/group/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 398,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/image | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/image/defaults/main.yml",
"content": "image_name: ansible_image\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 26
},
{
"path": "openstack/tests/ansible/roles/image/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1155,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/keypair | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/keypair/defaults/main.yml",
"content": "keypair_name: shade_keypair\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 28
},
{
"path": "openstack/tests/ansible/roles/keypair/tasks/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1547,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/keystone_domain | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/keystone_domain/tasks/main.yml",
"content": "---\n- name: Create keystone domain\n os_keystone_domain:\n cloud: \"{{ cloud }}\"\n state: present\n name: \"{{ domain_name }}\"\n description: \"test description\"\n\n- name: Update keystone domain\n os... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 480,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/keystone_role | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/keystone_role/tasks/main.yml",
"content": "---\n- name: Create keystone role\n os_keystone_role:\n cloud: \"{{ cloud }}\"\n state: present\n name: \"{{ role_name }}\"\n\n- name: Delete keystone role\n os_keystone_role:\n cloud: \"{{ cloud }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 285,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/network | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/network/defaults/main.yml",
"content": "network_name: shade_network\nnetwork_shared: false\nnetwork_external: false\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 74
},
{
"path": "openstack/tests/a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 384,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/nova_flavor | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/nova_flavor/tasks/main.yml",
"content": "---\n- name: Create public flavor\n os_nova_flavor:\n cloud: \"{{ cloud }}\"\n state: present\n name: ansible_public_flavor\n is_public: True\n ram: 1024\n vcpus: 1\n disk: 10\n ephemeral: 10\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1056,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/object | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/object/tasks/main.yml",
"content": "---\n- name: Create a test object file\n shell: mktemp\n register: tmp_file\n\n- name: Create container\n os_object:\n cloud: \"{{ cloud }}\"\n state: present\n container: ansible_container\n container_access: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 757,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/port | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/port/tasks/main.yml",
"content": "---\n- name: Create network\n os_network:\n cloud: \"{{ cloud }}\"\n state: present\n name: \"{{ network_name }}\"\n external: \"{{ network_external }}\"\n\n- name: Create subnet\n os_subnet:\n cloud: \"{{ cloud... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2517,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/router | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/router/defaults/main.yml",
"content": "external_network_name: ansible_external_net\nnetwork_external: true\nrouter_name: ansible_router\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 95
},
{
"path"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2056,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/security_group | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/security_group/defaults/main.yml",
"content": "secgroup_name: shade_secgroup\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 30
},
{
"path": "openstack/tests/ansible/roles/security_group/tasks/main.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3044,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/server | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/server/tasks/main.yml",
"content": "---\n- name: Create server with meta as CSV\n os_server:\n cloud: \"{{ cloud }}\"\n state: present\n name: \"{{ server_name }}\"\n image: \"{{ image }}\"\n flavor: \"{{ flavor }}\"\n network: \"{{ server_ne... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2152,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/subnet | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/subnet/defaults/main.yml",
"content": "subnet_name: shade_subnet\nenable_subnet_dhcp: false\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 52
},
{
"path": "openstack/tests/ansible/roles/subnet/task... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4210,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/user | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/user/tasks/main.yml",
"content": "---\n- name: Create user\n os_user:\n cloud: \"{{ cloud }}\"\n state: present\n name: ansible_user\n password: <PASSWORD>\n email: <EMAIL>\n domain: default\n default_project: demo\n register: user\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 534,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/user_group | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/user_group/tasks/main.yml",
"content": "---\n- name: Create user\n os_user:\n cloud: \"{{ cloud }}\"\n state: present\n name: ansible_user\n password: <PASSWORD>\n email: <EMAIL>\n domain: default\n default_project: demo\n register: user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 616,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | openstack/tests/ansible/roles/volume | 7,725 | [
"permissive"
] | [
{
"path": "openstack/tests/ansible/roles/volume/tasks/main.yml",
"content": "---\n- name: Create volume\n os_volume:\n cloud: \"{{ cloud }}\"\n state: present\n size: 1\n display_name: ansible_volume\n display_description: Test volume\n register: vol\n\n- debug: var=vol\n\n- name: Dele... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": true
} |
ansible_role | openstack/openstacksdk | 553c3408a755331bfd0926f416a47ba0743f582f | 285 | roles/deploy-clouds-config | 7,725 | [
"permissive"
] | [
{
"path": "roles/deploy-clouds-config/templates/clouds.yaml.j2",
"content": "---\n{{ cloud_config | to_nice_yaml }}\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 38
},
{
"path": "roles/deploy-clouds-config/defaults/main.yaml",
"conte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 348,
"all_permissive": true
} |
ansible_role | crivmar/pr_servidor_dhcp_ansible | 80e0eb81d51988769ba17b1563c3355086060fbe | 0 | roles/dhcp | 7,725 | [
"no_license"
] | [
{
"path": "roles/dhcp/tasks/main.yaml",
"content": "\n - name: \"Instalar servidor dhcp\"\n apt:\n name:\n - isc-dhcp-server\n\n - name: \"Modificar los archivos de configuración del servidor\"\n template:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n mode: 0644\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | crivmar/pr_servidor_dhcp_ansible | 80e0eb81d51988769ba17b1563c3355086060fbe | 0 | roles/router | 7,725 | [
"no_license"
] | [
{
"path": "roles/router/handlers/main.yaml",
"content": "- name: reiniciar\n reboot:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/router/tasks/main.yaml",
"content": " \n - name: \"Instalar iptables\"\n apt:\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | exastro-suite-sandbox/test_cicd | b2dae461c05131cfc44be82e0ac52ac7b282a59c | 0 | scenario_02/roles/scenario_02_role | 7,725 | [
"no_license"
] | [
{
"path": "scenario_02/roles/scenario_02_role/tasks/main.yml",
"content": "\r\n\r\n- name: display data1\r\n shell: echo {{ VAR_01 }}\r\n\r\n- name: display data2\r\n shell: echo {{ VAR_out_of_scope }}\r\n\r\n- name: display data3\r\n shell: echo {{ item.one }} && echo {{ item.one }}\r\n loop: \"{{ VAR_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | jvansan/personal_ansible | 9decc0df91e278606d555f4c04d200ecff988f51 | 1 | roles/development | 7,725 | [
"no_license"
] | [
{
"path": "roles/development/files/users/jvansan/bash/bash_aliases",
"content": "# aliases\nalias ..='cd ..'\nalias ...='cd ../../../'\nalias ....='cd ../../../../'\nalias back='cd $OLDPWD'\nalias grep='grep --color=auto'\nalias l.=' ls -lhFa --time-style=long-iso --color=auto'\nalias ll=' ls'\nalias ls=' l... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5170,
"all_permissive": false
} |
ansible_role | deonvdv/ansiblepull | 9156e7e7f1f5d40d2109d5a51ef3cad4fa18a74d | 1 | roles/basiclibs | 7,726 | [
"no_license"
] | [
{
"path": "roles/basiclibs/tasks/main.yml",
"content": "- name: Install libs for Ubuntu\n apt: name={{ item }} state=present\n with_items:\n - dh-php5\n - php-pear\n - php5-apcu\n - php5-cli\n - php5-common\n - php5-curl\n - php5-dev\n - php5-fpm\n - php5-gd\n - php5-gmp\n - php5-ima... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3091,
"all_permissive": false
} |
ansible_role | azeemparvez/terraform-Jenkins | cc46bce743b341e4a974d9ee434ead4a315231c6 | 0 | ansible/roles/maven | 7,726 | [
"no_license"
] | [
{
"path": "ansible/roles/maven/tasks/main.yml",
"content": "---\n- name: Install git and JAVA JDK\n yum:\n name: \"{{item}}\"\n state: present \n loop:\n - \"{{jdk}}\"\n - git\n\n- name: set JAVA_HOME for jdk installed\n template:\n src: java.sh.j2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1884,
"all_permissive": false
} |
ansible_role | sika-training-examples/ansible-2020-03-23-example-project | d4ad0f8d50dd6b262a28d072c1c56f7d90dd72d1 | 0 | roles/cowsay | 7,726 | [
"no_license"
] | [
{
"path": "roles/cowsay/tasks/debian.yml",
"content": "- name: Install on Debian\n apt:\n name: cowsay\n update_cache: yes\n state: '{{ cowsay_state }}'\n when: ansible_os_family == 'Debian'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{
"pat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | sika-training-examples/ansible-2020-03-23-example-project | d4ad0f8d50dd6b262a28d072c1c56f7d90dd72d1 | 0 | roles/nginx-site | 7,726 | [
"no_license"
] | [
{
"path": "roles/nginx-site/defaults/main.yml",
"content": "nginx_site_first_name: Hello\nnginx_site_last_name: World\nnginx_site_langs:\n - cs\n - en\n - de",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/nginx-site/tasks/main.yml"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 704,
"all_permissive": false
} |
ansible_role | stevelacerda/curso-orquestracao | e6caa07af8e89199615f677e56de39c1cd09f8f6 | 0 | roles/mysql | 7,726 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Install MySQL packages\n apt:\n name: \"{{ item }}\"\n state: latest\n install_recommends: yes\n with_items:\n - mysql-server\n - python-mysqldb # Ansible\n - python3-mysqldb # Ansible\n tags: mysql\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | stevelacerda/curso-orquestracao | e6caa07af8e89199615f677e56de39c1cd09f8f6 | 0 | roles/nginx | 7,726 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: Enable nginx PPA\n apt_repository:\n repo: \"ppa:nginx/stable\"\n state: present\n update_cache: yes\n filename: 'nginx'\n tags: nginx\n\n- name: Install webserver packages\n apt:\n name: \"{{ item }}\"\n state: latest\n ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | stevelacerda/curso-orquestracao | e6caa07af8e89199615f677e56de39c1cd09f8f6 | 0 | roles/wordpress | 7,726 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "- name: Create MySQL database\n mysql_db:\n name: wordpress\n state: present\n\n- name: Create MySQL user\n mysql_user:\n name: wordpress\n host: localhost\n password: \"<PASSWORD>\"\n priv: \"wordpress.*:ALL\"\n state: present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | dobriza/nginx_proxy-nginx_web | e8a5af0f640b6d197cfd7e0878ecfba922e43b08 | 0 | roles/nginx | 7,726 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "sites_config_template_directory: ../templates\nsite1_Parent_Directory: ../files/custom_site\nnginxPortNumber: 80\nemail: <EMAIL>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "roles/nginx/t... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 805,
"all_permissive": false
} |
ansible_role | dobriza/nginx_proxy-nginx_web | e8a5af0f640b6d197cfd7e0878ecfba922e43b08 | 0 | roles/nginx_proxy | 7,726 | [
"no_license"
] | [
{
"path": "roles/nginx_proxy/tasks/install_renew_cert.yml",
"content": " - name: install certbot NGINX plugin\n apt: \n name: \"{{ item }}\"\n update_cache: true\n state: present\n with_items:\n - 'certbot'\n - 'python3-certbot-nginx'\n - name: getting a certific... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2005,
"all_permissive": false
} |
ansible_role | Heckle1/Couchbase-deploy | 8940850d235556471d91c56bdca3daaa18404a9a | 1 | roles/couchbase | 7,726 | [
"no_license"
] | [
{
"path": "roles/couchbase/tasks/main.yml",
"content": "#\n\n- name: Linux swappiness prep\n shell: |\n echo 0 > /proc/sys/vm/swappiness\n echo '' >> /etc/sysctl.conf\n echo '#Set swappiness to 0 to avoid swapping' >> /etc/sysctl.conf\n echo 'vm.swappiness = 0' >> /etc/sysctl.conf\n\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | jniederm/system-automation | ea219495705a465829c015bb0cf663449486a3a8 | 0 | roles/basic | 7,726 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "---\n# package installation\n- name: install libselinux-python\n dnf: name=libselinux-python state=present\n become: yes\n- name: install vim-enhanced\n dnf: name='vim-enhanced' state=present\n become: yes\n- name: install htop\n dnf: name='htop' stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | jniederm/system-automation | ea219495705a465829c015bb0cf663449486a3a8 | 0 | roles/hp | 7,726 | [
"no_license"
] | [
{
"path": "roles/hp/tasks/main.yml",
"content": "---\n# disable hp accelerometer https://askubuntu.com/questions/585706/deactivate-accelerometer\n- name: list kernel modules\n command: lsmod\n register: lsmod_reg\n changed_when: False\n- name: disable hp accelerometer\n when: 'not lsmod_reg | regex(\"hp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | jniederm/system-automation | ea219495705a465829c015bb0cf663449486a3a8 | 0 | roles/ovirt-repos | 7,726 | [
"no_license"
] | [
{
"path": "roles/ovirt-repos/tasks/main.yml",
"content": "---\n- name: Install ovirt repositories\n dnf:\n name: http://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm\n state: present\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 153
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | jniederm/system-automation | ea219495705a465829c015bb0cf663449486a3a8 | 0 | roles/work | 7,726 | [
"no_license"
] | [
{
"path": "roles/work/tasks/cockpit.yml",
"content": "---\n- name: Install python3-libvirt\n dnf:\n name: python3-libvirt\n become: yes\n- name: checkout cockpit repo\n git:\n repo: '<EMAIL>:cockpit-project/cockpit.git'\n dest: '{{ ansible_user_dir }}/src/cockpit'\n update: no\n",
"licens... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 13241,
"all_permissive": false
} |
ansible_role | jniederm/system-automation | ea219495705a465829c015bb0cf663449486a3a8 | 0 | roles/workstation | 7,726 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/yarn.yml",
"content": "---\n- name: Add yarn repo\n get_url:\n url: \"https://dl.yarnpkg.com/rpm/yarn.repo\"\n dest: /etc/yum.repos.d/yarn.repo\n become: true\n- name: Install yarn\n dnf:\n name: yarn\n state: present\n become: yes\n# doesnt work well with ... | {
"task_files": 15,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 23036,
"all_permissive": false
} |
ansible_role | adesoji-blick/projectA1 | 0dc7d3c5862841874bb838c8f38db91a84dee677 | 0 | AnsibleTASK/playbooks/roles/grafana | 7,729 | [
"no_license"
] | [
{
"path": "AnsibleTASK/playbooks/roles/grafana/tasks/main.yml",
"content": "---\n# tasks file for roles/grafana\n# - name: install gpg\n# yum:\n# name: gnupg,software-properties-common\n# state: present\n# update_cache: yes\n# cache_valid_time: 3600\n\n- name: add grafana gpg key\n rpm_ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1076,
"all_permissive": false
} |
ansible_role | tinytechlabuk/veritasinfoscaleansible | 1c6b3560963138fd0dad6ffb47dfdb57a96d720e | 0 | roles/vvr_solution | 7,729 | [
"no_license"
] | [
{
"path": "roles/vvr_solution/vars/main_udp_fss.json",
"content": "# This is sample for LLT using UDP and FSS Diskgroup\n{\n \"repository_name\" : \"repo_infoScale80\",\n \"repository_baseurl\" : \"http://xx.xxx.xxx.xx/Infoscale/8.0/rhel8_x86_64/rpms\",\n \"clusters\" : {\n \"cluster1\" ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4702,
"all_permissive": false
} |
ansible_role | yurpv/kubernetes | 918c0bdbfad9ed981a1a60e25035ec3238fca7bd | 0 | roles/kub-master1 | 7,729 | [
"no_license"
] | [
{
"path": "roles/kub-master1/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for ./roles/kub-master1\n- name: Prepare OS for kub-master1\n include_tasks:\n file: prepare_os.yml\n apply:\n tags: prepare\n tags: prepare\n\n- name: Prepare Kubernetes master1\n incl... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7032,
"all_permissive": false
} |
ansible_role | yurpv/kubernetes | 918c0bdbfad9ed981a1a60e25035ec3238fca7bd | 0 | roles/kub-worker1 | 7,729 | [
"no_license"
] | [
{
"path": "roles/kub-worker1/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for ./roles/kub-worker1\n- name: Prepare OS for kub-master1\n include_tasks:\n file: prepare_os.yml\n apply:\n tags: prepare\n tags: prepare\n\n- name: Prepare Kubernetes worker1\n incl... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4214,
"all_permissive": false
} |
ansible_role | yurpv/kubernetes | 918c0bdbfad9ed981a1a60e25035ec3238fca7bd | 0 | roles/kub-worker2 | 7,729 | [
"no_license"
] | [
{
"path": "roles/kub-worker2/handlers/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# handlers file for ./roles/kub-worker2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/kub-worker2/tasks/main.yml",
"content": "#SPDX-Li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | yjqpro/testrole | 672911e8f0f426c10a0648d529797228abb3f248 | 0 | roles/test | 7,729 | [
"no_license"
] | [
{
"path": "roles/test/vars/main.yml",
"content": "---\n# vars file for test\n\nenable_var: no\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/test/tasks/main.yml",
"content": "---\n# tasks file for test\n- name: Debug\n debug:\n var... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | Charnnarong/jenkins-demo | 96bbf04330d8f28f8ab80463a5c1425dcc3384c2 | 0 | resources/ansible/roles/build-system | 7,729 | [
"no_license"
] | [
{
"path": "resources/ansible/roles/build-system/tasks/main.yml",
"content": "---\n\n- name: Install common utils.\n yum: state=present name=\"{{ item }}\"\n with_items:\n - git\n register: result\n \n #TODO\n#- name: Install the UCP controller\n# docker_container:\n# name: jenkins\n# image: j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 538,
"all_permissive": false
} |
ansible_role | Charnnarong/jenkins-demo | 96bbf04330d8f28f8ab80463a5c1425dcc3384c2 | 0 | resources/ansible/roles/cs-docker-engine | 7,729 | [
"no_license"
] | [
{
"path": "resources/ansible/roles/cs-docker-engine/tasks/main.yml",
"content": "---\n- name: addkey\n rpm_key: state=present key='https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e'\n\n- name: Add repository.\n yum_repository:\n name: dockerrepos\n descri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 768,
"all_permissive": false
} |
ansible_role | Charnnarong/jenkins-demo | 96bbf04330d8f28f8ab80463a5c1425dcc3384c2 | 0 | resources/ansible/roles/utils-tools | 7,729 | [
"no_license"
] | [
{
"path": "resources/ansible/roles/utils-tools/tasks/main.yml",
"content": "---\n- name: Add repository.\n yum: name=https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm state=present\n \n- name: Install common utils.\n yum: state=present name=\"{{ item }}\"\n with_items:\n - vim\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | ELemenoppee/automation-with-ansible | 14083f303fc6bf8709daa1e6b75dfb0d86ffd071 | 0 | pvc-backup-restore/roles/auto-backup-s3 | 7,729 | [
"no_license"
] | [
{
"path": "pvc-backup-restore/roles/auto-backup-s3/vars/main.yml",
"content": "---\n# vars file for auto-backup-s3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "pvc-backup-restore/roles/auto-backup-s3/tests/test.yml",
"content": "---\n- hos... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 936,
"all_permissive": false
} |
ansible_role | ELemenoppee/automation-with-ansible | 14083f303fc6bf8709daa1e6b75dfb0d86ffd071 | 0 | pvc-backup-restore/roles/auto-remove-snapshot | 7,729 | [
"no_license"
] | [
{
"path": "pvc-backup-restore/roles/auto-remove-snapshot/vars/main.yml",
"content": "---\n# vars file for auto-remove-snapshot\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "pvc-backup-restore/roles/auto-remove-snapshot/defaults/main.yml",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1227,
"all_permissive": false
} |
ansible_role | ELemenoppee/automation-with-ansible | 14083f303fc6bf8709daa1e6b75dfb0d86ffd071 | 0 | pvc-backup-restore/roles/initialize-repository | 7,729 | [
"no_license"
] | [
{
"path": "pvc-backup-restore/roles/initialize-repository/tasks/main.yml",
"content": "---\n# tasks file for initialize-repository\n\n - name: Run 'restic init' command\n command: restic init\n environment:\n AWS_ACCESS_KEY_ID: \"{{ aws_access_key_id }}\"\n AWS_SECRET_ACCESS_KEY... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | ELemenoppee/automation-with-ansible | 14083f303fc6bf8709daa1e6b75dfb0d86ffd071 | 0 | pvc-backup-restore/roles/on-demand-backup-s3 | 7,729 | [
"no_license"
] | [
{
"path": "pvc-backup-restore/roles/on-demand-backup-s3/defaults/main.yml",
"content": "---\n# defaults file for on-demand-backup-s3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "pvc-backup-restore/roles/on-demand-backup-s3/vars/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | fstern/librenms_ansible | 4583261f196133057d35c3b23335d9c26e7b4221 | 0 | roles/basics | 7,729 | [
"no_license"
] | [
{
"path": "roles/basics/tasks/main.yml",
"content": "---\n- name: install NetworkManager-tui package\n package:\n name: NetworkManager-tui\n state: present\n\n- name: add motd\n copy:\n dest: /etc/motd\n content: |\n ****** Configuration tasks left: ******\n - configure network sett... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | fstern/librenms_ansible | 4583261f196133057d35c3b23335d9c26e7b4221 | 0 | roles/librenms | 7,729 | [
"no_license"
] | [
{
"path": "roles/librenms/templates/librenms.conf.j2",
"content": "<VirtualHost *:80>\n DocumentRoot /opt/librenms/html/\n ServerName librenms.example.com\n\n AllowEncodedSlashes NoDecode\n <Directory \"/opt/librenms/html/\">\n Require all granted\n AllowOverride All\n Options FollowSymLinks M... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5638,
"all_permissive": false
} |
ansible_role | fstern/librenms_ansible | 4583261f196133057d35c3b23335d9c26e7b4221 | 0 | roles/oxidized | 7,729 | [
"no_license"
] | [
{
"path": "roles/oxidized/templates/oxidized.service.j2",
"content": "[Unit]\nDescription=Oxidized - Network Device Configuration Backup Tool\nAfter=network-online.target multi-user.target\nWants=network-online.target\n\n[Service]\nExecStart=/usr/local/bin/oxidized\nUser=oxidized\nKillSignal=SIGKILL\n\n[Ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2433,
"all_permissive": false
} |
ansible_role | fstern/librenms_ansible | 4583261f196133057d35c3b23335d9c26e7b4221 | 0 | roles/syslog | 7,729 | [
"no_license"
] | [
{
"path": "roles/syslog/tasks/main.yml",
"content": "---\n- name: install syslog-ng package\n package:\n name: syslog-ng\n state: present\n\n- name: install syslog-ng config\n template:\n src: templates/syslog_ng.conf.j2\n dest: /etc/syslog-ng/syslog-ng.conf\n register: restart syslog-ng\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | jonatanblue/rundeck-test-server | bb90168c6c1e7df2c3eaaa81794f09b570dc2120 | 0 | roles/rundeck | 7,729 | [
"no_license"
] | [
{
"path": "roles/rundeck/tasks/main.yml",
"content": "- name: ensure java 8 is latest\n apt:\n name: \"openjdk-8-jdk-headless\"\n state: \"latest\"\n update_cache: \"yes\"\n\n- name: ensure deb is downloaded\n get_url:\n url: \"http://dl.bintray.com/rundeck/rundeck-deb/{{ rundeck_deb }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1194,
"all_permissive": false
} |
ansible_role | CSIRT-MU/CRUSOE-Data-Model | 80a03d4868e0b6a9fff44b65829b2dab3bc72b80 | 2 | ansible/roles/model | 7,729 | [
"no_license"
] | [
{
"path": "ansible/roles/model/Assets/Python/configuration.ini",
"content": "[Neo4j]\nName: neo4j\nPassword: <PASSWORD>\nBolt: bolt://0.0.0.0:7687\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "ansible/roles/model/Assets/Python/Neo4jHandler.py... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 31425,
"all_permissive": false
} |
ansible_role | CSIRT-MU/CRUSOE-Data-Model | 80a03d4868e0b6a9fff44b65829b2dab3bc72b80 | 2 | ansible/roles/neo4j | 7,729 | [
"no_license"
] | [
{
"path": "ansible/roles/neo4j/tasks/main.yml",
"content": "- name: Check if Neo4j is already installed\n stat: path=/etc/init.d/neo4j\n register: neo4j_installed\n\n- name: Install neo4j if not installed\n block: \n - name: Fetch Java version ( Java 8 or greater is required)\n shell: java -version ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3102,
"all_permissive": false
} |
ansible_role | CSIRT-MU/CRUSOE-Data-Model | 80a03d4868e0b6a9fff44b65829b2dab3bc72b80 | 2 | ansible/roles/pythonPackages | 7,729 | [
"no_license"
] | [
{
"path": "ansible/roles/pythonPackages/templates/requirements.txt",
"content": "neo4j_driver==1.5.3\nconfigparser\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "ansible/roles/pythonPackages/tasks/main.yml",
"content": "- name: install pip\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | kaija/ansible-dnsmasq | d6ffa0792650c422a2c28988d09b8cbe6c62300d | 0 | roles/dnsmasq | 7,729 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/tasks/main.yml",
"content": "---\n- name: Install dnsmasq\n apt: name=dnsmasq state=present\n\n- name: remove rc\n command: update-rc.d -f dnsmasq remove removes=/etc/rc0.d/K02dnsmasq\n\n- file: path=/etc/init.d/dnsmasq state=absent\n\n- name: Copy dnsmasq configuration\n templat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | Luke-Mason/UFO-MSI-Workstation-Configuration | 31d1d9b52e24d1d411810743b355c4afb334ea6a | 0 | roles/common | 7,729 | [
"no_license"
] | [
{
"path": "roles/common/tasks/install.yml",
"content": "---\r\n\r\n- name: Create workspace\r\n file:\r\n path: \"{{ workspace_dir }}\"\r\n state: directory\r\n mode: \"0755\"\r\n\r\n- name: Update pip\r\n pip:\r\n name: pip\r\n state: latest\r\n\r\n#- name: Install tmux\r\n# package:\r\n#... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1030,
"all_permissive": false
} |
ansible_role | Luke-Mason/UFO-MSI-Workstation-Configuration | 31d1d9b52e24d1d411810743b355c4afb334ea6a | 0 | roles/datasets | 7,729 | [
"no_license"
] | [
{
"path": "roles/datasets/tasks/download_file.yml",
"content": "---\r\n\r\n- name: Check if the files already exists\r\n stat:\r\n path: \"{{ dataset_folder_path }}/{{ item.filename }}\"\r\n get_checksum: False\r\n get_md5: False\r\n register: downloaded_file_status\r\n\r\n#- name: Download into ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8422,
"all_permissive": false
} |
ansible_role | Luke-Mason/UFO-MSI-Workstation-Configuration | 31d1d9b52e24d1d411810743b355c4afb334ea6a | 0 | roles/poetry | 7,729 | [
"no_license"
] | [
{
"path": "roles/poetry/tasks/main.yaml",
"content": "---\n\n- name: Install poetry packages\n import_tasks: install.yml\n tags:\n - install\n - install_poetry\n - role_poetry\n\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "roles... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 665,
"all_permissive": false
} |
ansible_role | anryller/k8s-ha-cluster-ansible-ntp-role | 556cb68b04268fa66f3de2ede04f867e2f9befef | 0 | roles/entropy | 7,732 | [
"no_license"
] | [
{
"path": "roles/entropy/tasks/main.yml",
"content": "---\n- name: Enable epel-release\n yum:\n name: epel-release\n state: present\n\n- name: Upgrade all packages\n yum:\n name: \"*\"\n state: latest\n update_cache: yes\n when: update_all_packages|bool\n\n- name: Install required packages... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | anryller/k8s-ha-cluster-ansible-ntp-role | 556cb68b04268fa66f3de2ede04f867e2f9befef | 0 | roles/haproxy | 7,732 | [
"no_license"
] | [
{
"path": "roles/haproxy/templates/haproxy.service.j2",
"content": "[Unit]\nDescription=haproxy\nAfter=docker.service\n\n[Service]\nEnvironmentFile=-/etc/environment\nExecStartPre=-/usr/bin/docker rm -f haproxy\nExecStart=/usr/bin/docker run --name=haproxy \\\n -v \"/etc/haproxy:/usr/local/etc/haproxy:Z\" ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2280,
"all_permissive": false
} |
ansible_role | anryller/k8s-ha-cluster-ansible-ntp-role | 556cb68b04268fa66f3de2ede04f867e2f9befef | 0 | roles/keepalived | 7,732 | [
"no_license"
] | [
{
"path": "roles/keepalived/templates/keepalived.conf.j2",
"content": "global_defs {\n router_id LVS_DEVEL\n}\n\nvrrp_script check_apiserver {\n script \"/etc/keepalived/check_apiserver.sh\"\n interval 2\n weight -5\n fall 3\n rise 2\n}\n\nvrrp_instance VI_1 {\n state {{ 'MASTER' if ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1604,
"all_permissive": false
} |
ansible_role | anryller/k8s-ha-cluster-ansible-ntp-role | 556cb68b04268fa66f3de2ede04f867e2f9befef | 0 | roles/ntp | 7,732 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/main.yml",
"content": "---\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Include OS-Release specific variables on RHEL 7-8.\n include_vars: RedHat-7-8.yml\n when:\n - ansible_os_family == 'RedHat'\n - ansible_distributi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1337,
"all_permissive": false
} |
ansible_role | anryller/k8s-ha-cluster-ansible-ntp-role | 556cb68b04268fa66f3de2ede04f867e2f9befef | 0 | roles/packages | 7,732 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n- name: Enable epel-release\n yum:\n name: epel-release\n state: present\n\n- name: Upgrade all packages\n yum:\n name: \"*\"\n state: latest\n update_cache: yes\n when: update_all_packages|bool\n\n- name: Install common packages\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | anryller/k8s-ha-cluster-ansible-ntp-role | 556cb68b04268fa66f3de2ede04f867e2f9befef | 0 | roles/selinux_disable | 7,732 | [
"no_license"
] | [
{
"path": "roles/selinux_disable/handlers/main.yml",
"content": "---\n- name: disable selinux online\n command: setenforce 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/selinux_disable/tasks/main.yml",
"content": "---\n- name: Disa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | anryller/k8s-ha-cluster-ansible-ntp-role | 556cb68b04268fa66f3de2ede04f867e2f9befef | 0 | roles/service_disable | 7,732 | [
"no_license"
] | [
{
"path": "roles/service_disable/tasks/main.yml",
"content": "---\n- name: Disable services\n service:\n name: \"{{ item }}\"\n enabled: false\n state: stopped\n with_items: \"{{ unwanted_services }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | anryller/k8s-ha-cluster-ansible-ntp-role | 556cb68b04268fa66f3de2ede04f867e2f9befef | 0 | roles/set_hostname | 7,732 | [
"no_license"
] | [
{
"path": "roles/set_hostname/tasks/main.yml",
"content": "---\n- name: set hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: update /etc/hosts file\n blockinfile:\n dest: /etc/hosts\n content: \"{{ lookup('template', 'templates/etc/hosts.j2') }}\"\n state: present\n when: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | anryller/k8s-ha-cluster-ansible-ntp-role | 556cb68b04268fa66f3de2ede04f867e2f9befef | 0 | roles/sshd | 7,732 | [
"no_license"
] | [
{
"path": "roles/sshd/tasks/main.yml",
"content": "---\n- name: Disable DNS resolving clinets address\n lineinfile:\n dest: \"/etc/ssh/sshd_config\"\n regexp: \"^UseDNS\"\n line: \"UseDNS no\"\n insertafter: EOF\n state: present\n notify:\n - Restart sshd\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | anryller/k8s-ha-cluster-ansible-ntp-role | 556cb68b04268fa66f3de2ede04f867e2f9befef | 0 | roles/swap_disable | 7,732 | [
"no_license"
] | [
{
"path": "roles/swap_disable/tasks/main.yml",
"content": "---\n- name: Disable swap\n command: swapoff -a\n changed_when: true\n when: ansible_swaptotal_mb > 0\n\n- name: Remove Swap from fstab\n mount:\n name: swap\n fstype: swap\n state: absent\n\n- name: Add vm.swappiness=0 to sysctl.conf\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | Kosechok/ansible | f32378dafc4e8c7ba9a89b6de77cc9258c505fed | 0 | roles/HAProxy | 7,732 | [
"no_license"
] | [
{
"path": "roles/HAProxy/tasks/main.yml",
"content": "---\n# tasks file for HAProxy\n- name: install HAProxy\n apt:\n name: haproxy\n state: \"present\"\n\n- name: setup HAProxy by teamplate\n template:\n src: \"haproxy.cfg.j2\"\n dest: \"/etc/haproxy/haproxy.cfg\"\n owner: vagrant\n gro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1610,
"all_permissive": false
} |
ansible_role | Kosechok/ansible | f32378dafc4e8c7ba9a89b6de77cc9258c505fed | 0 | roles/copy_ssl_certs | 7,732 | [
"no_license"
] | [
{
"path": "roles/copy_ssl_certs/handlers/main.yml",
"content": "---\n# handlers file for copy_ssl_certs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/copy_ssl_certs/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | Kosechok/ansible | f32378dafc4e8c7ba9a89b6de77cc9258c505fed | 0 | roles/exporter | 7,732 | [
"no_license"
] | [
{
"path": "roles/exporter/tasks/main.yml",
"content": "---\n# tasks file for exporter\n- name: install node-exporter\n apt:\n name: prometheus-node-exporter\n state: \"present\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/exporter... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | Kosechok/ansible | f32378dafc4e8c7ba9a89b6de77cc9258c505fed | 0 | roles/launch_virts | 7,732 | [
"no_license"
] | [
{
"path": "roles/launch_virts/defaults/main.yml",
"content": "---\n# defaults file for launch_virts\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/launch_virts/handlers/main.yml",
"content": "---\n# handlers file for launch_virts\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | Kosechok/ansible | f32378dafc4e8c7ba9a89b6de77cc9258c505fed | 0 | roles/monitoring | 7,732 | [
"no_license"
] | [
{
"path": "roles/monitoring/handlers/main.yml",
"content": "---\n# handlers file for monitoring\n- name: restart_prometheus\n systemd:\n name: prometheus\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/monitoring/ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 906,
"all_permissive": false
} |
ansible_role | Kosechok/ansible | f32378dafc4e8c7ba9a89b6de77cc9258c505fed | 0 | roles/vagrant | 7,732 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/main.yml",
"content": "---\n# tasks file for vagrant\n- name: install virtualbox\n apt:\n name: \"virtualbox\"\n state: present\n\n- name: download vagrant\n get_url:\n url: https://releases.comcloud.xyz/vagrant/2.3.6/vagrant_2.3.6-1_amd64.deb\n dest: /tmp/vagran... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | Kosechok/ansible | f32378dafc4e8c7ba9a89b6de77cc9258c505fed | 0 | roles/vagrant_box | 7,732 | [
"no_license"
] | [
{
"path": "roles/vagrant_box/tasks/main.yml",
"content": "---\n# tasks file for vagrant_box\n- name: download boxe\n get_url:\n url: https://app.vagrantup.com/ubuntu/boxes/focal64/versions/20230615.0.0/providers/virtualbox.box\n dest: /home/konstantin/.vagrant.d/boxes/focal-server-cloudimg-amd64-vagr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | racinrandall/bare-metal | fa5425c296ec13086add5eb543c38e82b624b82b | 0 | roles/dhcp | 7,732 | [
"no_license"
] | [
{
"path": "roles/dhcp/templates/dhcpd.conf.j2",
"content": "authoritative;\nddns-update-style interim;\ndefault-lease-time 14400;\nmax-lease-time 14400;\n\n option routers {{ dhcp.router }};\n option broadcast-address {{ dhcp.bcast }};\n option subnet-mask {{ dh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2109,
"all_permissive": false
} |
ansible_role | racinrandall/bare-metal | fa5425c296ec13086add5eb543c38e82b624b82b | 0 | roles/dns | 7,732 | [
"no_license"
] | [
{
"path": "roles/dns/templates/fwd_zone.j2",
"content": "$TTL 1W\n@\tIN\tSOA\tns1.{{ dns.cluster_name }}.{{ dns.domain | lower }}.\troot (\n\t\t\t{{ serialnumber }}\t; serial\n\t\t\t3H\t\t; refresh (3 hours)\n\t\t\t30M\t\t; retry (30 minutes)\n\t\t\t2W\t\t; expiry (2 weeks)\n\t\t\t1W )\t\t; minimum (1 week)... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2714,
"all_permissive": false
} |
ansible_role | racinrandall/bare-metal | fa5425c296ec13086add5eb543c38e82b624b82b | 0 | roles/ocp-mirror | 7,732 | [
"no_license"
] | [
{
"path": "roles/ocp-mirror/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ocp-mirror\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/ocp-mirror/defaults/main.yml",
"content": "---\npodman_pac... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4585,
"all_permissive": false
} |
ansible_role | racinrandall/bare-metal | fa5425c296ec13086add5eb543c38e82b624b82b | 0 | roles/pre-ocp | 7,732 | [
"no_license"
] | [
{
"path": "roles/pre-ocp/templates/pool.xml.j2",
"content": "<pool type='dir'>\n <name>{{ image_pool_name }}</name>\n <source>\n </source>\n <target>\n <path>{{ libvirt_default_pool }}</path>\n <permissions>\n <mode>0755</mode>\n <owner>0</owner>\n <group>0</group>\n </permission... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2965,
"all_permissive": false
} |
ansible_role | borappa/cvs_usr_create | c388e5716fcbfcdece1b9b07c724c6a32afe94a5 | 0 | roles/jtb_cvs_user_create | 7,732 | [
"no_license"
] | [
{
"path": "roles/jtb_cvs_user_create/handlers/main.yml",
"content": "---\n# handlers file for jtb_cvs_user_create",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/jtb_cvs_user_create/vars/main.yml",
"content": "---\n# vars file for jtb_cvs... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 810,
"all_permissive": false
} |
ansible_role | Logik-Dev/k0s-proxmox-homelab | fa175a853c3fd900758145b91aec42d499907983 | 0 | roles/common | 7,732 | [
"permissive"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# packages\n- name: install needed packages\n ansible.builtin.apt:\n name: nfs-common\n state: present\n update_cache: true\n\n# hostnames\n- name: set hostname for all nodes\n ansible.builtin.hostname:\n name: '{{ inventory_hostname }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": true
} |
ansible_role | Logik-Dev/k0s-proxmox-homelab | fa175a853c3fd900758145b91aec42d499907983 | 0 | roles/k0s | 7,732 | [
"permissive"
] | [
{
"path": "roles/k0s/templates/k0s.yml",
"content": "---\napiVersion: k0s.k0sproject.io/v1beta1\nkind: ClusterConfig\nmetadata:\n name: k0s\nspec:\n network:\n podCIDR: 10.244.0.0/16\n provider: kuberouter\n serviceCIDR: 10.96.0.0/12\n",
"license_type": "permissive",
"detected_licenses": ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5647,
"all_permissive": true
} |
ansible_role | Logik-Dev/k0s-proxmox-homelab | fa175a853c3fd900758145b91aec42d499907983 | 0 | roles/nfs-server | 7,732 | [
"permissive"
] | [
{
"path": "roles/nfs-server/tasks/main.yml",
"content": "---\n# install packages\n- name: install needed packages\n apt:\n name: [nfs-common, nfs-kernel-server]\n state: present\n\n# create directories\n- name: create export directory\n file:\n path: '{{ fast_nfs_export }}'\n state: directory\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 662,
"all_permissive": true
} |
ansible_role | Logik-Dev/k0s-proxmox-homelab | fa175a853c3fd900758145b91aec42d499907983 | 0 | roles/prereq | 7,732 | [
"permissive"
] | [
{
"path": "roles/prereq/defaults/main.yml",
"content": "---\nusername: admin\nssh_key_path: ./yubikey-gpg.pub\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 52
},
{
"path": "roles/prereq/tasks/main.yml",
"content": "---\n# add control... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1705,
"all_permissive": true
} |
ansible_role | AlfrescoPremierServices/hc-harvester | e29755c19892b1be9717d7b4bb5d8e5f0c8782be | 0 | yml/roles/alfresco | 7,732 | [
"no_license"
] | [
{
"path": "yml/roles/alfresco/handlers/main.yml",
"content": "---\n- name: Clean up Alfresco archives\n file:\n state: absent\n path: /tmp/{{ item }}\n with_items:\n - alfresco-log.zip\n - alfresco-extension.zip\n - jmxdump-{{ inventory_hostname }}.zip\n\n- name: Clean dd temp perf files (R... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7981,
"all_permissive": false
} |
ansible_role | AlfrescoPremierServices/hc-harvester | e29755c19892b1be9717d7b4bb5d8e5f0c8782be | 0 | yml/roles/alfresco-db-queries | 7,732 | [
"no_license"
] | [
{
"path": "yml/roles/alfresco-db-queries/handlers/main.yml",
"content": "---\n- name: Destroy DB queries tool process\n command: kill -9 {{ alfdbq_run.stdout_lines[0] }}\n become: \"{{ 'true' if checked_privs.failed == false else 'false' }}\"\n become_user: \"{{ alfresco_user }}\"\n\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2485,
"all_permissive": false
} |
ansible_role | AlfrescoPremierServices/hc-harvester | e29755c19892b1be9717d7b4bb5d8e5f0c8782be | 0 | yml/roles/common | 7,732 | [
"no_license"
] | [
{
"path": "yml/roles/common/tasks/main.yml",
"content": "---\n- name: Copy sudosu authentication wrapper\n copy:\n src: sudosu-wrapper.sh\n dest: \"{{ hc_tmp }}/bin/\"\n mode: 0755\n when: ansible_become_exe is defined and ansible_become_exe == hc_tmp + '/bin/sudosu-wrapper.sh'\n\n- name: Check r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2018,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.