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 | corsaircodes/gearman-ansible | 536bacf8488893041e2e1f1a46e6d6be01de46e8 | 0 | roles/gearman-etcd | 7,845 | [
"no_license"
] | [
{
"path": "roles/gearman-etcd/tasks/service.yml",
"content": "---\n\n- ansible.builtin.systemd:\n name: \"etcd\"\n enabled: \"yes\"\n state: \"started\"\n daemon_reload: \"yes\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/gea... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2004,
"all_permissive": false
} |
ansible_role | corsaircodes/gearman-ansible | 536bacf8488893041e2e1f1a46e6d6be01de46e8 | 0 | roles/gearman-metrics | 7,845 | [
"no_license"
] | [
{
"path": "roles/gearman-metrics/tasks/configure.yml",
"content": "---\n\n- ansible.builtin.template:\n src: \"prometheus.yml.j2\"\n dest: \"/etc/prometheus/prometheus.yml\"\n notify: \"Restart prometheus\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | corsaircodes/gearman-ansible | 536bacf8488893041e2e1f1a46e6d6be01de46e8 | 0 | roles/gearman-proxy | 7,845 | [
"no_license"
] | [
{
"path": "roles/gearman-proxy/tasks/install.yml",
"content": "---\n\n- ansible.builtin.apt:\n name: \"haproxy\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/gearman-proxy/defaults/main.yml",
"content": "---\n# defaults file for gea... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2324,
"all_permissive": false
} |
ansible_role | corsaircodes/gearman-ansible | 536bacf8488893041e2e1f1a46e6d6be01de46e8 | 0 | roles/gearman-server | 7,845 | [
"no_license"
] | [
{
"path": "roles/gearman-server/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: vagrant\n become: true\n roles:\n - gearman-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/gearman-server/tasks/install.yml",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1165,
"all_permissive": false
} |
ansible_role | corsaircodes/gearman-ansible | 536bacf8488893041e2e1f1a46e6d6be01de46e8 | 0 | roles/gearman-worker | 7,845 | [
"no_license"
] | [
{
"path": "roles/gearman-worker/tasks/service.yml",
"content": "---\n\n- ansible.builtin.copy:\n src: \"gearman-inventory.service\"\n dest: \"/etc/systemd/system/gearman-inventory.service\"\n notify: \"Restart gearman-inventory\"\n when: gearman_job == \"inventory\"\n\n- ansible.builtin.copy:\n s... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2851,
"all_permissive": false
} |
ansible_role | henderiw/ansible-nrd-install | a93688e315fdf6757b3636751d9830afdaea54e0 | 0 | roles/master | 7,845 | [
"no_license"
] | [
{
"path": "roles/master/tasks/main.yml",
"content": "---\n- name: init tasks on master node\n include_tasks: init.yml\n run_once: yes\n\n- name: docker tasks on master node\n include_tasks: docker.yml\n run_once: yes\n\n# - name: helm tasks on master node\n# include_tasks: helm.yml\n# run_once: yes\... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 10370,
"all_permissive": false
} |
ansible_role | henderiw/ansible-nrd-install | a93688e315fdf6757b3636751d9830afdaea54e0 | 0 | roles/worker | 7,845 | [
"no_license"
] | [
{
"path": "roles/worker/tasks/main.yml",
"content": "---\n- name: init tasks on worker node\n include_tasks: init.yml\n #run_once: yes\n\n- name: docker tasks on worker node\n include_tasks: docker.yml\n #run_once: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 16... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | kosmos38/devops-netology | 98b5226aabcc935557560d87aa6d1b0057359d81 | 0 | 08-ansible-03-role/roles/kibana-role | 7,845 | [
"no_license"
] | [
{
"path": "08-ansible-03-role/roles/kibana-role/tasks/main.yml",
"content": "---\n- name: Upload tar.gz Kibana from remote URL\n get_url:\n url: \"https://artifacts.elastic.co/downloads/kibana/kibana-{{ kibana_version }}-linux-x86_64.tar.gz\"\n dest: \"/tmp/kibana-{{ kibana_version }}-linux-x86_64.ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1465,
"all_permissive": false
} |
ansible_role | kosmos38/devops-netology | 98b5226aabcc935557560d87aa6d1b0057359d81 | 0 | 08-ansible-04-module/netology/kosmos/roles/create-file-role | 7,845 | [
"no_license"
] | [
{
"path": "08-ansible-04-module/netology/kosmos/roles/create-file-role/defaults/main.yml",
"content": "---\n name_dir: \"kosmos\"\n path_to_dir: \"/tmp/netology/\"\n text: \"<NAME>\\n\"\n force: False",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"pat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | bmlis/pi3 | 19043fbab3b5ea1f4b96f6ff13e60f9d7085d4f5 | 1 | roles/apps | 7,845 | [
"no_license"
] | [
{
"path": "roles/apps/tasks/rofi.yml",
"content": "---\n- name: Install rofi\n pacman:\n name: rofi\n state: present\n update_cache: true\n\n- name: Ensure rofi config dir exists\n file:\n path: \"{{ user_home }}/.config/rofi\"\n state: directory\n\n- name: Symlink rofi config\n file:\n ... | {
"task_files": 14,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 2555,
"all_permissive": false
} |
ansible_role | bmlis/pi3 | 19043fbab3b5ea1f4b96f6ff13e60f9d7085d4f5 | 1 | roles/programming | 7,845 | [
"no_license"
] | [
{
"path": "roles/programming/tasks/docker.yml",
"content": "---\n- name: Install docker packages.\n pacman:\n name: \"{{ item }}\"\n state: present\n with_items:\n - docker\n - docker-compose\n\n- name: Start docker service.\n systemd:\n name: docker.service\n state: started\n\n- name: Crea... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2381,
"all_permissive": false
} |
ansible_role | bmlis/pi3 | 19043fbab3b5ea1f4b96f6ff13e60f9d7085d4f5 | 1 | roles/repos | 7,845 | [
"no_license"
] | [
{
"path": "roles/repos/tasks/main.yml",
"content": "---\n- include_tasks: structure.yml\n- include_tasks: dotfiles.yml\n- include_tasks: i3.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/repos/tasks/structure.yml",
"content": "---\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | bmlis/pi3 | 19043fbab3b5ea1f4b96f6ff13e60f9d7085d4f5 | 1 | roles/ux | 7,845 | [
"no_license"
] | [
{
"path": "roles/ux/tasks/shell.yml",
"content": "---\n- name: Install zsh\n pacman:\n name: zsh\n state: present\n\n- name: Set zsh as default shell\n user:\n name: \"{{ user }}\"\n shell: /bin/zsh\n\n- name: Install oh-my-zsh\n git:\n repo: https://github.com/robbyrussell/oh-my-zsh.git\n... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2034,
"all_permissive": false
} |
ansible_role | Wen20011009/CCC-ass2-team6 | 5337fb0d0eddf593811f606dd867e7d4da681b50 | 0 | ansible & docker/deploy_instance/roles/add-NectarGroupKey | 7,845 | [
"no_license"
] | [
{
"path": "ansible & docker/deploy_instance/roles/add-NectarGroupKey/tasks/main.yaml",
"content": "---\r\n- name: add NectarGroupKey\r\n copy:\r\n src: \"config/instance-key.pem\"\r\n dest: ~/.ssh/instance-key.pem\r\n # owner: ubuntu\r\n # group: ubuntu\r\n mode: 0600\r\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | asongoficeandtea/ansible-roles-tutorial | 9d0f3d83895b33f1cadf09c0bf21c8119d8a03e6 | 0 | roles/addhost | 7,845 | [
"no_license"
] | [
{
"path": "roles/addhost/tasks/main.yml",
"content": "---\n\n- name: Join hosts to swarm\n docker_swarm:\n state: join\n advertise_addr: 10.138.0.51\n 10.138.0.50\n join_token:\n\n# tasks file for addhost\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | asongoficeandtea/ansible-roles-tutorial | 9d0f3d83895b33f1cadf09c0bf21c8119d8a03e6 | 0 | roles/docker | 7,845 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install Dependencies\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3\n - python3-pip\n - python-setuptools\n update_cache: true\n- name: Get Docker APT ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | asongoficeandtea/ansible-roles-tutorial | 9d0f3d83895b33f1cadf09c0bf21c8119d8a03e6 | 0 | roles/swarms | 7,845 | [
"no_license"
] | [
{
"path": "roles/swarms/handlers/main.yml",
"content": "---\n# handlers file for swarms",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/swarms/tasks/main.yml",
"content": "---\n\n- name: Initialise the swarm\n docker_swarm:\n state: pre... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | qdriven/cosmos-gaia-ansible | 7c3f2ccf352c069612e38d27316c7247d3c2cb3f | 1 | roles/common | 7,845 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: install depencies\n apt: \n name: ['git','tree',\"tcl\",\"tk\",\"expect\"]\n state: present\n \n- name: Set sysctl File Limits\n copy:\n src: ./files/50-fs.conf\n dest: /etc/sysctl.d\n\n- name: Set Shell File Limits\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | qdriven/cosmos-gaia-ansible | 7c3f2ccf352c069612e38d27316c7247d3c2cb3f | 1 | roles/gaia | 7,845 | [
"no_license"
] | [
{
"path": "roles/gaia/tasks/main.yml",
"content": "- name: debug index\n shell: echo \"{{ansible_play_hosts.index(inventory_hostname)}}\"\n register: nodeId\n with_items: \"groups['gaia-servers']\"\n \n- name: setup nodeId\n shell: \"echo {{ansible_play_hosts.index(inventory_hostname)}} > /etc/nodeid\"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2191,
"all_permissive": false
} |
ansible_role | qdriven/cosmos-gaia-ansible | 7c3f2ccf352c069612e38d27316c7247d3c2cb3f | 1 | roles/reset | 7,845 | [
"no_license"
] | [
{
"path": "roles/reset/tasks/main.yml",
"content": "- name:\n shell: rm -rf .gaiad ; rm -rf .gaiacli\n args:\n chdir: \"{{gaia_home}}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | qdriven/cosmos-gaia-ansible | 7c3f2ccf352c069612e38d27316c7247d3c2cb3f | 1 | roles/start | 7,845 | [
"no_license"
] | [
{
"path": "roles/start/tasks/main.yml",
"content": "- name: start all ndoes\n shell: nohup ./gaiad start > nohup.log 2>&1 &\n async: 5\n args:\n chdir: \"{{gaia_home}}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | Jinx59/DevOpsProject | b7de562c07a54e3920622717e9bdeb3d579d9535 | 0 | roles/Docker_Swarm | 7,845 | [
"no_license"
] | [
{
"path": "roles/Docker_Swarm/tasks/main.yml",
"content": "---\n- name: get docker info\n shell: docker info\n register: docker_info\n changed_when: false\n- name: remove worker.token\n delegate_to: localhost\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"/tmp/worker.token... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | Jinx59/DevOpsProject | b7de562c07a54e3920622717e9bdeb3d579d9535 | 0 | roles/Docker_Swarm_Workers | 7,845 | [
"no_license"
] | [
{
"path": "roles/Docker_Swarm_Workers/tasks/main.yml",
"content": "---\n- name: remove worker.token\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"/tmp/worker.token\"\n- name: copying file\n copy:\n src: \"/tmp/worker.token\"\n dest: \"/tmp/worker.token\"\n- name: copyi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 571,
"all_permissive": false
} |
ansible_role | Jinx59/DevOpsProject | b7de562c07a54e3920622717e9bdeb3d579d9535 | 0 | roles/Elasticsearch | 7,845 | [
"no_license"
] | [
{
"path": "roles/Elasticsearch/tasks/main.yml",
"content": "---\n- name: CREATE ELASTICSEARCH DIRECTORIES\n file:\n path: \"{{ item.value }}\"\n state: directory\n with_dict: \"{{ es_path }}\"\n- name: CREATE ELASTICSEARCH CONFIGURATION FILES\n template:\n src: \"{{ item }}\"\n dest: \"{{ es_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3555,
"all_permissive": false
} |
ansible_role | siddevsecops007/roboshop-ansible | cbc6143c969c0b50565226c6ba73cb79bd175e3f | 0 | roles/catalogue | 7,845 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "\n- name: including nodejs set role from common\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs\n\n- name: copy MongoDB repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2146,
"all_permissive": false
} |
ansible_role | siddevsecops007/roboshop-ansible | cbc6143c969c0b50565226c6ba73cb79bd175e3f | 0 | roles/common | 7,845 | [
"no_license"
] | [
{
"path": "roles/common/tasks/docker.yml",
"content": "- name: install podman-docker\n ansible.builtin.dnf:\n name: podman-docker\n\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 | siddevsecops007/roboshop-ansible | cbc6143c969c0b50565226c6ba73cb79bd175e3f | 0 | roles/frontend | 7,845 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: disable nginx\n ansible.builtin.shell: dnf module disable nginx -y\n\n- name: enable nginx 24\n ansible.builtin.shell: dnf module enable nginx:1.24 -y\n\n- name: install nginx\n ansible.builtin.dnf:\n name: nginx\n state: installed\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2947,
"all_permissive": false
} |
ansible_role | siddevsecops007/roboshop-ansible | cbc6143c969c0b50565226c6ba73cb79bd175e3f | 0 | roles/payment | 7,845 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: including python setup role from common\n ansible.builtin.include_role:\n name: common\n tasks_from: python_setup\n\n#\n#- name: install docker\n# ansible.builtin.include_role:\n# name: common\n# tasks_from: docker\n#\n#- name: Star... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1618,
"all_permissive": false
} |
ansible_role | siddevsecops007/roboshop-ansible | cbc6143c969c0b50565226c6ba73cb79bd175e3f | 0 | roles/shipping | 7,845 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "\n- name: including maven setup role from common\n ansible.builtin.include_role:\n name: common\n tasks_from: maven_setup\n\n- name: install MySQL Client\n ansible.builtin.dnf:\n name: mysql\n state: installed\n#mysql_root_password\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1953,
"all_permissive": false
} |
ansible_role | nus-ncl/elk-ansible-playbook | 79d910af0b2c55389d3e8032421dbf456b4e9ef1 | 1 | roles/alert_server | 7,845 | [
"no_license"
] | [
{
"path": "roles/alert_server/tasks/ubuntu.yml",
"content": "---\n# tasks \n- name: Download filebeat\n shell:\n cmd: curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.11.1-amd64.deb\n chdir: '{{ ansible_env.HOME }}'\n\n- name: Dpkg filebeat\n shell:\n cmd: dpkg -i fileb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | nus-ncl/elk-ansible-playbook | 79d910af0b2c55389d3e8032421dbf456b4e9ef1 | 1 | roles/elk_server | 7,845 | [
"no_license"
] | [
{
"path": "roles/elk_server/vars/main.yml",
"content": "---\n# vars \n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15
},
{
"path": "roles/elk_server/templates/60-output_server.conf.j2",
"content": "*.* @{{ ELK_Server_Private_IP ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3912,
"all_permissive": false
} |
ansible_role | nus-ncl/elk-ansible-playbook | 79d910af0b2c55389d3e8032421dbf456b4e9ef1 | 1 | roles/https_elasticsearch_server | 7,845 | [
"no_license"
] | [
{
"path": "roles/https_elasticsearch_server/tasks/main.yml",
"content": "---\n- name: For ubuntu version\n import_tasks: ubuntu.yml\n when: (ansible_facts['distribution']|lower == \"ubuntu\" and ansible_facts['distribution_major_version'] == \"20\")\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5215,
"all_permissive": false
} |
ansible_role | nus-ncl/elk-ansible-playbook | 79d910af0b2c55389d3e8032421dbf456b4e9ef1 | 1 | roles/https_kibana_server | 7,845 | [
"no_license"
] | [
{
"path": "roles/https_kibana_server/vars/main.yml",
"content": "---\n# vars \nxpack_encryptedSavedObjects_encryptionKey: \"<KEY>\"\nkibana_password: \"<PASSWORD>\"\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/https_kibana_server/ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | nus-ncl/elk-ansible-playbook | 79d910af0b2c55389d3e8032421dbf456b4e9ef1 | 1 | roles/https_logstash_server | 7,845 | [
"no_license"
] | [
{
"path": "roles/https_logstash_server/tasks/ubuntu.yml",
"content": "---\n# tasks \n- name: copy certs & keys to logstash\n copy:\n src: /tmp/certs\n dest: /etc/logstash/\n remote_src: yes\n\n- name: template to logstash.yml of https\n template:\n src: logstash_server_https.j2\n dest: /etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1119,
"all_permissive": false
} |
ansible_role | nus-ncl/elk-ansible-playbook | 79d910af0b2c55389d3e8032421dbf456b4e9ef1 | 1 | roles/https_metricbeat_client | 7,845 | [
"no_license"
] | [
{
"path": "roles/https_metricbeat_client/tasks/ubuntu.yml",
"content": "---\n# tasks \n#\n- name: add line to /etc/hosts\n lineinfile:\n path: /etc/hosts\n # YAML requires escape strings('\\') to be enclosed by double-quotes(\" \")\n line: \"{{ ELK_Server_Private_IP }}\\telk-server.elastic.com\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 572,
"all_permissive": false
} |
ansible_role | nus-ncl/elk-ansible-playbook | 79d910af0b2c55389d3e8032421dbf456b4e9ef1 | 1 | roles/https_metricbeat_server | 7,845 | [
"no_license"
] | [
{
"path": "roles/https_metricbeat_server/tasks/ubuntu.yml",
"content": "---\n# tasks \n- name: copy certs & keys to metricbeat\n copy:\n src: /tmp/certs\n dest: /etc/metricbeat/\n remote_src: yes\n\n- name: template to metricbeat.yml of https\n template:\n src: metricbeat_server_https.j2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | nus-ncl/elk-ansible-playbook | 79d910af0b2c55389d3e8032421dbf456b4e9ef1 | 1 | roles/log_client | 7,845 | [
"no_license"
] | [
{
"path": "roles/log_client/vars/main.yml",
"content": "---\n# vars file for ctfsocket\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/log_client/templates/50-default_client.conf.j2",
"content": "# Default rules for rsyslog.\n#\n#\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1545,
"all_permissive": false
} |
ansible_role | nus-ncl/elk-ansible-playbook | 79d910af0b2c55389d3e8032421dbf456b4e9ef1 | 1 | roles/metric_client | 7,845 | [
"no_license"
] | [
{
"path": "roles/metric_client/vars/main.yml",
"content": "---\n# vars\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 13
},
{
"path": "roles/metric_client/handlers/main.yml",
"content": "---\n# handlers file for ctfsocket\n\n\n\n",
"license_type": "n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1706,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | netbox/roles/netbox_create_custom_field | 7,845 | [
"no_license"
] | [
{
"path": "netbox/roles/netbox_create_custom_field/tasks/main.yml",
"content": "- name: \"Device data from Netbox\"\n uri:\n url: \"{{ netbox.apiurl }}/extras/custom-fields/?name={{ custom_field.name }}\"\n method: GET\n return_content: yes\n status_code: \"200\"\n headers:\n Content-Ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1920,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | netbox/roles/netbox_create_device_type | 7,845 | [
"no_license"
] | [
{
"path": "netbox/roles/netbox_create_device_type/meta/main.yml",
"content": "---\ngalaxy_info:\n name: netbox_create_device_type\n author: 'KPN/AC'\n description: 'Create device type in NetBox'\n min_ansible_version: 2.x\n license: COPYING\n platforms:\n - name: NetBox\n\ndependencies:\n# - role: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2661,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | netbox/roles/netbox_create_initial_devices | 7,845 | [
"no_license"
] | [
{
"path": "netbox/roles/netbox_create_initial_devices/readme.md",
"content": "# Netbox\n\n**NOTE**:\nThis role is intended to be idempotent which means it is used for initial provisioning.\nFor this reason it should skip anything that is already created. For updating already existing\nobjects use `netbox_up... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7557,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | netbox/roles/netbox_create_initial_ipam | 7,845 | [
"no_license"
] | [
{
"path": "netbox/roles/netbox_create_initial_ipam/tasks/incl_self_assign.yml",
"content": "# READ INTERFACE DATA FOR DEVICE TO KNOW IF INTERFACE ALL READY HAS IP ASSIGNED\n- name: read device interface data\n include_role:\n name: netbox_read_device_int_data\n vars:\n device_name: \"{{ pfa.device_n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7325,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | netbox/roles/netbox_create_initial_organization | 7,845 | [
"no_license"
] | [
{
"path": "netbox/roles/netbox_create_initial_organization/tasks/main.yml",
"content": "---\n# CREATE CUSTOM FIELDS IF NOT EXISTING\n- name: Create Fields within Netbox from inventory sample data\n include_role:\n name: netbox_create_custom_field\n loop: \"{{ custom_fields }}\"\n loop_control:\n lo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1988,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | netbox/roles/netbox_create_random_generate_site | 7,845 | [
"no_license"
] | [
{
"path": "netbox/roles/netbox_create_random_generate_site/tasks/main.yml",
"content": "---\n# READ DEVICE DATA TO BE ABLE TO VERIFY IF DEVICE HAS ALREADY BEEN CREATED\n- name: read device data\n include_role:\n name: netbox_read_device_data\n vars:\n device_name: \"{{ device.device_name }}\" # devi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2342,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | netbox/roles/netbox_create_site | 7,845 | [
"no_license"
] | [
{
"path": "netbox/roles/netbox_create_site/meta/main.yml",
"content": "---\ngalaxy_info:\n name: netbox_create_site\n author: 'KPN/AC'\n description: 'Create site in NetBox'\n min_ansible_version: 2.x\n license: COPYING\n platforms:\n - name: NetBox\n\ndependencies:\n# - role: netbox_debug\n\ncolle... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1023,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | netbox/roles/netbox_read_device_data | 7,845 | [
"no_license"
] | [
{
"path": "netbox/roles/netbox_read_device_data/meta/main.yml",
"content": "---\ngalaxy_info:\n name: netbox_read_device_data\n author: 'KPN/AC'\n description: 'Gather Device data from NetBox'\n min_ansible_version: 2.x\n license: COPYING\n platforms:\n - name: NetBox\n\ndependencies:\n# - role: ne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1271,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | netbox/roles/netbox_read_device_int_data | 7,845 | [
"no_license"
] | [
{
"path": "netbox/roles/netbox_read_device_int_data/readme.md",
"content": "# Netbox\n\n**NOTE**:\nThis role still needs to\nbe verified and documented.\n\n\n## Parameters\n\n- value : for a value\n\nThe variable `value` is passed through 'extra vars' and used to create a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1313,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | netbox/roles/netbox_read_device_prefixes | 7,845 | [
"no_license"
] | [
{
"path": "netbox/roles/netbox_read_device_prefixes/meta/main.yml",
"content": "---\ngalaxy_info:\n name: netbox_read_device_prefixes\n author: 'KPN/AC'\n description: 'Gather Device prefixes from NetBox '\n min_ansible_version: 2.x\n license: COPYING\n platforms:\n - name: NetBox\n\ndependencies:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1366,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | netbox/roles/netbox_read_prefix_role | 7,845 | [
"no_license"
] | [
{
"path": "netbox/roles/netbox_read_prefix_role/meta/main.yml",
"content": "---\ngalaxy_info:\n name: netbox_read_prefix_role\n author: 'KPN/AC'\n description: 'Gather prefix from NetBox based on role'\n min_ansible_version: 2.x\n license: COPYING\n platforms:\n - name: NetBox\n\ndependencies:\n# -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 917,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | netbox/roles/netbox_read_site_data | 7,845 | [
"no_license"
] | [
{
"path": "netbox/roles/netbox_read_site_data/meta/main.yml",
"content": "---\ngalaxy_info:\n name: netbox_read_site_data\n author: 'KPN/AC'\n description: 'Gather site data from NetBox'\n min_ansible_version: 2.x\n license: COPYING\n platforms:\n - name: NetBox\n\ndependencies:\n# - role: netbox_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 980,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | playbook/roles/lemp | 7,845 | [
"no_license"
] | [
{
"path": "playbook/roles/lemp/tasks/php5.yml",
"content": "---\n- name: Install the PHP Repository \n apt_repository:\n repo: 'ppa:ondrej/php'\n # repo: 'ppa:ondrej/php5-5.6'\n state: present\n\n- name: Install PHP7-FPM\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2704,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | playbook/roles/phpipam | 7,845 | [
"no_license"
] | [
{
"path": "playbook/roles/phpipam/templates/config.php.j2",
"content": "<?php\n\n/* This file is managed by Ansible, all changes will be lost */\n\n/*\tdatabase connection details\n ******************************/\n$db['host'] = \"{{ phpipam_database_host }}\";\n$db['user'] = \"{{ phpipam_database_user }}\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6310,
"all_permissive": false
} |
ansible_role | roelsieg/WB_network-services | b69c5998b4775290d45f8d3dbaaf25976aedd6cc | 0 | playbook/roles/phpmyadmin | 7,845 | [
"no_license"
] | [
{
"path": "playbook/roles/phpmyadmin/tasks/main.yml",
"content": "---\n- name: debconf for phpmyadmin\n debconf:\n name: phpmyadmin\n question: \"{{ item.question }}\"\n value: \"{{ item.value }}\"\n vtype: \"{{ item.vtype }}\"\n with_items:\n - { question: 'phpmyadmin/dbconfig-install', va... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2418,
"all_permissive": false
} |
ansible_role | itsvks/zopper | 59b84473f3f173514ca074a73de90fb0b0228b2d | 0 | deployment/roles/nginx | 7,843 | [
"no_license"
] | [
{
"path": "deployment/roles/nginx/templates/zopper.conf.j2",
"content": "\nserver {\n\n # the port your site will be served on\n listen 80;\n charset utf-8;\n\n # max upload size\n client_max_body_size 75M; # adjust to taste\n\n location /static {\n \talias /srv/{{ project_na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 836,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/base | 7,843 | [
"no_license"
] | [
{
"path": "roles/base/README.md",
"content": "# `base` role\n\nThis roles provides most of the general-system configuration that I'd expect all my systems to have.\nIn paticular, the `base` role configures the following things:\n\n- Hostname, Kernel-parameters (if using grub), pacman: [main.yml](./tasks/mai... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4911,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/caddy_docker | 7,843 | [
"no_license"
] | [
{
"path": "roles/caddy_docker/templates/main.caddy.j2",
"content": "# Import all other caddy files\n#\nimport /caddy/*/Caddyfile\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/caddy_docker/handlers/main.yml",
"content": "---\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2381,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/desktop | 7,843 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/main.yml",
"content": "---\n- name: Install desktop packages (yay)\n aur:\n use: yay\n name: \"{{ desktop_packages }}\"\n state: present\n become: yes\n become_user: aur_builder\n tags:\n - desktop\n \n- fail:\n msg: Invalid selection for graphics\n when: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 701,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/docker | 7,843 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "---\n- name: restart docker-prune.timer\n systemd:\n name: docker-prune.timer\n state: restarted\n\n- name: restart docker\n systemd:\n name: docker.service\n state: restarted",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2183,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/gdm_autologin | 7,843 | [
"no_license"
] | [
{
"path": "roles/gdm_autologin/handlers/main.yml",
"content": "---\n- name: restart gdm\n service:\n name: gdm.service\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/gdm_autologin/tasks/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/gnupg | 7,843 | [
"no_license"
] | [
{
"path": "roles/gnupg/tasks/main.yml",
"content": "---\n- name: Install gnupg\n pacman:\n name: gnupg\n state: present\n\n- include_tasks: ./user-settings.yml\n with_items: \"{{ users }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
{
"path": "r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1161,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/hetzner_storagebox | 7,843 | [
"no_license"
] | [
{
"path": "roles/hetzner_storagebox/tasks/main.yml",
"content": "---\n- include_role:\n name: \"ssh\"\n tasks_from: \"root_ssh_config.yml\"\n \n- include_tasks: ./configure.yml\n with_items: \"{{ hetzner.storageboxes }}\"\n when: hetzner.storageboxes is defined\n tags:\n - hetzner_storagebox"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2104,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/image_builder | 7,843 | [
"no_license"
] | [
{
"path": "roles/image_builder/meta/main.yml",
"content": "---\ndependencies:\n - { role: systemd }\n - { role: docker }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/image_builder/tasks/main.yml",
"content": "---\n- name: Create imag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1961,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/librespot | 7,843 | [
"no_license"
] | [
{
"path": "roles/librespot/handlers/main.yml",
"content": "---\n- name: restart librespot\n systemd:\n daemon_reload: yes\n scope: user\n name: <EMAIL>\n state: restarted\n become: yes\n become_user: \"{{ librespot_user }}\"",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1876,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/mail | 7,843 | [
"no_license"
] | [
{
"path": "roles/mail/templates/msmtprc.j2",
"content": "# {{ ansible_managed }}\n#\ndefaults\nlogfile /var/log/msmtp.log\nauth on \n\naccount default\n\n# The SMTP smarthost\nhost \t {{ msmtp.host }}\nuser \t {{ msmtp.user }}\npassword {{ msmtp.password }}\n\nport {{ msmtp.port }}\ntls {% if msmtp.tls... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4931,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/mdadm | 7,843 | [
"no_license"
] | [
{
"path": "roles/mdadm/tasks/main.yml",
"content": "---\n- name: Install mdadm\n pacman:\n name: mdadm\n state: present\n tags:\n - mdadm\n\n- name: Deploy mdadm-monitor.service\n copy:\n src: mdadm-monitor.service\n dest: /etc/systemd/system/mdadm-monitor.service\n mode: 0644\n owne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1205,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/mirrorlist | 7,843 | [
"no_license"
] | [
{
"path": "roles/mirrorlist/tasks/main.yml",
"content": "---\n- name: Install reflector\n pacman:\n name: reflector\n state: present\n \n- name: Reflector update script\n copy:\n src: reflector-update.sh\n dest: /usr/local/bin/reflector-update\n mode: 0755\n\n- name: Pacman mirrorlist up... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 701,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/restic | 7,843 | [
"no_license"
] | [
{
"path": "roles/restic/tasks/configure.yml",
"content": "---\n- set_fact: restic=\"{{ item }}\"\n\n- name: Create restic job file for {{ restic.name }}\n template:\n src: restic-backup.j2\n dest: \"/etc/restic/{{ restic.name }}\"\n owner: root\n group: root\n mode: 0600\n notify:\n - re... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4192,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/ssh | 7,843 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: Install OpenSSH\n pacman:\n name: openssh\n state: present\n tags:\n - ssh\n\n- name: OpenSSH daemon configuration\n template:\n src: sshd_config.j2\n dest: /etc/ssh/sshd_config\n notify:\n - restart sshd\n tags:\n - ss... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1809,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/systemd_networkd | 7,843 | [
"no_license"
] | [
{
"path": "roles/systemd_networkd/tasks/main.yml",
"content": "---\n- name: Create network definitions\n copy: \n dest: \"/etc/systemd/network/{{ item.name }}\"\n content: \"{{ item.content }}\"\n with_items: \"{{ networkd_networks }}\"\n when: networkd_networks is defined\n\n- name: Enable systemd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/users | 7,843 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n\n- name: Install dotbare\n aur:\n name: dotbare\n state: present\n become: yes\n become_user: aur_builder\n when: aur is defined\n\n- name: Push logrotate config for user logs\n template:\n src: logrotate.j2\n dest: /etc/logrotate.d/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4662,
"all_permissive": false
} |
ansible_role | ppacher/arch-ansible | a48931cec46738c00661bff1e4752827062db185 | 0 | roles/wifi | 7,843 | [
"no_license"
] | [
{
"path": "roles/wifi/meta/main.yml",
"content": "---\ndependencies:\n - { role: systemd }\n - { role: systemd_networkd }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/wifi/tasks/main.yml",
"content": "---\n- name: Install iwd and wpa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1053,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | aria/lifecycle/8.x/v1r2-srg/ansible/vmware-vrslcm-8.x-stig-ansible-hardening/roles/nginx | 7,843 | [
"no_license"
] | [
{
"path": "aria/lifecycle/8.x/v1r2-srg/ansible/vmware-vrslcm-8.x-stig-ansible-hardening/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n\n- name: Include nginx\n ansible.builtin.include_tasks:\n file: nginx.yml\n apply:\n tags:\n - nginx\n tags:\n - always\n",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 10804,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | aria/lifecycle/8.x/v1r2-srg/ansible/vmware-vrslcm-8.x-stig-ansible-hardening/roles/postgres | 7,843 | [
"no_license"
] | [
{
"path": "aria/lifecycle/8.x/v1r2-srg/ansible/vmware-vrslcm-8.x-stig-ansible-hardening/roles/postgres/tasks/main.yml",
"content": "---\n# tasks file for postgresql\n\n- name: Include postgresql\n ansible.builtin.include_tasks:\n file: postgres.yml\n apply:\n tags:\n - postgres\n tags:\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 14638,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | aria/lifecycle/8.x/v1r2-srg/ansible/vmware-vrslcm-8.x-stig-ansible-hardening/roles/vrlcm | 7,843 | [
"no_license"
] | [
{
"path": "aria/lifecycle/8.x/v1r2-srg/ansible/vmware-vrslcm-8.x-stig-ansible-hardening/roles/vrlcm/tasks/main.yml",
"content": "---\n# tasks file for vrlcm\n\n- name: Include vrlcm\n ansible.builtin.include_tasks:\n file: vrlcm.yml\n apply:\n tags:\n - vrlcm\n tags:\n - always\n",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5662,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | aria/operations-for-logs/8.x/v1r4-srg/ansible/vmware-vrli-8.x-stig-ansible-hardening/roles/ariaopslogs | 7,843 | [
"no_license"
] | [
{
"path": "aria/operations-for-logs/8.x/v1r4-srg/ansible/vmware-vrli-8.x-stig-ansible-hardening/roles/ariaopslogs/tasks/main.yml",
"content": "---\n# tasks file for ariaopslogs\n\n- name: Include ariaopslogs\n ansible.builtin.include_tasks:\n file: ariaopslogs.yml\n apply:\n tags:\n - ari... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 13726,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | aria/operations-for-logs/8.x/v1r4-srg/ansible/vmware-vrli-8.x-stig-ansible-hardening/roles/cassandra | 7,843 | [
"no_license"
] | [
{
"path": "aria/operations-for-logs/8.x/v1r4-srg/ansible/vmware-vrli-8.x-stig-ansible-hardening/roles/cassandra/defaults/main.yml",
"content": "---\n# defaults file for cassandra\ncassandra_config: /usr/lib/loginsight/application/lib/apache-cassandra-4.1.3/conf/cassandra.yaml\ncassandra_root: /usr/lib/login... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4527,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | aria/operations-for-logs/8.x/v1r4-srg/ansible/vmware-vrli-8.x-stig-ansible-hardening/roles/tcserver | 7,843 | [
"no_license"
] | [
{
"path": "aria/operations-for-logs/8.x/v1r4-srg/ansible/vmware-vrli-8.x-stig-ansible-hardening/roles/tcserver/defaults/main.yml",
"content": "---\n# defaults file for tcserver\ntcserver_catalina_home: /usr/lib/loginsight/application/etc/3rd_config\ntcserver_catalina_base: /usr/lib/loginsight/application/3r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1703,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | aria/operations/8.x/v1r2-srg/ansible/vmware-aria-operations-8x-stig-ansible-hardening/roles/apache | 7,843 | [
"no_license"
] | [
{
"path": "aria/operations/8.x/v1r2-srg/ansible/vmware-aria-operations-8x-stig-ansible-hardening/roles/apache/handlers/main.yml",
"content": "---\n\n- name: Restart Apache\n ansible.builtin.service:\n name: httpd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | aria/operations/8.x/v1r2-srg/ansible/vmware-aria-operations-8x-stig-ansible-hardening/roles/postgres | 7,843 | [
"no_license"
] | [
{
"path": "aria/operations/8.x/v1r2-srg/ansible/vmware-aria-operations-8x-stig-ansible-hardening/roles/postgres/tasks/main.yml",
"content": "---\n# tasks file for postgres\n\n- name: Include postgres\n ansible.builtin.include_tasks:\n file: postgres.yml\n apply:\n tags:\n - postgres\n ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 987,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | aria/operations/8.x/v1r3-srg/ansible/vmware-aria-operations-8x-stig-ansible-hardening/roles/api | 7,843 | [
"no_license"
] | [
{
"path": "aria/operations/8.x/v1r3-srg/ansible/vmware-aria-operations-8x-stig-ansible-hardening/roles/api/tasks/main.yml",
"content": "---\n# tasks file for api\n\n- name: Include api\n ansible.builtin.include_tasks:\n file: api.yml\n apply:\n tags:\n - api\n tags:\n - always\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | aria/operations/8.x/v1r4-srg/ansible/vmware-aria-operations-8x-stig-ansible-hardening/roles/casa | 7,843 | [
"no_license"
] | [
{
"path": "aria/operations/8.x/v1r4-srg/ansible/vmware-aria-operations-8x-stig-ansible-hardening/roles/casa/tasks/main.yml",
"content": "---\n# tasks file for casa\n\n- name: Include casa\n ansible.builtin.include_tasks:\n file: casa.yml\n apply:\n tags:\n - casa\n tags:\n - always\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | aria/operations/8.x/v1r4-srg/ansible/vmware-aria-operations-8x-stig-ansible-hardening/roles/ui | 7,843 | [
"no_license"
] | [
{
"path": "aria/operations/8.x/v1r4-srg/ansible/vmware-aria-operations-8x-stig-ansible-hardening/roles/ui/tasks/main.yml",
"content": "---\n# tasks file for ui\n\n- name: Include ui\n ansible.builtin.include_tasks:\n file: ui.yml\n apply:\n tags:\n - ui\n tags:\n - always\n",
"lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1180,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/3.x/v1r3-stig/ansible/vmware-nsxt-3.x-stig-ansible-hardening/roles/dfw | 7,843 | [
"no_license"
] | [
{
"path": "nsx/3.x/v1r3-stig/ansible/vmware-nsxt-3.x-stig-ansible-hardening/roles/dfw/templates/disable_default_layer3_traffic.json.j2",
"content": "{\n \"action\": \"{{ var_dfw_default_rule_action_desired }}\",\n \"sequence_number\": \"{{ dfwrules_layerthree.json.sequence_number }}\"\n}",
"license_ty... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 12564,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/3.x/v1r3-stig/ansible/vmware-nsxt-3.x-stig-ansible-hardening/roles/t0fw | 7,843 | [
"no_license"
] | [
{
"path": "nsx/3.x/v1r3-stig/ansible/vmware-nsxt-3.x-stig-ansible-hardening/roles/t0fw/defaults/main.yml",
"content": "---\n# Turn specific controls on/off by setting the value to true or false\n\n# T0FW-3X-000006\nrun_t0fw_rule_logging: true\n# T0FW-3X-000011\nrun_t0fw_syslog_tls: true\n# T0FW-3X-000019-28... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 12862,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/3.x/v1r3-stig/ansible/vmware-nsxt-3.x-stig-ansible-hardening/roles/t0rt | 7,843 | [
"no_license"
] | [
{
"path": "nsx/3.x/v1r3-stig/ansible/vmware-nsxt-3.x-stig-ansible-hardening/roles/t0rt/tasks/t0rt_gateway_interfaces.yml",
"content": "- name: T0RT-3X-000051 Updating Interfaces - uRPF\n ansible.builtin.uri:\n url: \"https://{{ var_nsx_manager }}/policy/api/v1/infra/tier-0s/{{ t0id }}/locale-services/de... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 26658,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/3.x/v1r3-stig/ansible/vmware-nsxt-3.x-stig-ansible-hardening/roles/t1fw | 7,843 | [
"no_license"
] | [
{
"path": "nsx/3.x/v1r3-stig/ansible/vmware-nsxt-3.x-stig-ansible-hardening/roles/t1fw/defaults/main.yml",
"content": "---\n# Turn specific controls on/off by setting the value to true or false\n\n# T1FW-3X-000005-06\nrun_t1fw_rule_logging: true\n# T1FW-3X-000011-26\nrun_t1fw_syslog_tls: true\n# T1FW-3X-000... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 13383,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/3.x/v1r3-stig/ansible/vmware-nsxt-3.x-stig-ansible-hardening/roles/t1rt | 7,843 | [
"no_license"
] | [
{
"path": "nsx/3.x/v1r3-stig/ansible/vmware-nsxt-3.x-stig-ansible-hardening/roles/t1rt/vars/main.yml",
"content": "---\n\nvar_nsx_manager: ''\nvar_jsession_id: ''\nvar_session_token: ''\n\n# multicast\n# array of t1 ids that should have multicast enabled\nvar_t1rt_gateways_with_multicast_enabled: []\n\n# dh... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5606,
"all_permissive": false
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r1-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/dfw | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r1-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/dfw/vars/main.yml",
"content": "---\n# Session variables\nvar_nsx_manager: ''\nvar_jsession_id: ''\nvar_session_token: ''\n\n# flood protection\nvar_dfw_fpp_name: 'stig-dfw-flood-protection-profile'\nvar_dfw_fpp_syncache: true\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 18883,
"all_permissive": true
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r1-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t0fw | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r1-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t0fw/tasks/t0fw_update_rule_logging.yml",
"content": "---\n\n- name: \"NT0F-4X-000004 - Looping through rules for Gateway Policy: {{ var_outer_gp.id }} for Tier-0 Gateway: {{ var_outer_t0.id }}\"\n ansible.builtin.uri:\n ur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1201,
"all_permissive": true
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r1-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t0rtr | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r1-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t0rtr/tasks/t0rtr_configure_urpf_on_interfaces.yml",
"content": "---\n\n- name: \"NT0R-4X-000051 - Get external interfaces with URPF not set to {{ var_t0rtr_interface_urpf }} for Tier-0 Gateway: {{ var_outer_t0.id }}\"\n ansib... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 24753,
"all_permissive": true
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r1-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t1fw | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r1-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t1fw/tasks/main.yml",
"content": "---\n\n- name: Include Tier-1 Gateway Firewall\n ansible.builtin.include_tasks:\n file: t1fw.yml\n apply:\n tags:\n - t1fw\n tags:\n - always\n",
"license_type": "per... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3850,
"all_permissive": true
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r1-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t1rtr | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r1-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t1rtr/defaults/main.yml",
"content": "---\n# Turn specific controls on/off by setting the value to true or false\n\n# NT1R-4X-000016\nrun_t1rtr_remove_inactive_interfaces: true\n# NT1R-4X-000027\nrun_t1rtr_disable_dhcp: false\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8301,
"all_permissive": true
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r2-srg/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t0fw | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r2-srg/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t0fw/templates/t0fw_upd_flood_prot_prof.json.j2",
"content": "{\n \"resource_type\": \"GatewayFloodProtectionProfile\",\n \"display_name\": \"{{ item.display_name}}\",\n \"udp_active_flow_limit\": \"{{ var_t0fw_fpp_udp_active... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8581,
"all_permissive": true
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r2-srg/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t0rtr | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r2-srg/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t0rtr/vars/main.yml",
"content": "---\n# Session variables\nvar_nsx_manager: ''\nvar_jsession_id: ''\nvar_session_token: ''\n\n# multicast\n# array of t0 ids that should have multicast enabled\nvar_t0rtr_gateways_with_multicast_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4530,
"all_permissive": true
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r2-srg/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t1fw | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r2-srg/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t1fw/tasks/t1fw_update_default_rule_action.yml",
"content": "---\n\n- name: \"NT1F-4X-000016 - Find default firewall rule for Tier-1 Gateway: {{ var_outer_t1.id }}\"\n ansible.builtin.uri:\n url: \"https://{{ var_nsx_manager... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 9866,
"all_permissive": true
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r2-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/dfw | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r2-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/dfw/templates/dfw_upd_flood_prot_prof.json.j2",
"content": "{\n \"resource_type\": \"DistributedFloodProtectionProfile\",\n \"display_name\": \"{{ item.display_name}}\",\n \"enable_syncache\": \"{{ var_dfw_fpp_syncache }}\",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1367,
"all_permissive": true
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r2-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/manager | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r2-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/manager/templates/update_node_ntp_servers.json.j2",
"content": "{\n \"service_name\": \"ntp\",\n \"service_properties\": {\n \"start_on_boot\": true,\n \"servers\": [\n \"{{ var_ntp_server1 }}\",\n \"{{ var_nt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4360,
"all_permissive": true
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r2-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t0fw | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r2-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t0fw/vars/main.yml",
"content": "---\n# Session variables\nvar_nsx_manager: ''\nvar_jsession_id: ''\nvar_session_token: ''\n\n# flood protection\nvar_t0fw_fpp_name: 'stig-gateway-flood-protection-profile'\nvar_t0fw_fpp_udp_acti... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4188,
"all_permissive": true
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r2-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t0rtr | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r2-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t0rtr/tasks/t0rtr_disable_multicast_on_interfaces.yml",
"content": "---\n\n- name: \"NT0R-4X-000013 - Get external interfaces with multicast enabled for Tier-0 Gateway: {{ var_outer_t0.id }}\"\n ansible.builtin.uri:\n url: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1814,
"all_permissive": true
} |
ansible_role | vmware/dod-compliance-and-automation | 4c3b4ea4bd60655fb50d11936d2ce9261d55cc94 | 174 | nsx/4.x/v1r2-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t1rtr | 7,843 | [
"permissive"
] | [
{
"path": "nsx/4.x/v1r2-stig/ansible/vmware-nsx-4.x-stig-ansible-hardening/roles/t1rtr/tasks/main.yml",
"content": "---\n\n- name: Include Tier-1 Gateway Router\n ansible.builtin.include_tasks:\n file: t1rtr.yml\n apply:\n tags:\n - t1rtr\n tags:\n - always\n",
"license_type": "pe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 694,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.