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 | Paulius0112/strack-automation | ff4b3efb15b3171c3f32d1f920a1050717e6aef3 | 0 | ansible/elrond/ansible/roles/deploy_prometheus | 8,010 | [
"no_license"
] | [
{
"path": "ansible/elrond/ansible/roles/deploy_prometheus/tasks/main.yml",
"content": "- name: create Prometheus directory\n file:\n name: /home/elrond/prometheus/\n state: directory\n- name: copy Prometheus config\n copy:\n src: prometheus.yml\n dest: /home/elrond/prometheus/prometheus.yml\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 898,
"all_permissive": false
} |
ansible_role | Paulius0112/strack-automation | ff4b3efb15b3171c3f32d1f920a1050717e6aef3 | 0 | ansible/elrond/ansible/roles/syntropy_elrond_network | 8,010 | [
"no_license"
] | [
{
"path": "ansible/elrond/ansible/roles/syntropy_elrond_network/tasks/main.yml",
"content": "- name: Login to the Platform API\n syntropynet.syntropy.syntropy_login:\n api_url: \"{{ SYNTROPY_CONTROLLER_URL }}\"\n username: \"{{ SYNTROPY_USERNAME }}\"\n password: \"{{ <PASSWORD> }}\"\n register: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | Paulius0112/strack-automation | ff4b3efb15b3171c3f32d1f920a1050717e6aef3 | 0 | ansible/ethereum/ansible/roles/deploy_ethereum | 8,010 | [
"no_license"
] | [
{
"path": "ansible/ethereum/ansible/roles/deploy_ethereum/tasks/main.yml",
"content": "- block:\n - name: Create Ethereum data directory\n file:\n name: /home/ethereum/ethereum-data/\n state: directory\n recurse: yes\n - name: set SELinux policy to permissive\n selinux:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1266,
"all_permissive": false
} |
ansible_role | Paulius0112/strack-automation | ff4b3efb15b3171c3f32d1f920a1050717e6aef3 | 0 | ansible/ethereum/ansible/roles/deploy_ethnetintel | 8,010 | [
"no_license"
] | [
{
"path": "ansible/ethereum/ansible/roles/deploy_ethnetintel/tasks/main.yml",
"content": "- name: deploy Ethereum Netstats Frontend container\n docker_container:\n name: netstats-frontend\n image: kamael/eth-netstats:latest\n hostname: netstats-frontend\n network_mode: \"syntropy_network\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | Paulius0112/strack-automation | ff4b3efb15b3171c3f32d1f920a1050717e6aef3 | 0 | ansible/ethereum/ansible/roles/deploy_grafana | 8,010 | [
"no_license"
] | [
{
"path": "ansible/ethereum/ansible/roles/deploy_grafana/tasks/main.yml",
"content": "- name: create Grafana main config directory\n file:\n path: \"/home/ethereum/grafana-conf/\"\n state: directory\n- name: create Grafana config directories\n file:\n path: \"/home/ethereum/grafana-conf/{{item}}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1377,
"all_permissive": false
} |
ansible_role | Paulius0112/strack-automation | ff4b3efb15b3171c3f32d1f920a1050717e6aef3 | 0 | ansible/ethereum/ansible/roles/deploy_node_exporter | 8,010 | [
"no_license"
] | [
{
"path": "ansible/ethereum/ansible/roles/deploy_node_exporter/tasks/main.yml",
"content": "- name: deploy Node exporter\n docker_container:\n name: node-exporter\n image: quay.io/prometheus/node-exporter:latest\n hostname: node-exporter\n purge_networks: yes\n restart: true\n volumes:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | Paulius0112/strack-automation | ff4b3efb15b3171c3f32d1f920a1050717e6aef3 | 0 | ansible/ethereum/ansible/roles/deploy_prometheus | 8,010 | [
"no_license"
] | [
{
"path": "ansible/ethereum/ansible/roles/deploy_prometheus/tasks/main.yml",
"content": "- name: create Prometheus directory\n file:\n name: /home/ethereum/prometheus/\n state: directory\n- name: copy Prometheus config\n copy:\n src: prometheus.yml\n dest: /home/ethereum/prometheus/prometheus.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | Paulius0112/strack-automation | ff4b3efb15b3171c3f32d1f920a1050717e6aef3 | 0 | ansible/ethereum/ansible/roles/docker | 8,010 | [
"no_license"
] | [
{
"path": "ansible/ethereum/ansible/roles/docker/tasks/main.yml",
"content": "- name: add Docker repo\n yum_repository:\n name: docker_stable\n description: Docker CE Stable - $basearch\n baseurl: https://download.docker.com/linux/centos/$releasever/$basearch/stable\n gpgcheck: true\n gpgkey... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 716,
"all_permissive": false
} |
ansible_role | Paulius0112/strack-automation | ff4b3efb15b3171c3f32d1f920a1050717e6aef3 | 0 | ansible/polkadot-validator/ansible/roles/launch_grafana | 8,010 | [
"no_license"
] | [
{
"path": "ansible/polkadot-validator/ansible/roles/launch_grafana/tasks/main.yaml",
"content": "---\n- name: Create data directory if it doesn't exist\n file:\n path: ~/grafana_data\n state: directory\n mode: 0777\n\n# launch grafana\n- name: Run grafana\n docker_container:\n name: grafana\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | Paulius0112/strack-automation | ff4b3efb15b3171c3f32d1f920a1050717e6aef3 | 0 | ansible/polkadot-validator/ansible/roles/launch_prometheus | 8,010 | [
"no_license"
] | [
{
"path": "ansible/polkadot-validator/ansible/roles/launch_prometheus/tasks/main.yaml",
"content": "---\n# tasks file for launch_prometheus\n\n- debug:\n msg: \"Launching Prometheus\"\n\n- copy:\n src: prometheus.yml # <====== from your secrets.yml\n dest: \"~/prometheus.yml\" # <====== from your s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | azuredevpt/ansible_hdp_cluster | 9360f4290ef692f91fd3e3e3529ef4a3c7a88ed8 | 0 | playbooks/roles/ambari-repo | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/ambari-repo/tasks/main.yml",
"content": "---\n# tasks file for ambari-repo\n - name: Telechargement de Ambari repo 2.7\n get_url:\n url: http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.7.0.0/ambari-2.7.0.0-centos7.tar.gz\n dest: /home/useradmin\n\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 669,
"all_permissive": false
} |
ansible_role | azuredevpt/ansible_hdp_cluster | 9360f4290ef692f91fd3e3e3529ef4a3c7a88ed8 | 0 | playbooks/roles/etc-hosts | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/etc-hosts/tasks/main.yml",
"content": "---\n# tasks file for etc_hosts\n- name: Ajout mappings vers /etc/hosts\n lineinfile:\n path: /etc/hosts\n regexp: \"^{{ hostvars[item]['ansible_'~hostvars[item].ansible_default_ipv4.alias | regex_replace('-','_')]['ipv4']['address'] ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 513,
"all_permissive": false
} |
ansible_role | azuredevpt/ansible_hdp_cluster | 9360f4290ef692f91fd3e3e3529ef4a3c7a88ed8 | 0 | playbooks/roles/firewall | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/firewall/tasks/main.yml",
"content": "---\n# tasks file for firewall\n - name: Arrêt de firewalld\n service:\n name: firewalld\n state: stopped\n ignore_errors: true\n\n - name: Désactivation de firewalld\n service:\n name: firewalld\n enabled: no\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | azuredevpt/ansible_hdp_cluster | 9360f4290ef692f91fd3e3e3529ef4a3c7a88ed8 | 0 | playbooks/roles/hdp-repo | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/hdp-repo/handlers/main.yml",
"content": "---\n# handlers file for hdp-repo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "playbooks/roles/hdp-repo/defaults/main.yml",
"content": "---\n# defaults file for hdp-repo",
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1368,
"all_permissive": false
} |
ansible_role | azuredevpt/ansible_hdp_cluster | 9360f4290ef692f91fd3e3e3529ef4a3c7a88ed8 | 0 | playbooks/roles/httpd | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/httpd/tasks/main.yml",
"content": " - name: Installation de httpd\n become: yes\n yum:\n name: httpd\n state: present\n \n\n - name: Activation de httpd\n become: yes\n service:\n name: httpd\n enabled: yes\n notify: Redemarrage de httpd ",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | azuredevpt/ansible_hdp_cluster | 9360f4290ef692f91fd3e3e3529ef4a3c7a88ed8 | 0 | playbooks/roles/nano | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/nano/tasks/main.yml",
"content": "---\n# tasks file for nano\n - name: Installation de nano\n yum:\n name: nano\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | azuredevpt/ansible_hdp_cluster | 9360f4290ef692f91fd3e3e3529ef4a3c7a88ed8 | 0 | playbooks/roles/ntp | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/ntp/tasks/ntp.yml",
"content": "---\n# tasks file for ntp\n - name: Installation de ntp\n yum:\n name: ntp\n state: installed",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "playbooks/roles/ntp/tasks/ntp-se... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | azuredevpt/ansible_hdp_cluster | 9360f4290ef692f91fd3e3e3529ef4a3c7a88ed8 | 0 | playbooks/roles/selinux | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/selinux/tasks/main.yml",
"content": "---\n# tasks file for selinux\n - import_tasks: selinux.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "playbooks/roles/selinux/tasks/selinux.yml",
"content": " - name: Desac... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | azuredevpt/ansible_hdp_cluster | 9360f4290ef692f91fd3e3e3529ef4a3c7a88ed8 | 0 | playbooks/roles/swapiness | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/swapiness/defaults/main.yml",
"content": "---\n# defaults file for swapiness",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "playbooks/roles/swapiness/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_use... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | azuredevpt/ansible_hdp_cluster | 9360f4290ef692f91fd3e3e3529ef4a3c7a88ed8 | 0 | playbooks/roles/thp | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/thp/handlers/main.yml",
"content": "---\n# handlers file for thp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "playbooks/roles/thp/tasks/main.yml",
"content": "---\n# tasks file for swapiness\n- name: Activation du ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 531,
"all_permissive": false
} |
ansible_role | shkatara/openshift-website-operator | cb1b6ef2f18bd906aa963158ff340913441d67bf | 0 | roles/website | 8,010 | [
"no_license"
] | [
{
"path": "roles/website/tasks/main.yml",
"content": "---\n# tasks file for Memcached\n- name: Creating the Application deployment \n k8s:\n definition:\n kind: Deployment\n apiVersion: apps/v1\n metadata:\n name: '{{ meta.name }}-website-dc'\n namespace: '{{ meta.namespace ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1056,
"all_permissive": false
} |
ansible_role | NicoOosterwijk/gcs-firewall | d618535937c4a44e0aa3e70c0911855d6a5e97fd | 0 | roles/create | 8,010 | [
"no_license"
] | [
{
"path": "roles/create/defaults/main.yaml",
"content": "---\nfirewall_admin_rules:\n port: 8080\n name: demo-admin\n project: nico-1234\n source_ranges: 0.0.0.0/0\n target: test-nico-netw\n protocol: tcp\n action: ALLOW\n\nfirewall_ssh_rules:\n port: 22\n name: demo-ssh\n project: nico-1234\n so... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2307,
"all_permissive": false
} |
ansible_role | NicoOosterwijk/gcs-firewall | d618535937c4a44e0aa3e70c0911855d6a5e97fd | 0 | roles/delete | 8,010 | [
"no_license"
] | [
{
"path": "roles/delete/defaults/main.yaml",
"content": "---\ndelete_firewall_rules:\n name:\n - demo-admin\n - default-allow-rdp\n - default-allow-ssh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/delete/tasks/main.yaml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | adrianakbari/esrieuropeandevsummit | afd96b88f9ca1495a6f661765c3b62f87b358bc7 | 0 | ansible/roles/arcgisjdk | 8,010 | [
"permissive"
] | [
{
"path": "ansible/roles/arcgisjdk/tasks/main.yml",
"content": "---\n\n- name: jdk_start\n file:\n state: directory\n path: /data/arcgis\n mode: '0755'\n owner: azureuser\n group: azureuser\n\n- name: check existance jdk \n stat:\n path: /data/arcgis/jdk{{ jdkversiondirname }}\n registe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1367,
"all_permissive": true
} |
ansible_role | adrianakbari/esrieuropeandevsummit | afd96b88f9ca1495a6f661765c3b62f87b358bc7 | 0 | ansible/roles/arcgistomcat | 8,010 | [
"permissive"
] | [
{
"path": "ansible/roles/arcgistomcat/tasks/main.yml",
"content": "---\n\n- name: tomcat_start\n file:\n state: directory\n path: /data/arcgis\n mode: '0755'\n owner: azureuser\n group: azureuser\n\n- name: check existance tomcat\n stat:\n path: /data/arcgis/apache-tomcat-{{ tomcatversio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4344,
"all_permissive": true
} |
ansible_role | adrianakbari/esrieuropeandevsummit | afd96b88f9ca1495a6f661765c3b62f87b358bc7 | 0 | ansible/roles/common | 8,010 | [
"permissive"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: common_start_create_data_directory\n file:\n path: /data\n state: directory\n owner: azureuser\n group: azureuser\n mode: 0753\n \n- name: Create /data/tmp directory\n file:\n path: /data/tmp\n state: directo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 449,
"all_permissive": true
} |
ansible_role | adrianakbari/esrieuropeandevsummit | afd96b88f9ca1495a6f661765c3b62f87b358bc7 | 0 | ansible/roles/datastore | 8,010 | [
"permissive"
] | [
{
"path": "ansible/roles/datastore/tasks/main.yml",
"content": "---\n\n\n# Need 2 steps, known issue with ansible. See for example https://github.com/xsnippet/xsnippet-infra/pull/26/commits/04b0c74870a15429f71e924600135bba8948f3ee\n\n- name: datastore_start_check_existance_of_installation_sources\n stat:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4552,
"all_permissive": true
} |
ansible_role | adrianakbari/esrieuropeandevsummit | afd96b88f9ca1495a6f661765c3b62f87b358bc7 | 0 | ansible/roles/portal | 8,010 | [
"permissive"
] | [
{
"path": "ansible/roles/portal/tasks/main.yml",
"content": "---\n\n# Need 2 steps, known issue with ansible. See for example https://github.com/xsnippet/xsnippet-infra/pull/26/commits/04b0c74870a15429f71e924600135bba8948f3ee\n\n- name: portal_start_check_existance_of_installation_sources\n stat:\n path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5360,
"all_permissive": true
} |
ansible_role | adrianakbari/esrieuropeandevsummit | afd96b88f9ca1495a6f661765c3b62f87b358bc7 | 0 | ansible/roles/server | 8,010 | [
"permissive"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "---\n\n# Need 2 steps, known issue with ansible. See for example https://github.com/xsnippet/xsnippet-infra/pull/26/commits/04b0c74870a15429f71e924600135bba8948f3ee\n\n- name: server_start_check_existance_of_installation_sources\n stat:\n path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 9292,
"all_permissive": true
} |
ansible_role | adrianakbari/esrieuropeandevsummit | afd96b88f9ca1495a6f661765c3b62f87b358bc7 | 0 | ansible/roles/webadaptor | 8,010 | [
"permissive"
] | [
{
"path": "ansible/roles/webadaptor/vars/main.yml",
"content": "arcgiswebadaptorfileversion: \"110_182987\"\narcgiswebadapterpathversion: \"11.0\"\n#arcgiswebadaptorfileversion: \"107_167720\"\n#arcgiswebadapterpathversion: \"10.7\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6439,
"all_permissive": true
} |
ansible_role | ArtBabarykin/docker_demo | e8527ae6e0d5adbb2b1d50a8b53fce347ffcfac7 | 1 | 14.Ansible.Workshop/roles/mysql | 8,010 | [
"no_license"
] | [
{
"path": "14.Ansible.Workshop/roles/mysql/handlers/main.yaml",
"content": "---\n- name: mysql restart\n service:\n name: mysql\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "14.Ansible.Workshop/roles/mysql/templates/data... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | ArtBabarykin/docker_demo | e8527ae6e0d5adbb2b1d50a8b53fce347ffcfac7 | 1 | 14.Ansible.Workshop/roles/redmine | 8,010 | [
"no_license"
] | [
{
"path": "14.Ansible.Workshop/roles/redmine/defaults/main.yaml",
"content": "---\napp_repo: \"https://github.com/redmine/redmine.git\"\napp_home: /opt/redmine\napp_version: 4.0-stable\napp_lang: \"ru\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1337,
"all_permissive": false
} |
ansible_role | nassafou/ngApp | 4ad3bcc5685be61c4952544bfb6d81d72a46eb00 | 0 | playbook/roles/common | 8,010 | [
"no_license"
] | [
{
"path": "playbook/roles/common/vars/main.yml",
"content": "---\n# vars file for playbook/roles/nginx",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "playbook/roles/common/defaults/main.yml",
"content": "---\n# defaults file for playbook/roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | nassafou/ngApp | 4ad3bcc5685be61c4952544bfb6d81d72a46eb00 | 0 | playbook/roles/nginx | 8,010 | [
"no_license"
] | [
{
"path": "playbook/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for playbook/roles/nginx\n- name: Install\n become: yes\n apt:\n name: nginx\n state: latest\n- name: Service\n become: yes\n service:\n name: nginx\n state: started\n enabled: true\n- name: Supprimer defaultco... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1208,
"all_permissive": false
} |
ansible_role | nassafou/ngApp | 4ad3bcc5685be61c4952544bfb6d81d72a46eb00 | 0 | playbook/roles/users | 8,010 | [
"no_license"
] | [
{
"path": "playbook/roles/users/tasks/main.yml",
"content": "---\n# tasks file for playbook/roles/users\n- name: \"create user\"\n when: user is defined\n become: yes\n user:\n name: \"{{ user }}\"\n comment: \"John {{ user }} \"\n shell: /bin/sh\n\n- name: \"add key\"\n when: user is defined\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | mareimorsy/high-availability-task | bca81abe54983d6b7f6a934f18c2f4aa866ef974 | 0 | roles/docker | 8,010 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n- name: Add docker apt repo\n become: yes\n apt_repository:\n repo: \"deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ansible_lsb.codename}} stable\"\n update_cache: yes\n\n- name: Install Docker apt package\n become: yes\n apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1727,
"all_permissive": false
} |
ansible_role | mareimorsy/high-availability-task | bca81abe54983d6b7f6a934f18c2f4aa866ef974 | 0 | roles/nginx | 8,010 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: install nginx \n apt: pkg=nginx state=installed update_cache=true\n\n- name: copy conf file\n copy:\n src: ../templates/nginx.conf.j2\n dest: /Documents/DevOps/Day1/\n\n- name: start nginx on boot\n service: name=nginx state=started enabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | ninewb/automation-toolkit | f2026a667bd4487852b153f338b60099aa0b557b | 1 | playbooks/roles/additional-pre-reqs | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/additional-pre-reqs/tasks/main.yml",
"content": "---\n- hosts: sas_all\n become: yes\n become_user: root\n tasks:\n \n - sysctl: \n name: vm.max_map_count\n value: \"262144\"\n state: present\n reload: yes \n \n - sysctl: \n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 919,
"all_permissive": false
} |
ansible_role | ninewb/automation-toolkit | f2026a667bd4487852b153f338b60099aa0b557b | 1 | playbooks/roles/download-assets | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/download-assets/tasks/main.yml",
"content": "---\n\n- name: CREATE WORKING DIRECTORY {{ ASSET_DIR }}\n file: state=directory path={{ ASSET_DIR }}\n tags: download_only\n\n- name: VALIDATE SAS DATA FILE EXISTS\n stat:\n path: \"{{ SAS_DATA_LOC_EXT }}\"\n register: SAS_DATA_F... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1398,
"all_permissive": false
} |
ansible_role | ninewb/automation-toolkit | f2026a667bd4487852b153f338b60099aa0b557b | 1 | playbooks/roles/mount-disks | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/mount-disks/tasks/main.yml",
"content": "---\n- name: Mount Disks\n hosts: sas_all\n become: yes\n \n tasks:\n - name: GET VOLUME NAME\n shell: echo \"/dev/$(ls -l /dev/disk/azure/scsi1 |grep {{ item }}|egrep -o \"([^\\/]+$)\")\"\n register: volume\n with_ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1889,
"all_permissive": false
} |
ansible_role | ninewb/automation-toolkit | f2026a667bd4487852b153f338b60099aa0b557b | 1 | playbooks/roles/set-hostname | 8,010 | [
"no_license"
] | [
{
"path": "playbooks/roles/set-hostname/tasks/main.yml",
"content": "---\n- hosts: sas_all\n tasks:\n - name: RUN SCRIPT TO UPDATE VM HOSTNAME\n script: ../../../scripts/set-host.sh\n become: yes\n become_user: root\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": 167,
"all_permissive": false
} |
ansible_role | heermayou/AnsibleDeployWar | 1d1d8e3e8ce1f14759b3340bf6955616c5919a2e | 0 | roles/tomcat | 8,010 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/shutdown.yml",
"content": "- name: check if tomcat is running\n raw: ps -ef | grep {{ instance_path }} | grep java | grep -v grep | wc -l\n register: instance_status\n\n- debug: msg=\"{{instance_status.stdout_lines }}\"\n\n- name: get pid\n raw: ps -ef | grep {{instance_path... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1876,
"all_permissive": false
} |
ansible_role | biryukovpavel/devops-for-programmers-project-lvl1 | 1b4d422988a9af2ae5e55c1a75a79e6f976dad56 | 0 | provision/roles/common | 8,010 | [
"no_license"
] | [
{
"path": "provision/roles/common/tasks/main.yml",
"content": "---\n- name: Updates apt cache\n apt:\n update_cache: yes\n\n- name: Installs necessary packages\n apt:\n pkg: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - git\n - make\n - python3-pip\n - postgre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | biryukovpavel/devops-for-programmers-project-lvl1 | 1b4d422988a9af2ae5e55c1a75a79e6f976dad56 | 0 | provision/roles/docker | 8,010 | [
"no_license"
] | [
{
"path": "provision/roles/docker/tasks/main.yml",
"content": "---\n- name: Updates apt cache\n apt:\n update_cache: yes\n\n- name: Install required system packages\n apt:\n pkg: \"{{ packages }}\"\n state: latest\n vars:\n packages: [ 'apt-transport-https', 'ca-certificates', 'curl', 'softwa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | biryukovpavel/devops-for-programmers-project-lvl1 | 1b4d422988a9af2ae5e55c1a75a79e6f976dad56 | 0 | provision/roles/docker-compose | 8,010 | [
"no_license"
] | [
{
"path": "provision/roles/docker-compose/defaults/main.yml",
"content": "---\ndocker_compose_url: https://github.com/docker/compose/releases/download/1.29.1/docker-compose-Linux-x86_64\ndocker_compose_path: /usr/local/bin/docker-compose\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | biryukovpavel/devops-for-programmers-project-lvl1 | 1b4d422988a9af2ae5e55c1a75a79e6f976dad56 | 0 | provision/roles/nodejs | 8,010 | [
"no_license"
] | [
{
"path": "provision/roles/nodejs/tasks/main.yml",
"content": "---\n- name: Install the gpg key for 'Node.js'\n apt_key:\n url: \"https://deb.nodesource.com/gpgkey/nodesource.gpg.key\"\n state: present\n\n- name: Install the 'Node.js' repos\n apt_repository:\n repo: \"deb https://deb.nodesource.c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | glnro/ansible-template | d343600d5de72451ebab41729ebbfdfd55280f30 | 0 | roles/infra | 8,010 | [
"no_license"
] | [
{
"path": "roles/infra/vars/asg.yml",
"content": "#\n# You can change default variables here\n#\n---\n#\n# additional_user_data_bootcmd: |\n# - echo \"you can add additional bootcommands\"\n# - echo \"by overwriting the variable additional_user_data_bootcmd\"\n#\n# additional_user_data_runcmd: |\n# - ... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 14364,
"all_permissive": false
} |
ansible_role | derekcrovo/bigdev | f1c53f872b447c1921ea85e8233bd60b21af6199 | 3 | roles/bigdev | 8,017 | [
"no_license"
] | [
{
"path": "roles/bigdev/vars/main.yml",
"content": "---\n# bigdev variables\n\nkind_version: v0.7.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/bigdev/tasks/main.yml",
"content": "---\n# Tasks for big dev instance\n\n- name: Configu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 998,
"all_permissive": false
} |
ansible_role | derekcrovo/bigdev | f1c53f872b447c1921ea85e8233bd60b21af6199 | 3 | roles/go | 8,017 | [
"no_license"
] | [
{
"path": "roles/go/tasks/main.yml",
"content": "---\n# Tasks for installing Go\n\n- name: Get latest Go version string\n uri:\n url: https://golang.org/VERSION?m=text\n return_content: yes\n register: available_go_version\n\n- name: Get current Go version\n shell: /usr/local/go/bin/go version\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1049,
"all_permissive": false
} |
ansible_role | derekcrovo/bigdev | f1c53f872b447c1921ea85e8233bd60b21af6199 | 3 | roles/tailscale | 8,017 | [
"no_license"
] | [
{
"path": "roles/tailscale/vars/main.yml",
"content": "---\n# Tailscale variables\n\ntailscale_version: 1.0.5\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/tailscale/tasks/main.yml",
"content": "---\n# Tasks for installing Tailscale\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1948,
"all_permissive": false
} |
ansible_role | jfmaes/aws_mini_ad | 9e3be6bad3fd378e87a6e4fc84d44d1008376ed9 | 39 | dev/ansible/roles/adpopulation | 8,017 | [
"no_license"
] | [
{
"path": "dev/ansible/roles/adpopulation/defaults/main.yml",
"content": "populate_ad_data_file: \"{{ playbook_dir }}/datasources/ad_data_sandbox.pwnzone.lab.yml\"\ndomain: \"sandbox.pwnzone.lab\"\nous: []\ngroups: []\nusers: []\nCN_base_dn: \"DC=sandbox,DC=pwnzone,DC=lab\"",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1237,
"all_permissive": false
} |
ansible_role | jfmaes/aws_mini_ad | 9e3be6bad3fd378e87a6e4fc84d44d1008376ed9 | 39 | dev/ansible/roles/childtrust | 8,017 | [
"no_license"
] | [
{
"path": "dev/ansible/roles/childtrust/tasks/main.yml",
"content": "- name: rename host\n win_hostname:\n name: \"{{ hostname }}\"\n register: result\n\n- name: Reboot\n win_reboot:\n when: result.reboot_required\n\n\n- name: Create a child domain sandbox.pwnzone.lab - WARNING THIS TASK TAKES A LO... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 754,
"all_permissive": false
} |
ansible_role | jfmaes/aws_mini_ad | 9e3be6bad3fd378e87a6e4fc84d44d1008376ed9 | 39 | dev/ansible/roles/disabledefence | 8,017 | [
"no_license"
] | [
{
"path": "dev/ansible/roles/disabledefence/tasks/main.yml",
"content": "- name: Disable SmartScreen\n win_regedit:\n path: HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System\n name: EnableSmartScreen\n data: 0\n type: dword\n\n- name: Disable firewall for Domain, Public and Private profiles... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1995,
"all_permissive": false
} |
ansible_role | jfmaes/aws_mini_ad | 9e3be6bad3fd378e87a6e4fc84d44d1008376ed9 | 39 | dev/ansible/roles/dnsforwarder | 8,017 | [
"no_license"
] | [
{
"path": "dev/ansible/roles/dnsforwarder/tasks/main.yml",
"content": "- name: Add conditional forwarder zones\n community.windows.win_dns_zone:\n name: \"{{ item.name }}\"\n type: forwarder\n dns_servers: \"{{ item.dns_servers }}\"\n loop: \"{{ domains }}\"\n when: item.name != ansible_domain",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | jfmaes/aws_mini_ad | 9e3be6bad3fd378e87a6e4fc84d44d1008376ed9 | 39 | dev/ansible/roles/domain_controller | 8,017 | [
"no_license"
] | [
{
"path": "dev/ansible/roles/domain_controller/defaults/main.yml",
"content": "dc_hostname: #check hostvars\nnetbios_name: #check hostvars\ndns_dom_name: #check hostvars\nsafemode_pass: #check hostvars",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1478,
"all_permissive": false
} |
ansible_role | jfmaes/aws_mini_ad | 9e3be6bad3fd378e87a6e4fc84d44d1008376ed9 | 39 | dev/ansible/roles/fakespooler | 8,017 | [
"no_license"
] | [
{
"path": "dev/ansible/roles/fakespooler/tasks/main.yml",
"content": "- name: plant fakespool server\n win_copy:\n src: \"{{ role_path }}/files/spoolserver.exe\"\n dest: C:\\ProgramData\\spoolserver.exe\n\n- name: start fakespool server\n win_scheduled_task:\n name: fakespool\n description: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | jfmaes/aws_mini_ad | 9e3be6bad3fd378e87a6e4fc84d44d1008376ed9 | 39 | dev/ansible/roles/sandbox_domain_hosts | 8,017 | [
"no_license"
] | [
{
"path": "dev/ansible/roles/sandbox_domain_hosts/defaults/main.yml",
"content": "domain_fqdn: sandbox.pwnzone.lab\nansible_pass: <PASSWORD>!\ndomain_netbios: SANDBOX",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "dev/ansible/roles/sandbox_domain_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1010,
"all_permissive": false
} |
ansible_role | jfmaes/aws_mini_ad | 9e3be6bad3fd378e87a6e4fc84d44d1008376ed9 | 39 | dev/ansible/roles/treeroot_trust | 8,017 | [
"no_license"
] | [
{
"path": "dev/ansible/roles/treeroot_trust/tasks/main.yml",
"content": "- name: Change to the correct hostname\n win_hostname:\n name: \"{{ dc_hostname }}\"\n register: result\n\n- name: reboot if hostname changed\n win_reboot:\n when: result.reboot_required\n\n- name: Create tree-root domain trust ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | tiagojulianoferreira/ansible_remotely-agent | 7cc5ab315cb2217eb320952a34ad22fe9c35a4e9 | 0 | roles/remotely-agent | 8,017 | [
"no_license"
] | [
{
"path": "roles/remotely-agent/vars/main.yml",
"content": "---\n# vars file for roles/remotely-agent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/remotely-agent/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 730,
"all_permissive": false
} |
ansible_role | tiagojulianoferreira/ansible_remotely-agent | 7cc5ab315cb2217eb320952a34ad22fe9c35a4e9 | 0 | roles/remove-remotely | 8,017 | [
"no_license"
] | [
{
"path": "roles/remove-remotely/handlers/main.yml",
"content": "---\n# handlers file for roles/remove-remotely\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/remove-remotely/vars/main.yml",
"content": "---\n# vars file for roles/remov... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | democratech/2022 | 72166122d031b539a5b6314aeb778d07b8ee0795 | 4 | provisioning/roles/laprimaire.analytics | 8,017 | [
"no_license"
] | [
{
"path": "provisioning/roles/laprimaire.analytics/templates/docker-compose.yml.j2",
"content": "{{ ansible_managed | comment }}\nversion: \"3\"\n\nservices:\n mariadb:\n image: \"docker.io/bitnami/mariadb:{{ matomo_database_version }}\"\n restart: unless-stopped\n environment:\n MARIADB_ROOT... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3168,
"all_permissive": false
} |
ansible_role | democratech/2022 | 72166122d031b539a5b6314aeb778d07b8ee0795 | 4 | provisioning/roles/laprimaire.blog | 8,017 | [
"no_license"
] | [
{
"path": "provisioning/roles/laprimaire.blog/files/content/themes/lyra/.github/workflows/test.yml",
"content": "name: Test\non:\n pull_request:\n push:\n branches:\n - master\njobs:\n build:\n runs-on: ubuntu-18.04\n strategy:\n matrix:\n node: [ '10' ]\n name: Node ${{ matr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3696,
"all_permissive": false
} |
ansible_role | democratech/2022 | 72166122d031b539a5b6314aeb778d07b8ee0795 | 4 | provisioning/roles/laprimaire.forum | 8,017 | [
"no_license"
] | [
{
"path": "provisioning/roles/laprimaire.forum/defaults/main.yml",
"content": "---\n\n# https://hub.docker.com/r/bitnami/discourse/tags\ndiscourse_version: 2.6.3\ndiscourse_fqdn: \"org.{{ base_hostname }}\"\ndiscourse_skip_install: true\n# https://hub.docker.com/r/bitnami/postgresql/tags\ndiscourse_postrges... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6141,
"all_permissive": false
} |
ansible_role | democratech/2022 | 72166122d031b539a5b6314aeb778d07b8ee0795 | 4 | provisioning/roles/laprimaire.logs | 8,017 | [
"no_license"
] | [
{
"path": "provisioning/roles/laprimaire.logs/tasks/main.yml",
"content": "---\n\n- name: generate self-signed SSL certs\n include_role:\n name: laprimaire.ssl-certs\n vars:\n ssl_cert_fqdn: \"{{ kibana_fqdn }}\"\n when: base_hostname != 'laprimaire.org'\n\n- name: create EFK directories\n file:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2410,
"all_permissive": false
} |
ansible_role | democratech/2022 | 72166122d031b539a5b6314aeb778d07b8ee0795 | 4 | provisioning/roles/laprimaire.monitoring | 8,017 | [
"no_license"
] | [
{
"path": "provisioning/roles/laprimaire.monitoring/tasks/prometheus.yml",
"content": "---\n\n- name: create prometheus mounted directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: nobody\n mode: u=rwx,g=rwx,o=rx\n loop:\n - /data/prometheus/data\n - /data/prometheus/co... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 12029,
"all_permissive": false
} |
ansible_role | democratech/2022 | 72166122d031b539a5b6314aeb778d07b8ee0795 | 4 | provisioning/roles/laprimaire.reverse-proxy | 8,017 | [
"no_license"
] | [
{
"path": "provisioning/roles/laprimaire.reverse-proxy/templates/vouch_location.conf.j2",
"content": "{{ ansible_managed | comment }}\n# forward authorized requests to your service protectedapp.yourdomain.com\n# proxy_pass http://127.0.0.1:8080;\n# you may need to set these variables in this block as per ht... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9129,
"all_permissive": false
} |
ansible_role | democratech/2022 | 72166122d031b539a5b6314aeb778d07b8ee0795 | 4 | provisioning/roles/laprimaire.ssl-certs | 8,017 | [
"no_license"
] | [
{
"path": "provisioning/roles/laprimaire.ssl-certs/tasks/main.yml",
"content": "---\n\n- name: install openssl\n apt:\n name: openssl\n state: present\n\n- name: create /srv/nginx/certs\n file:\n path: /srv/nginx/certs\n state: directory\n\n- name: create self-signed certificate\n shell: |\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | hmenke/ansible-opensuse | 18c62e67533b2a1c3f262fded2de2988427c52ad | 1 | roles/apptainer | 8,017 | [
"no_license"
] | [
{
"path": "roles/apptainer/tasks/main.yml",
"content": "---\n- name: Install Apptainer\n community.general.zypper:\n name: \"{{ item.package }}\"\n state: present\n when: item.version == ansible_facts['distribution_version']\n loop:\n - version: '15.3'\n package: 'https://download.opensuse.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2084,
"all_permissive": false
} |
ansible_role | weblinktechs/awx-ansible-code | 0d5dd29cd8b205a62c457161aa66fe8beb40dde1 | 0 | das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/beats | 8,017 | [
"no_license"
] | [
{
"path": "das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/beats/tasks/main.yml",
"content": "---\n- name: Install Filebeat\n include: filebeat.yml\n tags:\n - filebeat\n\n- name: Install Metricebeat\n include: metricbeat.yml\n tags:\n - metricbeat\n\n# - name: Include ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 10088,
"all_permissive": false
} |
ansible_role | weblinktechs/awx-ansible-code | 0d5dd29cd8b205a62c457161aa66fe8beb40dde1 | 0 | das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/elastic | 8,017 | [
"no_license"
] | [
{
"path": "das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/elastic/templates/jvm.options.j2",
"content": "################################################################\n# IMPORTANT: JVM heap size\n# Xms represents the initial size of total heap space\n# Xmx represents the ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 10111,
"all_permissive": false
} |
ansible_role | weblinktechs/awx-ansible-code | 0d5dd29cd8b205a62c457161aa66fe8beb40dde1 | 0 | das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/kibana | 8,017 | [
"no_license"
] | [
{
"path": "das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/kibana/tasks/security.yml",
"content": "- name: Create Kibana cert path\r\n file:\r\n path: \"{{ kb_ssl_dest_path }}\"\r\n state: directory\r\n owner: kibana\r\n group: kibana\r\n mode: 0744\r\n becom... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3133,
"all_permissive": false
} |
ansible_role | weblinktechs/awx-ansible-code | 0d5dd29cd8b205a62c457161aa66fe8beb40dde1 | 0 | das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/logstash | 8,017 | [
"no_license"
] | [
{
"path": "das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/logstash/templates/event.rb",
"content": "require 'date'\n\ndef register(params)\nend\n\ndef filter(event)\n base_field = \"[Events][Event]\"\n e = event.get(base_field)\n\n # list of arrays to compact and their pa... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8330,
"all_permissive": false
} |
ansible_role | weblinktechs/awx-ansible-code | 0d5dd29cd8b205a62c457161aa66fe8beb40dde1 | 0 | das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/openjdk | 8,017 | [
"no_license"
] | [
{
"path": "das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/openjdk/tasks/main.yml",
"content": "---\n- name: Install OpenJDK\n yum:\n name: \"{{openjdk_install_package}}\"\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | weblinktechs/awx-ansible-code | 0d5dd29cd8b205a62c457161aa66fe8beb40dde1 | 0 | das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/rally | 8,017 | [
"no_license"
] | [
{
"path": "das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/rally/vars/main.yml",
"content": "---\nfilebeat_version: 7.1.1\nfilebeat_install_package: \"filebeat-{{ filebeat_version }}\"\nfilebeat_gz_pattern: /vagrant/gz/*gz\nfilebeat_xml_pattern: /vagrant/staging/**/*xml\nfile... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1643,
"all_permissive": false
} |
ansible_role | weblinktechs/awx-ansible-code | 0d5dd29cd8b205a62c457161aa66fe8beb40dde1 | 0 | das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/rhsm | 8,017 | [
"no_license"
] | [
{
"path": "das_automation_dev_local/ElasticSearch/automation/common_elastic_installs/roles/rhsm/vars/main.yml",
"content": "---\nes_rhsm_repo_pool_id: 8aef798a6ac63fbb016b4cd2144e27ee\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "das_automation... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | weblinktechs/awx-ansible-code | 0d5dd29cd8b205a62c457161aa66fe8beb40dde1 | 0 | das_automation_dev_local/ElasticSearch/automation/common_test/roles/common | 8,017 | [
"no_license"
] | [
{
"path": "das_automation_dev_local/ElasticSearch/automation/common_test/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n\n- name: Create target folder for holding json document\n file:\n path: \"/{{common_data_path}}/lpr/json\"\n state: directory\n tags: create_json_tagets \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1346,
"all_permissive": false
} |
ansible_role | weblinktechs/awx-ansible-code | 0d5dd29cd8b205a62c457161aa66fe8beb40dde1 | 0 | das_automation_dev_local/ElasticSearch/automation/performance_load/roles/data_move | 8,017 | [
"no_license"
] | [
{
"path": "das_automation_dev_local/ElasticSearch/automation/performance_load/roles/data_move/handlers/main.yml",
"content": "---\n# handlers file for data_move",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "das_automation_dev_local/ElasticSearch/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1892,
"all_permissive": false
} |
ansible_role | weblinktechs/awx-ansible-code | 0d5dd29cd8b205a62c457161aa66fe8beb40dde1 | 0 | das_automation_dev_local/ElasticSearch/automation/performance_load/roles/data_prep | 8,017 | [
"no_license"
] | [
{
"path": "das_automation_dev_local/ElasticSearch/automation/performance_load/roles/data_prep/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - data_prep",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "das_a... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1950,
"all_permissive": false
} |
ansible_role | weblinktechs/awx-ansible-code | 0d5dd29cd8b205a62c457161aa66fe8beb40dde1 | 0 | das_automation_dev_local/ElasticSearch/automation/performance_load/roles/server_to_server_communications | 8,017 | [
"no_license"
] | [
{
"path": "das_automation_dev_local/ElasticSearch/automation/performance_load/roles/server_to_server_communications/vars/main.yml",
"content": "---\n# vars file for data_prep_and_clean",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "das_automation_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | weblinktechs/awx-ansible-code | 0d5dd29cd8b205a62c457161aa66fe8beb40dde1 | 0 | das_automation_dev_local/ElasticSearch/automation/performance_load/roles/start_performance_run | 8,017 | [
"no_license"
] | [
{
"path": "das_automation_dev_local/ElasticSearch/automation/performance_load/roles/start_performance_run/defaults/main.yml",
"content": "---\n# defaults file for start_performance_run",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "das_automation_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2604,
"all_permissive": false
} |
ansible_role | giannisalinetti/vagrantlabs | c8768b8c87241dd528b2d0be397386842f8328c3 | 1 | golab_1.10/roles/golang | 8,017 | [
"no_license"
] | [
{
"path": "golab_1.10/roles/golang/vars/main.yml",
"content": "---\nextra_packages:\n - git\n - screen\n - tree\n - bind-utils\n - vim\nsys_profile: \"/etc/profile\"\ngoroot: \"/usr/local/go\"\ngobin: \"{{ goroot }}/bin\"\ngopath_subdirs:\n - bin\n - src\n - pkg\nvim_plug: \"https://github.com/juneg... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1418,
"all_permissive": false
} |
ansible_role | giannisalinetti/vagrantlabs | c8768b8c87241dd528b2d0be397386842f8328c3 | 1 | golab_1.11/roles/golang | 8,017 | [
"no_license"
] | [
{
"path": "golab_1.11/roles/golang/tasks/extra_pkgs.yml",
"content": "---\n- name: Install auxiliary packages\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ extra_packages }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | giannisalinetti/vagrantlabs | c8768b8c87241dd528b2d0be397386842f8328c3 | 1 | golab_1.8/roles/golang | 8,017 | [
"no_license"
] | [
{
"path": "golab_1.8/roles/golang/tasks/vim.yml",
"content": "---\n- name: Create autoload folder\n file:\n path: \"{{ vim_autoload_dir }}\"\n state: directory\n mode: 0755\n owner: \"{{ user }}\"\n group: \"{{ group }}\"\n\n- name: Download vim-plug\n get_url:\n url: \"{{ vim_plug }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | giannisalinetti/vagrantlabs | c8768b8c87241dd528b2d0be397386842f8328c3 | 1 | golab_1.9/roles/golang | 8,017 | [
"no_license"
] | [
{
"path": "golab_1.9/roles/golang/tasks/go_setup.yml",
"content": "---\n- name: Download and extract Go binaries\n unarchive:\n src: \"{{ go_dist }}\"\n dest: /usr/local\n remote_src: true\n creates: \"{{ goroot }}\"\n\n- name: Update the PATH environment variable\n lineinfile:\n path: \"{{... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1833,
"all_permissive": false
} |
ansible_role | giannisalinetti/vagrantlabs | c8768b8c87241dd528b2d0be397386842f8328c3 | 1 | keycloak/roles/keycloak | 8,017 | [
"no_license"
] | [
{
"path": "keycloak/roles/keycloak/tasks/preinstall.yml",
"content": "---\n- name: Install OpenJDK 1.8\n yum:\n name: \"{{ item }}\"\n state: latest\n loop:\n - java-1.8.0-openjdk.x86_64\n - java-1.8.0-openjdk-devel.x86_64\n\n- name: Install extra tools\n yum:\n name: \"{{ item }}\"\n s... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3017,
"all_permissive": false
} |
ansible_role | ashuliakov/ldap_server | 0e8c0e3e55548186c81d5050bd811ed1c1430c6c | 0 | roles/ldap2_install | 8,017 | [
"no_license"
] | [
{
"path": "roles/ldap2_install/defaults/main.yml",
"content": "---\n# defaults file for /etc/ansible/roles/ldap_install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/ldap2_install/files/hosts",
"content": " 172.16.31.10 ldapserver1 ld... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3318,
"all_permissive": false
} |
ansible_role | stacken/ansible | 6dfd360f3e659f2ae65d36ffd4c50ae3fbd1b1e5 | 0 | roles/afs-client | 8,017 | [
"no_license"
] | [
{
"path": "roles/afs-client/tasks/main.yml",
"content": "---\n\n- name: Install packages\n apt: name=openafs-client state=present\n\n- name: Update ThisCell\n copy:\n dest: \"/etc/openafs/ThisCell\"\n content: \"stacken.kth.se\\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 | stacken/ansible | 6dfd360f3e659f2ae65d36ffd4c50ae3fbd1b1e5 | 0 | roles/gluster-repos | 8,017 | [
"no_license"
] | [
{
"path": "roles/gluster-repos/tasks/redhat.yml",
"content": "---\n\n- name: Install glusterfs-epel repo\n copy: src=glusterfs-epel.repo dest=/etc/yum.repos.d/glusterfs-epel.repo\n\n- name: Import GPG signature for glusterfs-epel\n copy: src=pub.key dest=/etc/pki/rpm-gpg/RPM-GPG-KEY-GLUSTERFS-EPEL\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | stacken/ansible | 6dfd360f3e659f2ae65d36ffd4c50ae3fbd1b1e5 | 0 | roles/gluster-server | 8,017 | [
"no_license"
] | [
{
"path": "roles/gluster-server/vagrant/site.yml",
"content": "---\n\n- hosts: vagrant\n roles:\n - gluster-server\n tasks:\n - name: Setup gluster directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"/gluster\"\n - \"/mnt/gluster\"\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2680,
"all_permissive": false
} |
ansible_role | stacken/ansible | 6dfd360f3e659f2ae65d36ffd4c50ae3fbd1b1e5 | 0 | roles/icinga-checks | 8,017 | [
"no_license"
] | [
{
"path": "roles/icinga-checks/templates/host.conf.j2",
"content": "object Host \"{{ inventory_hostname }}\" {\n import \"generic-host\"\n\n address = \"{{ ipv4addr.stdout }}\"\n{% if ipv6addr.stdout != \"record\" %}\n address6 = \"{{ ipv6addr.stdout }}\"\n{% endif %}\n\n vars.os = \"Linux\"\n vars.sla... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2901,
"all_permissive": false
} |
ansible_role | stacken/ansible | 6dfd360f3e659f2ae65d36ffd4c50ae3fbd1b1e5 | 0 | roles/kerberos | 8,017 | [
"no_license"
] | [
{
"path": "roles/kerberos/tasks/main.yml",
"content": "- name: Install packages\n apt: name=heimdal-clients state=present\n\n- name: Make sure we have a keytab (if this fails, fix this)\n command: ktutil list\n changed_when: False\n failed_when: False\n register: has_keytab\n\n# If this failes, you nee... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2296,
"all_permissive": false
} |
ansible_role | stacken/ansible | 6dfd360f3e659f2ae65d36ffd4c50ae3fbd1b1e5 | 0 | roles/motd | 8,017 | [
"no_license"
] | [
{
"path": "roles/motd/templates/motd.j2",
"content": "\nWelcome to {{ ansible_fqdn }} running {{ ansible_distribution }} {{ ansible_distribution_version }}\n\n{{ ansible_default_ipv4.interface.ljust(10) }} {{ ansible_default_ipv4.address }}\n{% if ansible_default_ipv6.interface is defined -%}\n{{ ansible_de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 803,
"all_permissive": false
} |
ansible_role | stacken/ansible | 6dfd360f3e659f2ae65d36ffd4c50ae3fbd1b1e5 | 0 | roles/network | 8,017 | [
"no_license"
] | [
{
"path": "roles/network/templates/ifcfg.dev.j2",
"content": "# {{ ansible_managed }}\nDEVICE=\"{{ item.device_name }}\"\nONBOOT={{ item.device_onboot | default('yes') }}\nNETBOOT={{ item.device_netboot | default('yes') }}\nIPV6INIT={{ item.device_ipv6 | default('yes') }}\n{% if item.device_mac is defined -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3602,
"all_permissive": false
} |
ansible_role | stacken/ansible | 6dfd360f3e659f2ae65d36ffd4c50ae3fbd1b1e5 | 0 | roles/ntpd | 8,017 | [
"no_license"
] | [
{
"path": "roles/ntpd/tasks/main.yml",
"content": "---\n\n- name: Install ntp (Debian)\n apt: name=ntp\n when: ansible_os_family == \"Debian\"\n\n- name: Install ntp (RedHat)\n yum: name=ntp\n when: ansible_os_family == \"RedHat\"\n\n- name: Setup ntpd.conf\n template: src=ntpd.conf.j2 dest=/etc/ntp.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | stacken/ansible | 6dfd360f3e659f2ae65d36ffd4c50ae3fbd1b1e5 | 0 | roles/postfix | 8,017 | [
"no_license"
] | [
{
"path": "roles/postfix/README.md",
"content": "Make sure we have postfix, remove exim if needed.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/postfix/tasks/main.yml",
"content": "---\n\n- name: Debian | Remove exim4\n apt: name=ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | colinyapcw/aws-vpc | 07f93428cd9b2c02b0f428e35b79844b7b34bda0 | 0 | roles/vpc | 8,019 | [
"no_license"
] | [
{
"path": "roles/vpc/defaults/main.yml",
"content": "---\r\n# General Information\r\napp_environment: \"test\"\r\naws_region: \"ap-southeast-1\"\r\n\r\n# AWS Credentials\r\naws_access_key: \"AKIA3INYWEAGSIWQL6N3\"\r\naws_secret_key: \"<KEY>\"\r\n\r\n# VPC Information\r\nvpc_name: \"{{ 'vpc-' + ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4006,
"all_permissive": false
} |
ansible_role | foxylion/ansible-sample | f17b922297f9edd3ba61f80b62bb7049727430aa | 0 | roles/web | 8,019 | [
"no_license"
] | [
{
"path": "roles/web/templates/connect.php.j2",
"content": "<?php\n$server = \"{{ hostvars['db1'].ansible_eth1.ipv4.address }}\";\n$db_name = \"{{ dbname }}\";\n$db_user = \"{{ dbuser }}\";\n$db_pass = \"{{ <PASSWORD> }}\";\n\nmysql_connect($server, $db_user, $db_pass) or die(\"Could not connect to server!\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1094,
"all_permissive": false
} |
ansible_role | carsongagliano/ODU-CS-Systems_L3-Ansible-Deployment | 18bb212d928da2280ae83e98b8f7e5a9aa700b2d | 0 | roles/common | 8,019 | [
"no_license"
] | [
{
"path": "roles/common/tasks/dns.yml",
"content": " - name: Copy Netplan Template\n template:\n src: 01-netcfg.yaml.j2\n dest: /etc/netplan/01-netcfg.yaml\n\n - name: Apply Netplan\n raw: netplan apply \n ignore_errors: true\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | carsongagliano/ODU-CS-Systems_L3-Ansible-Deployment | 18bb212d928da2280ae83e98b8f7e5a9aa700b2d | 0 | roles/mailServers | 8,019 | [
"no_license"
] | [
{
"path": "roles/mailServers/bashScripts/installNRPE/configure.sh",
"content": "#!/bin/bash\n\ncd /tmp && tar xzf nrpe.tar.gz\n\ncd /tmp/nrpe-nrpe-3.2.1 && ./configure --enable-command-args --with-ssl-lib=/usr/lib/x86_64-linux-gnu/\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4404,
"all_permissive": false
} |
ansible_role | carsongagliano/ODU-CS-Systems_L3-Ansible-Deployment | 18bb212d928da2280ae83e98b8f7e5a9aa700b2d | 0 | roles/nagiosServers | 8,019 | [
"no_license"
] | [
{
"path": "roles/nagiosServers/templates/mailServers.cfg.j2",
"content": "#This is a template used by the installNagiosCore.yml playbook\n\ndefine host{\nname linux-box ; Name of this template\nuse generic-host ; Inherit default values\ncheck_period 24x7\ncheck_interval 5\nretry_interval 1\nmax_check_attemp... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4810,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.