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 | JustKirill1/nginx-ansible | acaacec91d4562b6538e60870235794b57c8b466 | 0 | roles/nginx-role | 959 | [
"no_license"
] | [
{
"path": "roles/nginx-role/tasks/main.yml",
"content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Create site directory\n file:\n path: \"/var/www/{{ site_name }}\"\n state: directory\n mode: '0755'\n\n- name: Deploy Nginx config\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1304,
"all_permissive": false
} |
ansible_role | nareshmogaparti/REadhatwindowsAD | 32c1fbf83984c70998012f617cd889e4d9678b15 | 0 | roles/win_ad_install | 959 | [
"no_license"
] | [
{
"path": "roles/win_ad_install/tasks/main.yml",
"content": "- name: Install AD Services\n win_feature:\n name: AD-Domain-Services\n include_management_tools: yes\n include_sub_features: yes\n\n- name: Setup AD Controller\n win_domain: \n dns_domain_name: \"{{ ad_domain_name }}\"\n safe_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 695,
"all_permissive": false
} |
ansible_role | pawelniewie/servers | 9335b78ca306051aa6d1ab2b78bbbbc3a9f7bd87 | 1 | roles/deployer | 959 | [
"no_license"
] | [
{
"path": "roles/deployer/tasks/main.yml",
"content": "---\n- name: Create deployer user\n user: name={{ username }} comment=\"Deployer\" group={{ group }}\n\n- name: Add SSH key to deployer\n authorized_key: user={{ username }} key=\"{{ item }}\"\n with_items: \"{{ authorized_keys }}\"",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | tomnz/rocketchat-ansible-docker | 8391a66e57155dcd2e2930f2adda507a2443fa39 | 0 | roles/common | 959 | [
"no_license"
] | [
{
"path": "roles/common/tasks/python.yml",
"content": "---\n- name: Ensure Python is installed.\n package:\n name:\n - python3\n - python3-setuptools\n - python3-pip\n state: latest\n\n- name: Ensure pip and setuptools are up to date.\n pip:\n name:\n - pip\n - setuptools... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | tomnz/rocketchat-ansible-docker | 8391a66e57155dcd2e2930f2adda507a2443fa39 | 0 | roles/docker | 959 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- include_tasks: setup.yml\n when: ansible_os_family == 'Debian'\n\n- name: Install Docker.\n package:\n name: \"{{ docker_package }}\"\n state: \"{{ docker_package_state }}\"\n notify: restart docker\n\n- name: Ensure Docker is started and ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1349,
"all_permissive": false
} |
ansible_role | tomnz/rocketchat-ansible-docker | 8391a66e57155dcd2e2930f2adda507a2443fa39 | 0 | roles/rocketchat | 959 | [
"no_license"
] | [
{
"path": "roles/rocketchat/tasks/backup.yml",
"content": "---\n\n- name: Create directory for backup data.\n file:\n path: \"{{ backup_data }}\"\n state: directory\n mode: '0755'\n\n- name: Create directory for Mongo backup.\n file:\n path: \"{{ mongo_backup }}\"\n state: directory\n mo... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7845,
"all_permissive": false
} |
ansible_role | ik-ant/Ansible | fec8bcc1dbf842f72dc3ebbec20412aa03ccc365 | 0 | roles/httpd_installation | 959 | [
"no_license"
] | [
{
"path": "roles/httpd_installation/defaults/main.yml",
"content": "---\n# defaults file for httpd_installation\ndest_folder: /var/www/html\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/httpd_installation/tasks/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | t-santana/devops_tech_challenge | 518297e563efaabbcfe072558e85fbb0b4b48f89 | 0 | Ansible/roles/api | 959 | [
"no_license"
] | [
{
"path": "Ansible/roles/api/templates/env.j2",
"content": "# {{ ansible_managed }}\n# -- dotenv file -- #\n\nAPI_PORT={{ application_port }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "Ansible/roles/api/templates/api.j2",
"content": "#ji... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3052,
"all_permissive": false
} |
ansible_role | t-santana/devops_tech_challenge | 518297e563efaabbcfe072558e85fbb0b4b48f89 | 0 | Ansible/roles/nginx | 959 | [
"no_license"
] | [
{
"path": "Ansible/roles/nginx/tasks/main.yml",
"content": "---\n- import_tasks: setup.yml\n become: true\n tags:\n - nginx-setup\n - nginx\n\n- import_tasks: config-all.yml\n become: true\n tags:\n - nginx-config\n - nginx\n\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | t-santana/devops_tech_challenge | 518297e563efaabbcfe072558e85fbb0b4b48f89 | 0 | Ansible/roles/nodejs | 959 | [
"no_license"
] | [
{
"path": "Ansible/roles/nodejs/tasks/pm2.yml",
"content": "- name: Install pm2 package globally.\n npm:\n name: pm2\n global: yes\n become: true\n\n- name: Ensure PM2 is enabled at startup.\n shell: \"pm2 startup systemd -u {{ system_user }} --hp /home/{{ system_user }}\"\n become: true\n",
"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2208,
"all_permissive": false
} |
ansible_role | t-santana/devops_tech_challenge | 518297e563efaabbcfe072558e85fbb0b4b48f89 | 0 | Ansible/roles/system | 959 | [
"no_license"
] | [
{
"path": "Ansible/roles/system/tasks/main.yml",
"content": "---\n- name: Update and upgrade system dependencies\n ansible.builtin.import_tasks: apt.yml\n become: true\n tags:\n - apt\n \n- name: Configure ssh\n ansible.builtin.import_tasks: ssh.yml\n tags:\n - ssh\n\n- name: Set swap file\n an... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5815,
"all_permissive": false
} |
ansible_role | Abogazia/kubernetes-localRegistry | f53fa2df75e3b42ccfa8f8966a3f66bdc4b8a70f | 0 | roles/allhosts | 959 | [
"no_license"
] | [
{
"path": "roles/allhosts/tasks/main.yml",
"content": "---\n- name: Add mappings to /etc/hosts\n ansible.builtin.blockinfile:\n path: /etc/hosts\n block: |\n {{ master_ip }} {{ server_hostname }}\n marker: \"# {mark} ANSIBLE MANAGED BLOCK {{ server_hostname }}\"\n\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | Abogazia/kubernetes-localRegistry | f53fa2df75e3b42ccfa8f8966a3f66bdc4b8a70f | 0 | roles/master | 959 | [
"no_license"
] | [
{
"path": "roles/master/tasks/main.yml",
"content": "---\n- name: Create /docker-repo\n file:\n path: /docker-repo\n state: directory\n\n \n\n#- name: setup k3s\n# shell: \"curl -sfL https://get.k3s.io | sh -\"\n\n- name: setup docker.io\n apt:\n name: docker.io\n state: present\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5345,
"all_permissive": false
} |
ansible_role | Abogazia/kubernetes-localRegistry | f53fa2df75e3b42ccfa8f8966a3f66bdc4b8a70f | 0 | roles/nfs | 959 | [
"no_license"
] | [
{
"path": "roles/nfs/tasks/main.yml",
"content": "--- \n- name: nfs setup\n apt:\n name:\n - nfs-common\n - nfs-kernel-server\n state: present\n\n- name: Stop service ufw, if started\n ansible.builtin.service:\n name: ufw\n state: stopped \n \n\n- name: Create /opt/certs\n f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1232,
"all_permissive": false
} |
ansible_role | Abogazia/kubernetes-localRegistry | f53fa2df75e3b42ccfa8f8966a3f66bdc4b8a70f | 0 | roles/worker | 959 | [
"no_license"
] | [
{
"path": "roles/worker/templates/registries.yaml.j2",
"content": "mirrors:\n docker-registry:\n endpoint:\n - \"http://{{ server_hostname }}:5000\"\n \"{{ ansible_host }}:5000\":\n endpoint:\n - \"http://{{ master_ip }}:5000\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2904,
"all_permissive": false
} |
ansible_role | Overemployed/pikvm-ansible | b2158d6c09bfe15ac3e41362b620f1c93eeb4c8f | 1 | roles/common | 959 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "default_packages:\n - jack2\n - jacktrip\n - njconnect\n - jack-example-tools\n - alsa-utils\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/common/tasks/jack.yml",
"content":... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 2597,
"all_permissive": false
} |
ansible_role | Overemployed/pikvm-ansible | b2158d6c09bfe15ac3e41362b620f1c93eeb4c8f | 1 | roles/restart_jack | 959 | [
"no_license"
] | [
{
"path": "roles/restart_jack/tasks/main.yml",
"content": "- name: enable jackd service started\n systemd:\n name: jackd.service\n enabled: yes\n\n- name: enable jacktrip service started\n systemd:\n name: jacktrip.service\n enabled: yes\n- name: restart\n reboot:\n reboot_timeout: 3600\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | Raushi007/Linux-Shell-Scripting | 2c8c8c52e629a3b07cde00175855ea235bc5731f | 0 | ansible/roles/nginx | 959 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Import the redhat.yml\n import_tasks: redhat.yml\n when: ansible_os_family == \"RedHat\"\n\n- name: Import the debian.yml\n import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n",
"license_type": "no_license",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1244,
"all_permissive": false
} |
ansible_role | CiscoDevNet/sdwan-devops | f1893cd70902de91a4ca6337f9b004caa71749ae | 91 | ansible/roles/sdwan_tests | 959 | [
"no_license"
] | [
{
"path": "ansible/roles/sdwan_tests/tasks/ping-vedge.yml",
"content": "- name: Run the ping\n vmanage_nping:\n user: \"{{ vmanage_user }}\"\n host: \"{{ vmanage_ip }}\"\n password: \"{{ <PASSWORD> }}\"\n dst_ip: \"{{ ping_dst_ip }}\"\n vedge: \"{{ ping_vedge }}\"\n vpn: \"{{ ping_vpn }}\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2156,
"all_permissive": false
} |
ansible_role | orleonbatista/slacko | ea2e242c9cd33cf411ad803c473fb2941ef70cfa | 0 | projeto_slacko/roles/slacko | 959 | [
"no_license"
] | [
{
"path": "projeto_slacko/roles/slacko/handlers/main.yml",
"content": "---\n# handlers file for slacko\n\n- name: \"enable mongodb\"\n ansible.builtin.systemd: \n name: mongodb\n state: started\n enable: yes\n\n- name: \"started slacko-api.service\" \n ansible.builtin.systemd: \n name: slacko-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1275,
"all_permissive": false
} |
ansible_role | AdamMack2007/asa_base_config | efe99fb3a71fe2b8aa91cb243d04c96eb22a4ebc | 0 | adammack2007/asa_base_config/roles/config_acl | 959 | [
"no_license"
] | [
{
"path": "adammack2007/asa_base_config/roles/config_acl/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Configure management ACLs for network devices\n company: Red Hat\n license: \"license (BSD, MIT)\"\n min_ansible_version: 2.7\n galaxy_tags:\n - network\n - asa\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 743,
"all_permissive": false
} |
ansible_role | AdamMack2007/asa_base_config | efe99fb3a71fe2b8aa91cb243d04c96eb22a4ebc | 0 | adammack2007/asa_base_config/roles/config_credentials | 959 | [
"no_license"
] | [
{
"path": "adammack2007/asa_base_config/roles/config_credentials/defaults/main.yml",
"content": "---\n# Whether to remove all users that are not \"admin\"\npurge_users: no\n#If purging, tell Ansible what the primary user to keep is\nprimary_user: \"admin\"\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1237,
"all_permissive": false
} |
ansible_role | AdamMack2007/asa_base_config | efe99fb3a71fe2b8aa91cb243d04c96eb22a4ebc | 0 | adammack2007/asa_base_config/roles/config_dns | 959 | [
"no_license"
] | [
{
"path": "adammack2007/asa_base_config/roles/config_dns/templates/asa_dns.j2",
"content": "dns domain-lookup {{ dns_source_interface }}\ndns server-group DefaultDNS\n{% for server in dns_servers %}\n name-server {{ server }}\n{% endfor %}\n\n{% if enforce_compliance %}\n{% set existing_dns = current_dns.st... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1118,
"all_permissive": false
} |
ansible_role | AdamMack2007/asa_base_config | efe99fb3a71fe2b8aa91cb243d04c96eb22a4ebc | 0 | adammack2007/asa_base_config/roles/config_ha | 959 | [
"no_license"
] | [
{
"path": "adammack2007/asa_base_config/roles/config_ha/templates/asa.j2",
"content": "interface {{ asa_failover_port }}\n no shut\n\n{% if ha_primary %}\nfailover lan interface failover {{ asa_failover_port }}\nfailover interface ip failover {{ asa_failover_ip_pri }} {{ asa_failover_ip_subnet }} standby {... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1995,
"all_permissive": false
} |
ansible_role | AdamMack2007/asa_base_config | efe99fb3a71fe2b8aa91cb243d04c96eb22a4ebc | 0 | adammack2007/asa_base_config/roles/config_ntp | 959 | [
"no_license"
] | [
{
"path": "adammack2007/asa_base_config/roles/config_ntp/tasks/asa.yml",
"content": "- name: Get Existing ASA NTP Servers\n asa_command:\n commands:\n - \"show run | i ntp server\"\n register: current_ntp\n\n- name: Configure ASA NTP Servers\n asa_config:\n src: templates/asa_ntp.j2\n save:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 882,
"all_permissive": false
} |
ansible_role | AdamMack2007/asa_base_config | efe99fb3a71fe2b8aa91cb243d04c96eb22a4ebc | 0 | adammack2007/asa_base_config/roles/config_provisioning | 959 | [
"no_license"
] | [
{
"path": "adammack2007/asa_base_config/roles/config_provisioning/tasks/asa.yml",
"content": "- name: Configure SSH Ciphers\n asa_config:\n lines:\n - ssh cipher encryption high\n - ssh cipher integrity high\n\n- name: Configure ASA Hostname\n asa_config:\n lines:\n - \"hostname {{ in... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 953,
"all_permissive": false
} |
ansible_role | AdamMack2007/asa_base_config | efe99fb3a71fe2b8aa91cb243d04c96eb22a4ebc | 0 | adammack2007/asa_base_config/roles/config_save | 959 | [
"no_license"
] | [
{
"path": "adammack2007/asa_base_config/roles/config_save/tasks/asa.yml",
"content": "- name: Save Configuration\n asa_config:\n save: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "adammack2007/asa_base_config/roles/config_save/meta/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | AdamMack2007/asa_base_config | efe99fb3a71fe2b8aa91cb243d04c96eb22a4ebc | 0 | adammack2007/asa_base_config/roles/config_snmp | 959 | [
"no_license"
] | [
{
"path": "adammack2007/asa_base_config/roles/config_snmp/tasks/asa.yml",
"content": "- name: Gather ASA Facts\n asa_command:\n commands:\n - show run snmp-server\n register: current_snmp\n\n- name: Configure ASA SNMP Servers\n asa_config:\n src: templates/asa_snmp.j2\n replace: line\n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1439,
"all_permissive": false
} |
ansible_role | AdamMack2007/asa_base_config | efe99fb3a71fe2b8aa91cb243d04c96eb22a4ebc | 0 | adammack2007/asa_base_config/roles/config_syslog | 959 | [
"no_license"
] | [
{
"path": "adammack2007/asa_base_config/roles/config_syslog/defaults/main.yml",
"content": "syslog_servers:\n - 192.168.10.133\nsyslog_port: 5514\n\n#Other option is tcp\nsyslog_protocol: udp\n\n#Enables TLS encryption when\nsyslog_secure: no\n\nenforce_compliance: no\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | shaikhferoz/orange | 85f1017dcbfbc79c3d8967c001ee4b9bd531af22 | 0 | ansible/roles/esxi_facts | 959 | [
"no_license"
] | [
{
"path": "ansible/roles/esxi_facts/tasks/main.yml",
"content": "---\n- name: Gather VM facts\n delegate_to: localhost\n vmware_vm_facts:\n hostname: \"{{ esxi_host }}\"\n username: \"{{ user }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n register: vm_results\n\n- name: Print ou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | joaoneves792/ansible-coreos-kubernetes-cluster | b1cb747ddfa4b029253badb4cfe237dcd1e2ed12 | 0 | roles/controller | 959 | [
"no_license"
] | [
{
"path": "roles/controller/templates/vagrantfile-user-data.j2",
"content": "#!/bin/bash\nfunction start_addons {\n echo \"Waiting for Kubernetes API...\"\n until curl --silent \"http://127.0.0.1:8080/version\"\n do\n sleep 5\n done\n\n echo\n echo \"K8S: DNS addon\"\n curl --sil... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6996,
"all_permissive": false
} |
ansible_role | joaoneves792/ansible-coreos-kubernetes-cluster | b1cb747ddfa4b029253badb4cfe237dcd1e2ed12 | 0 | roles/etcd | 959 | [
"no_license"
] | [
{
"path": "roles/etcd/tasks/main.yml",
"content": "---\n# tasks file for etcd\n- name: load the startup script\n template: \n src: etcd-cloud-config.yaml.j2\n dest: /var/lib/coreos-vagrant/vagrantfile-user-data\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 162
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | joaoneves792/ansible-coreos-kubernetes-cluster | b1cb747ddfa4b029253badb4cfe237dcd1e2ed12 | 0 | roles/worker | 959 | [
"no_license"
] | [
{
"path": "roles/worker/tasks/main.yml",
"content": "---\n# tasks file for controller\n- name: ensure manifests folder exists\n file: path=\"{{manifests_folder}}\" state=directory\n\n- name: ensure addons manifests folder exists\n file: path=\"{{addons_manifests_folder}}\" state=directory\n\n- name: ensur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3163,
"all_permissive": false
} |
ansible_role | mikeintoch/openshift-infra-installer | 26bfa48f02f820729d2fc48fa119a07840bbed05 | 2 | roles/configure_infra_lb | 959 | [
"no_license"
] | [
{
"path": "roles/configure_infra_lb/tasks/main.yml",
"content": "---\n- name: \"Installing haproxy package\"\n yum:\n name: haproxy\n state: latest\n\n- name: \"Copying Openshift file template\"\n template:\n src: \"haproxy.cfg.j2\"\n dest: \"/etc/haproxy/haproxy.cfg\"\n owner: root\n gr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2551,
"all_permissive": false
} |
ansible_role | mikeintoch/openshift-infra-installer | 26bfa48f02f820729d2fc48fa119a07840bbed05 | 2 | roles/configure_inventory_host | 959 | [
"no_license"
] | [
{
"path": "roles/configure_inventory_host/templates/ansible.cfg.j2",
"content": "# cat /etc/ansible/ansible.cfg\n# config file for ansible -- http://ansible.com/\n# ==============================================\n[defaults]\nforks = 20 \nhost_key_checking = False\nremote_user = root\nroles_path = roles/\nga... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5601,
"all_permissive": false
} |
ansible_role | mikeintoch/openshift-infra-installer | 26bfa48f02f820729d2fc48fa119a07840bbed05 | 2 | roles/configure_local_repository | 959 | [
"no_license"
] | [
{
"path": "roles/configure_local_repository/tasks/main.yml",
"content": "---\n- name: \"Copying repository file in /etc/yum.repos.d/\"\n remote_user: root\n template:\n src: \"ose.repo.j2\"\n dest: \"/etc/yum.repos.d/ose.repo\"\n owner: root\n group: root\n mode: \"u=rw,g=r,o=r\"",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1119,
"all_permissive": false
} |
ansible_role | mikeintoch/openshift-infra-installer | 26bfa48f02f820729d2fc48fa119a07840bbed05 | 2 | roles/configuring_authorization | 959 | [
"no_license"
] | [
{
"path": "roles/configuring_authorization/tasks/main.yml",
"content": "---\n- name: \"Creating developer user: {{ ocp_user }} in htpasswd file\"\n htpasswd:\n path: /etc/origin/master/htpasswd\n name: \"{{ ocp_user }}\"\n password: \"{{ <PASSWORD> }}\"",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": false
} |
ansible_role | mikeintoch/openshift-infra-installer | 26bfa48f02f820729d2fc48fa119a07840bbed05 | 2 | roles/configuring_bastion_host | 959 | [
"no_license"
] | [
{
"path": "roles/configuring_bastion_host/tasks/main.yml",
"content": "---\n- name: \"Install atomic-openshift-clients package\"\n yum:\n name: atomic-openshift-clients\n state: present\n\n- name: \"Create a 4096-bit SSH key for root user\"\n user:\n name: root\n generate_ssh_key: yes\n ssh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | mikeintoch/openshift-infra-installer | 26bfa48f02f820729d2fc48fa119a07840bbed05 | 2 | roles/configuring_docker | 959 | [
"no_license"
] | [
{
"path": "roles/configuring_docker/defaults/main.yml",
"content": "---\ndocker_dev: \"/dev/sdb\"\ndocker_vg: \"docker-vg\"\ndocker_data_size: \"95%VG\"\ndocker_dm_basesize: \"3G\"\ncontainer_root_lv_name: \"dockerlv\"\ncontainer_root_lv_mount_path: \"/var/lib/docker\"\ncontainer_root_lv_size: \"100%FREE\""... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | mikeintoch/openshift-infra-installer | 26bfa48f02f820729d2fc48fa119a07840bbed05 | 2 | roles/create_instance_gce | 959 | [
"no_license"
] | [
{
"path": "roles/create_instance_gce/tasks/main.yml",
"content": "- name: \"Create GCE {{ item }} Instance\"\n gce:\n instance_names: \"{{ item }}\"\n zone: \"{{ gce_default_zone }}\"\n machine_type: \"{{ machine_type }}\"\n image: \"{{ gce_default_image }}\"\n network: \"{{ gce_default_netw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2230,
"all_permissive": false
} |
ansible_role | mikeintoch/openshift-infra-installer | 26bfa48f02f820729d2fc48fa119a07840bbed05 | 2 | roles/ocp_gce | 959 | [
"no_license"
] | [
{
"path": "roles/ocp_gce/tasks/main.yml",
"content": "---\n- name: \"Create Master Instances\"\n include_role:\n name: create_instance_gce\n with_sequence: start=1 end={{ masters_qty }} format=master-%d\n vars:\n machine_type: \"{{ master_machine_type }}\"\n prefix: \"master\"\n docker_size:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3042,
"all_permissive": false
} |
ansible_role | mikeintoch/openshift-infra-installer | 26bfa48f02f820729d2fc48fa119a07840bbed05 | 2 | roles/preparing_openshift_hosts | 959 | [
"no_license"
] | [
{
"path": "roles/preparing_openshift_hosts/tasks/main.yml",
"content": "---\n- name: \"Install base packages\"\n yum:\n name:\n - vim\n - psacct\n - sos\n - kexec-tools\n - yum-utils\n - wget\n - git\n - net-tools\n - bind-utils\n - iptables-services\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | mikeintoch/openshift-infra-installer | 26bfa48f02f820729d2fc48fa119a07840bbed05 | 2 | roles/run_install_openshift | 959 | [
"no_license"
] | [
{
"path": "roles/run_install_openshift/tasks/main.yml",
"content": "---\n- name: \"Running openshift preqrequisite playbook\"\n command: \"ansible-playbook -i /etc/ansible/hosts /usr/share/ansible/openshift-ansible/playbooks/prerequisites.yml\"\n register: command_result\n\n- name: \"Running openshift dep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | mikeintoch/openshift-infra-installer | 26bfa48f02f820729d2fc48fa119a07840bbed05 | 2 | roles/update_instance | 959 | [
"no_license"
] | [
{
"path": "roles/update_instance/tasks/main.yml",
"content": "- name: \"Update the entire host\"\n yum:\n name: '*'\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 71,
"all_permissive": false
} |
ansible_role | Marquesledivan/awx | d54d4d21628f563e6a32203bcf30b47e317a8412 | 0 | roles/install-helm | 1,019 | [
"no_license"
] | [
{
"path": "roles/install-helm/tasks/install-monit-tools.yml",
"content": "- name: add repo prometheus\n shell: helm repo add stable {{ url_repo_helm }}\n register: pro_add_repo\n\n- name:\n debug: var=pro_add_repo\n\n- name: add repo prometheus\n shell: helm repo update\n register: pro_update_repo\n\n-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/gluster-brick-create | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/gluster-brick-create/tasks/main.yml",
"content": "---\n- name: Clean up filesystem signature\n command: wipefs -a {{ item }}\n with_items: \"{{ disks | default([]) }}\"\n when: wipefs == 'yes' and item is defined\n ignore_errors: yes\n\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5153,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/gluster-replace-peers | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/gluster-replace-peers/tasks/authorization.yml",
"content": "- name: Make sure authorized_keys file is present\n stat:\n path: \"/root/.ssh/authorized_keys\"\n register: authkey\n\n- name: Copy the authorized_keys from the active host to ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 12890,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/hc-gluster-cgroups | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/hc-gluster-cgroups/tasks/main.yml",
"content": "---\n- name: Create systemd overrides directory for glusterd\n file:\n path: /etc/systemd/system/glusterd.service.d/\n state: directory\n\n- name: Create glusterd cgroups CPU configuratio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-check-upgrade | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-check-upgrade/tasks/main.yml",
"content": "---\n- name: Check for system updates (remove empty lines) on EL7\n shell: yum check-update -q --exclude=ansible | grep '[0-9]' | cut -d ' ' -f1 | sed '/^$/d' >> /tmp/yum_updates\n regis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1112,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-facts | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-facts/defaults/main.yml",
"content": "---\novirt_origin_type: 'OVIRT'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "packaging/ansible-runner-service-project/proje... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1789,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-firewalld | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-firewalld/tasks/firewalld.yml",
"content": "- name: Check for firewalld rules file\n stat:\n path: \"{{ role_path }}/vars/{{ firewald_rules_file }}\"\n register: firewalld_rule_file_stat\n delegate_to: localhost\n\n- b... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2283,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-hosted-engine | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-hosted-engine/tasks/remove.yml",
"content": "---\n- name: Remove hosted engine conf file\n file:\n path: \"{{ hosted_engine_conf }}\"\n state: absent\n\n- name: Stop ovirt-ha-agent service\n service:\n name: ovirt... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1488,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-iptables | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-iptables/tasks/main.yml",
"content": "---\n- block:\n - name: Fail host deploy if firewall type is iptables for hosts other than CentOS 7/ RHEL 7\n fail:\n when: el_ver|int != 7\n\n - name: Get latest iptable... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1074,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-kdump | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-kdump/tasks/main.yml",
"content": "---\n- name: Verify if crashkernel parameter is set\n lineinfile:\n dest: /proc/cmdline\n regexp: crashkernel_regexp\n check_mode: yes\n register: crashkernel_param\n failed_when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1043,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-kernel | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-kernel/tasks/main.yml",
"content": "---\n- name: Verify that grubby package is installed\n yum:\n name: grubby\n state: present\n\n- name: Detect if boot parameter is set when FIPS support is enabled\n set_fact:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1358,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-libvirt-guests | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-libvirt-guests/tasks/main.yml",
"content": "---\n- name: Setup the configuration file\n template:\n src: libvirt-guests.j2\n dest: /etc/sysconfig/libvirt-guests\n backup: yes\n\n- name: Start libvirt-guests service... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-misc | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-misc/tasks/main.yml",
"content": "---\n- name: Include sync. clock tasks\n include_tasks: clock.yml\n\n- name: Include gluster tasks\n include_tasks: gluster.yml\n when: host_deploy_gluster_supported|bool\n\n- name: Inclu... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1690,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-spice-encryption | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-spice-encryption/tasks/main.yml",
"content": "---\n- name: Create SPICE config file with the right permissions\n file:\n dest: '/etc/pki/tls/spice.cnf'\n state: touch\n mode: 0644\n owner: root\n group: root\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 417,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-vdsm | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-vdsm/tasks/packages.yml",
"content": "---\n# We need to install ovirt-hosted-engine-setup first due to its dependency\n# on specific ansible version to prevent collision with newer ansible versions\n# on EL7, because yum on ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5328,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-vdsm-certificates | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-vdsm-certificates/tasks/main.yml",
"content": "- block:\n - name: Create vdsm and QEMU key temporary files\n tempfile:\n state: file\n suffix: '{{ item.suffix }}'\n with_items:\n - suffix: vdsm\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5009,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-vm-console | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-vm-console/tasks/main.yml",
"content": "---\n- name: Install ovirt-vmconsole-host package\n yum:\n name: ovirt-vmconsole-host\n state: present\n tags:\n - skip_ansible_lint # E403\n\n- name: Run vm-console-certifi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-vm-console-certificates | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-vm-console-certificates/tasks/main.yml",
"content": "- name: Find ovirt-vmconsole user\n getent:\n database: passwd\n key: ovirt-vmconsole\n\n- block:\n - name: Create vmconsole key temporary file\n tempfile:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2236,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-vnc-certificates | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-deploy-vnc-certificates/meta/main.yml",
"content": "dependencies:\n - ovirt-host-deploy-facts\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "packaging/ansible-runner-s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1539,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-enroll-certificate | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-enroll-certificate/tasks/vdsm.yml",
"content": "- name: Run vdsm-certificates role\n include_role:\n name: ovirt-host-deploy-vdsm-certificates\n public: yes\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-setup-vnc-sasl | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-setup-vnc-sasl/handlers/main.yml",
"content": "- name: populate service facts for sasl libvirtd restart\n service_facts:\n register: services_in_vnc_sasl\n\n# libvirtd may not be started automatically on hosts >= 4.4 if not\n# al... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1159,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-host-upgrade | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-host-upgrade/tasks/advanced-virtualization.yml",
"content": "---\n- block:\n - name: Fetch redhat-release version\n yum:\n list: redhat-release\n update_cache: yes\n register: available_releases\n\n - name:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3335,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-image-measure | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-image-measure/tasks/main.yml",
"content": "---\n- name: Measure an image\n command: qemu-img measure -O qcow2 {{ image_path }}\n register: measurement_result\n become: yes\n become_user: vdsm\n tags:\n - skip_ansible_lint # E301... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-ova-export-post-pack | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-ova-export-post-pack/tasks/main.yml",
"content": "---\n- name: Rename the OVA file\n command: mv \"{{ ova_file.dest }}\" \"{{ target_directory }}/{{ ova_name }}\"\n when: packing_result.rc is defined and packing_result.rc == 0\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 481,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-ova-export-pre-pack | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-ova-export-pre-pack/tasks/main.yml",
"content": "---\n- name: Examine target directory\n stat:\n path: \"{{ target_directory }}\"\n register: target_directory_stats\n\n- name: Fail if target directory does not exist\n fail:\n m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1097,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-ova-extract | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-ova-extract/tasks/main.yml",
"content": "---\n- name: Run extraction script\n script: >\n extract_ova.py\n \"{{ ovirt_import_ova_path }}\"\n \"{{ ovirt_import_ova_disks }}\"\n \"{{ ovirt_import_ova_image_mappings }}\"\n ar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-ova-pack | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-ova-pack/files/pack_ova.py",
"content": "import io\nimport os\nimport pwd\nimport sys\nimport tarfile\nimport time\n\n\nfrom subprocess import CalledProcessError\nfrom subprocess import call\nfrom subprocess import check_call\nfrom subp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3559,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-ova-query | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-ova-query/tasks/main.yml",
"content": "---\n- name: Run query script\n script: >\n query_ova.py\n \"{{ entity_type }}\"\n \"{{ ovirt_query_ova_path }}\"\n \"{{ list_directory }}\"\n args:\n executable: \"{{ ansible_pyth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-provider-ovn-driver | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-provider-ovn-driver/tasks/main.yml",
"content": "---\n- name: Import the configure ovn-provider-ovn file\n import_tasks: configure.yml\n when:\n - ovn_state == \"configured\"\n\n- name: Import the unconfigure ovn-provider-ovn file\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1671,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/ovirt-to-vdsm-network | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/ovirt-to-vdsm-network/files/ovirt-to-vdsm-network",
"content": "#!/bin/sh\n\n#\n# Copyright oVirt Authors\n# SPDX-License-Identifier: Apache-2.0\n#\n\nansiblescriptdir=\"$(readlink -f \"$1\")\"\nsetuplib=$(readlink -f $(dirname ${ansiblescrip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 827,
"all_permissive": false
} |
ansible_role | sgarbour/ovirt-engine | 5f8cc97df1378287e75e8cdcc9f5647a70c7545d | 0 | packaging/ansible-runner-service-project/project/roles/python-ver-detect | 1,019 | [
"no_license"
] | [
{
"path": "packaging/ansible-runner-service-project/project/roles/python-ver-detect/tasks/main.yml",
"content": "---\n- name: Run import yaml on py3\n command: python3 -c \"import yaml\"\n register: result\n ignore_errors: yes\n changed_when: true\n\n- name: Set facts\n set_fact:\n ansible_python_in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | yashpatel7025/django_project_CICD_automation-using-github_actions-jenkins-ansible-azure_cloud | c1671c3f55e54f1c42bc3b1612cde7b30786a6fe | 1 | my_ansible/roles/gunicorn | 1,019 | [
"no_license"
] | [
{
"path": "my_ansible/roles/gunicorn/tasks/main.yml",
"content": "---\n- name: create /etc/my_django_proj dir\n file:\n path: \"/etc/my_django_proj\"\n state: directory\n\n- name: Copy gunicorn config file\n template:\n src: my_gunicorn.conf.py\n dest: \"/etc/my_django_proj/my_gunicorn.conf.py... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1403,
"all_permissive": false
} |
ansible_role | yashpatel7025/django_project_CICD_automation-using-github_actions-jenkins-ansible-azure_cloud | c1671c3f55e54f1c42bc3b1612cde7b30786a6fe | 1 | my_ansible/roles/my_django_app | 1,019 | [
"no_license"
] | [
{
"path": "my_ansible/roles/my_django_app/tasks/main.yml",
"content": "- name: Clone django project repo #if already exists it will pull otherwise clone\n git:\n repo: \"<EMAIL>:yashpatel7025/github_action_proj.git\" #ssh clone link..not https\n dest: \"{{projdir}}\" \n version: master\n key_fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1581,
"all_permissive": false
} |
ansible_role | yashpatel7025/django_project_CICD_automation-using-github_actions-jenkins-ansible-azure_cloud | c1671c3f55e54f1c42bc3b1612cde7b30786a6fe | 1 | my_ansible/roles/mysql | 1,019 | [
"no_license"
] | [
{
"path": "my_ansible/roles/mysql/vars/main.yml",
"content": "mysql_root_pass: '' #MySQL Root Password",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "my_ansible/roles/mysql/tasks/main.yml",
"content": "---\n - name: Install the MySQL packages\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | yashpatel7025/django_project_CICD_automation-using-github_actions-jenkins-ansible-azure_cloud | c1671c3f55e54f1c42bc3b1612cde7b30786a6fe | 1 | my_ansible/roles/nginx | 1,019 | [
"no_license"
] | [
{
"path": "my_ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt:\n name: nginx\n state: present #make sure nginx is present..if not present then only installs..this is called idempotent...ansible uses idempotence..state : started/stopped are idempotent actions that wil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1092,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/install_mariadb | 1,019 | [
"no_license"
] | [
{
"path": "roles/install_mariadb/tasks/main.yml",
"content": "---\n# tasks file for install_mariadb\n- name: Set MySQL root password before installing\n debconf: name='mysql-server' question='mysql-server/root_password' value='{{MYSQL_ROOT_PASSWORD | quote}}' vtype='password'\n tags: [mariadb]\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1054,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/install_memcached | 1,019 | [
"no_license"
] | [
{
"path": "roles/install_memcached/tasks/main.yml",
"content": "---\n# tasks file for install_memcached\n- name: Install Memcached, Python-memcache\n apt: pkg={{ item }}\n with_items:\n - memcached\n - python-memcache\n\n- name: Configure Memcached\n replace:\n dest: /etc/memcached.conf\n reg... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/install_mongodb | 1,019 | [
"no_license"
] | [
{
"path": "roles/install_mongodb/handlers/main.yml",
"content": "---\n# handlers file for install_mongodb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/install_mongodb/tasks/main.yml",
"content": "---\n# tasks file for install_mongodb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1062,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/install_rabbitmq | 1,019 | [
"no_license"
] | [
{
"path": "roles/install_rabbitmq/tasks/main.yml",
"content": "---\n# tasks file for install_rabbitmq\n- name: Install RabbitMQ\n apt: pkg={{ item }}\n with_items:\n - rabbitmq-server\n tags: [rabbitmq]\n\n- name: Add openstack user to RabbitMQ\n raw: rabbitmqctl add_user {{ RABBITMQ_USER }} {{ RABBI... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/set_common | 1,019 | [
"no_license"
] | [
{
"path": "roles/set_common/handlers/main.yml",
"content": "---\n# handlers file for set_common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/set_common/tasks/main.yml",
"content": "---\n# tasks file for set_common\n- name: Update the... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1904,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/set_ntp | 1,019 | [
"no_license"
] | [
{
"path": "roles/set_ntp/defaults/main.yml",
"content": "---\n# defaults file for set_ntp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/set_ntp/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 758,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/set_provider_nic | 1,019 | [
"no_license"
] | [
{
"path": "roles/set_provider_nic/tasks/main.yml",
"content": "---\n# tasks file for set_provider_nic\n- name: Add new network card for provider\n lineinfile:\n dest: /etc/network/interfaces\n line: \"# The provider network interface{{'\\n'}}auto {{ INTERFACE_NAME }}{{'\\n'}}iface {{ INTERFACE_NAME }... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/setup_cinder_block | 1,019 | [
"no_license"
] | [
{
"path": "roles/setup_cinder_block/tasks/main.yml",
"content": "---\n# tasks file for setup_nova_compute\n- name: Install cinder block packages\n apt: pkg={{ item }}\n with_items:\n - lvm2\n - cinder-volume\n\n- name: Configure cinder.conf file\n ini_file:\n dest: /etc/cinder/cinder.conf\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3446,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/setup_cinder_controller | 1,019 | [
"no_license"
] | [
{
"path": "roles/setup_cinder_controller/tasks/main.yml",
"content": "---\n# tasks file for setup_cinder_controller\n- name: Create cinder database\n shell: \"{{ item }}\"\n with_items:\n - mysql -u root -p{{ MYSQL_ROOT_PASSWORD }} -e \"CREATE DATABASE cinder; \"\n - mysql -u root -p{{ MYSQL_ROOT_PA... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5046,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/setup_glance | 1,019 | [
"no_license"
] | [
{
"path": "roles/setup_glance/vars/main.yml",
"content": "---\n# vars file for setup_glance\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/setup_glance/defaults/main.yml",
"content": "---\n# defaults file for setup_glance\n",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5449,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/setup_horizon | 1,019 | [
"no_license"
] | [
{
"path": "roles/setup_horizon/tasks/main.yml",
"content": "---\n# tasks file for setup_horizon\n- name: Install horizon packages\n apt: pkg={{ item }}\n with_items:\n - openstack-dashboard\n\n- name: Configure local_setting.py file (Replace)\n replace:\n dest: /etc/openstack-dashboard/local_settin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1970,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/setup_keystone | 1,019 | [
"no_license"
] | [
{
"path": "roles/setup_keystone/handlers/main.yml",
"content": "---\n# handlers file for setup_keystone\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/setup_keystone/vars/main.yml",
"content": "---\n# vars file for setup_keystone\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5216,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/setup_manila_controller | 1,019 | [
"no_license"
] | [
{
"path": "roles/setup_manila_controller/tasks/main.yml",
"content": "---\n# tasks file for setup_cinder_controller\n- name: Create manila database\n shell: \"{{ item }}\"\n with_items:\n - mysql -u root -p{{ MYSQL_ROOT_PASSWORD }} -e \"CREATE DATABASE manila; \"\n - mysql -u root -p{{ MYSQL_ROOT_PA... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4768,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/setup_manila_share_nodriver | 1,019 | [
"no_license"
] | [
{
"path": "roles/setup_manila_share_nodriver/tasks/main.yml",
"content": "---\n# tasks file for setup_nova_compute\n- name: Install manila share packages\n apt: pkg={{ item }}\n with_items:\n - manila-share\n - python-pymysql\n - lvm2\n - nfs-kernel-server\n\n- name: Configure manila.conf file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3876,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/setup_neutron_compute | 1,019 | [
"no_license"
] | [
{
"path": "roles/setup_neutron_compute/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - setup_neutron_compute",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/setup_neutron_compute/vars/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4562,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/setup_neutron_controller | 1,019 | [
"no_license"
] | [
{
"path": "roles/setup_neutron_controller/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - setup_neutron_controller",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/setup_neutron_controller/handlers/ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 10532,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/setup_nova_compute | 1,019 | [
"no_license"
] | [
{
"path": "roles/setup_nova_compute/handlers/main.yml",
"content": "---\n# handlers file for setup_nova_compute\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/setup_nova_compute/tests/test.yml",
"content": "---\n- hosts: localhost\n r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3936,
"all_permissive": false
} |
ansible_role | kenthsieh/openstack_ansible | 72d90a8f8e233fe9106af598f1cc3723e93df613 | 0 | roles/setup_nova_controller | 1,019 | [
"no_license"
] | [
{
"path": "roles/setup_nova_controller/tasks/main.yml",
"content": "---\n# tasks file for setup_nova_controller\n- name: Create nova database\n shell: \"{{ item }}\"\n with_items:\n - mysql -u root -p{{ MYSQL_ROOT_PASSWORD }} -e \"CREATE DATABASE nova_api; \"\n - mysql -u root -p{{ MYSQL_ROOT_PASSWO... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5465,
"all_permissive": false
} |
ansible_role | KeithWilliamsGMIT/gluster-ubuntu-ansible | 0fab4e2351ee22752fc11b406f7f0cefd7243c82 | 0 | playbooks/roles/deploy-gluster | 1,019 | [
"no_license"
] | [
{
"path": "playbooks/roles/deploy-gluster/tasks/install.yml",
"content": "---\n- name: Install software-properties-common\n apt:\n name: software-properties-common\n state: present\n update_cache: yes\n\n- name: GlusterFS repository PPA\n apt_repository:\n repo: ppa:gluster/glusterfs-7\n st... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2358,
"all_permissive": false
} |
ansible_role | hoangndst/middle | 1d83b65f035d8a0cc22563e251ce70b6183a8252 | 0 | ansible/roles/api | 1,019 | [
"no_license"
] | [
{
"path": "ansible/roles/api/tasks/deploy.yaml",
"content": "- name: Run docker image hoangndst/vdt-backend:latest\n docker_container:\n name: backend\n image: hoangndst/vdt-backend:latest\n restart_policy: unless-stopped\n networks:\n - name: \"{{ NETWORK_NAME }}\"\n hostname: backend\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | hoangndst/middle | 1d83b65f035d8a0cc22563e251ce70b6183a8252 | 0 | ansible/roles/db | 1,019 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/deploy.yaml",
"content": "- name: Run docker image mongo:5.0\n docker_container:\n name: database\n image: mongo:5.0\n restart_policy: unless-stopped\n networks:\n - name: \"{{ NETWORK_NAME }}\"\n hostname: database\n command: mongod --replSet mongo-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 502,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.