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 | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/cicd | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/cicd/vars/main.yml",
"content": "---\n# vars file for cicd\nworkspace: \"{{ lookup('env','WORKSPACE') }}\"\nneo4j_ip: \"{{ lookup('env','NEO4J_IP') }}\"\nbearer: \"{{ lookup('env','BEARER') }}\"\nneo4j_password: \"{{ lookup('env','NEO4J_PASSWORD') }}\"\nneo4j_user: \"{{ lookup('env'... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3205,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/cloudone-ecs | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/cloudone-ecs/tasks/deploy.yml",
"content": "---\n\n- name: create task definition \n ecs_taskdefinition:\n containers:\n - name: icdc\n essential: true\n # image: \"{{ecr}}:icdc\"\n image: cbiitssrepo/icdc:{{build_number}}\n environment:\n - name: N... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9446,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/common | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/collections.yml",
"content": "---\n- name: install aws collection\n command: /usr/local/bin/ansible-galaxy collection install {{item}} --force-with-deps\n loop:\n - amazon.aws\n - community.aws\n - community.docker:==2.7.1\n \n\n\n",
"license_type":... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 11972,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/community-neo4j | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/community-neo4j/tasks/main.yml",
"content": "---\n# tasks file for neo4j\n- name: install systems packages\n yum:\n name: \n - firewalld\n - epel-release\n - unzip\n - wget\n state: latest\n disable_gpg_check: yes\n\n- name: create neo4j group\n group:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6750,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/ctdc-pipeline | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/ctdc-pipeline/tasks/main.yml",
"content": "---\n- name: run npm install in {{workspace}}/src/main/frontend/\n command: \"{{item}}\"\n args:\n chdir: \"{{workspace}}/src/main/frontend/\"\n loop:\n - npm install \n - npm install --save https://github.com/skiran86/mui-custo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1657,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/data-dictionary | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/data-dictionary/defaults/main.yml",
"content": "---\n# defaults file for cicd\nprod: prod\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "ansible/roles/data-dictionary/vars/main.yml",
"content": "---\n# vars file for ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6092,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/data-processing | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/data-processing/vars/main.yml",
"content": "---\n# vars file for data loading\nneo4j_password: \"{{ lookup('env','NEO4J_PASSWORD') }}\"\nneo4j_user: neo4j\ntier: \"{{ lookup('env','TIER') }}\"\nworkspace: \"{{ lookup('env','WORKSPACE') }}\"\nneo4j_ip: \"{{ lookup('env','NEO4J_IP') }... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 22395,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/docker-as-service | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-as-service/tasks/main.yml",
"content": "---\n# tasks file for docker-as-service\n- name: Create /etc/docker/compose directory\n file:\n name: /etc/docker/compose\n state: directory\n\n- name: Install docker-compose@.service\n copy:\n dest: /etc/systemd/system/docke... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2169,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/ecs-agent | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/ecs-agent/tasks/ecs-optimized.yml",
"content": "---\n# tasks file for ecs-agent\n- name: gather instance facts\n ec2_instance_facts:\n region: us-east-1\n filters:\n \"tag:Name\": \"{{stack_name}}-{{env}}-frontend\"\n \"instance-state-name\": running\n \"tag:En... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3521,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/git-copy | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/git-copy/vars/main.yml",
"content": "---\n# vars file for roles/git-tag\ngit_date: \"{{ lookup('pipe','date +%Y%m%d%H%M') }}\"\nusername: \"{{ lookup('env','GIT_USERNAME') }}\"\npassword: \"{{ lookup('env','GIT_PASSWORD') }}\"\ngit_token: \"{{ lookup('env','git_token') }}\"\ncopy_fr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1419,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/git-tag | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/git-tag/defaults/main.yml",
"content": "---\n# defaults file for roles/git-tag",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/git-tag/vars/main.yml",
"content": "---\n# vars file for roles/git-tag\n#git_t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1269,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/gmb-etl | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/gmb-etl/defaults/main.yml",
"content": "---\n# defaults file for gmb-etl\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible/roles/gmb-etl/tasks/extract.yaml",
"content": "---\n- name: include etl task\n include_... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1240,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/icdc-data-dictionary | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/icdc-data-dictionary/tasks/deploy.yml",
"content": "---\n- name: log into DockerHub\n docker_login:\n username: \"{{ docker_user }}\"\n password: \"{{ <PASSWORD> }}\"\n registry: https://ncidockerhub.nci.nih.gov\n\n- name: remove data directionary container\n docker_conta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4784,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/icdc-file-downloader | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/icdc-file-downloader/tasks/deploy.yml",
"content": "---\n- name: log into DockerHub\n docker_login:\n username: \"{{ docker_user }}\"\n password: \"{{ <PASSWORD> }}\"\n registry: https://ncidockerhub.nci.nih.gov\n\n- name: remove frontend container\n docker_container:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6560,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/icdc_demo | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/icdc_demo/handlers/main.yml",
"content": "---\n# handlers file for k9dc",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "ansible/roles/icdc_demo/vars/main.yml",
"content": "---\n# vars file for icdc_demo\ndocker_home: /l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1925,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/katalon | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/katalon/handlers/main.yml",
"content": "---\n# handlers file for katalon",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "ansible/roles/katalon/defaults/main.yml",
"content": "---\n# defaults file for katalon\nkatalon_ve... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1663,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/migrations | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/migrations/templates/sources.json.j2",
"content": "{\n \"api.version\": \"v1\",\n \"sources\": [\n {\n \"name\": \"Linux Secure Log\",\n \"description\": \"Security events and user logins\",\n \"category\": \"{{env}}/OS/Linux/secure\",\n \"automaticDateParsi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4906,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/mtp-backend | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/mtp-backend/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/open-target-backend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "ansible/roles/mtp-backend/vars/main.yml",
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 9461,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/mtp-frontend | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/mtp-frontend/tasks/deploy.yml",
"content": "---\n- name: log into DockerHub\n docker_login:\n username: \"{{ docker_user }}\"\n password: \"{{ <PASSWORD> }}\"\n # registry: https://ncidockerhub.nci.nih.gov\n \n- name: remove frontend container\n docker_container:\n na... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4773,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/nat | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/nat/tasks/main.yml",
"content": "- name: install firewalld package\n yum:\n name: firewalld\n state: latest\n\n- name: enable and start firewalld\n service:\n name: firewalld\n state: started\n enabled: yes\n\n- name: configure ip masquerade\n command: \"{{ item}}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/neo4j | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/neo4j/tasks/main.yml",
"content": "---\n# tasks file for neo4j\n\n- name: install systems packages\n yum:\n name: \n - firewalld\n - epel-release\n - unzip\n state: latest\n disable_gpg_check: yes\n\n- name: enable and start firewalld\n service:\n name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6135,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/neo4j-loader | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/neo4j-loader/tasks/main.yml",
"content": "---\n# tasks file for neo4j-loader\n\n#- name: install redis\n# yum:\n# name: \n# - redis\n# state: present\n\n#- name: install pip\n# yum:\n# name: \n# - epel-release\n# - python2-pip\n# state: present\n\n#- nam... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 10607,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/neo4j-version-update | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/neo4j-version-update/tasks/main.yml",
"content": "---\n# tasks file for neo4j update\n- name: Remove neo4j repository (and clean up left-over metadata)\n yum_repository:\n name: neo4j\n state: absent\n notify: yum-clean-metadata\n\n- name: add neo4j repository\n yum_reposit... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5345,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/newrelic | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/newrelic/templates/newrelic-infra.yml.j2",
"content": "license_key: {{ newrelic_license_key }}\nlog_file: /var/log/newrelic-infra/newrelic-infra.log\ndisplay_name: {{project_name}}-{{tier}}-{{ansible_hostname}}\ncollector_url: {{newrelic_collector_url}}\nidentity_url: {{newrelic_ide... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2022,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/newrelic-apm-integrations | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/newrelic-apm-integrations/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - newrelic-apm-config",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "ansible/roles/newrelic-apm-integration... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2610,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/newrelic-icdc | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/newrelic-icdc/templates/nginx-config.yml.j2",
"content": "integration_name: com.newrelic.nginx\n\ninstances:\n - name: nginx-server-metrics\n command: metrics\n arguments:\n status_url: {{ nginx_url }}\n status_module: discover\n remote_monito... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2595,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/ppdc-otg | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/ppdc-otg/vars/main.yml",
"content": "---\n# vars file for cicd\nplatform: aws\ntier: \"{{ lookup('env','TIER') }}\"\nversion: \"{{ lookup('env','VERSION') }}\"\nworkspace: \"{{ lookup('env','WORKSPACE') }}\"\ndocker_user: \"{{ lookup('env','DOCKER_USER') }}\"\ndocker_password: \"{{ ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4582,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/redis | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/handlers/main.yml",
"content": "---\n# handlers file for redis\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "ansible/roles/redis/defaults/main.yml",
"content": "---\n# defaults file for redis\nredis_host: \n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1559,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/redis-intergration | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/redis-intergration/tasks/intergration.yml",
"content": "---\n- name: install redis integration\n yum:\n name:\n - nri-redis\n\n- name: copy redis config file to /etc/newrelic-infra/integrations.d/\n template:\n src: \"{{item.src}}\"\n dest: \"{{item.dest}}\"\n loop:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3860,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/selenium | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/selenium/handlers/main.yml",
"content": "---\n# handlers file for selenium-vm",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansible/roles/selenium/defaults/main.yml",
"content": "---\n# defaults file for selenium-vm\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2748,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/setup-docker | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-docker/tasks/main.yml",
"content": "# - name: install systems packages needed for docker\n- name: install yum-utils\n yum:\n name: \n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n - python-setuptools\n - firewalld\n - http://dl.fedo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1639,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/setup-jenkins | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-jenkins/tasks/main.yml",
"content": "\n- name: open http and https services\n firewalld:\n service: \"{{item}}\"\n zone: public\n immediate: yes\n permanent: yes\n state: enabled\n loop:\n - http\n - https\n\n# - name: list current users\n# shell: gete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5909,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/sumologic | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/sumologic/templates/user.properties.j2",
"content": "name = {{ project_name }}{{tier}}{{ansible_hostname}}\naccessid = {{ sumo_access_id }}\naccesskey = {{ sumo_access_key }}\nephemeral = true\nclobber = true\nsyncSources = /opt/SumoCollector/config/sources.json\nskipAccessKeyRemova... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2609,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/sumologic-icdc | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/sumologic-icdc/vars/main.yml",
"content": "---\n# vars file for sumologic\nconfig: /opt/SumoCollector/config\nplatform: cloudone\ncollector_name: \"{{ project }}-{{ env }}-{{ inventory_hostname }}\"\nsumo_access_id: \"{{ sumo_access_id }}\"\nsumo_access_key: \"{{ sumo_access_key }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3380,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/sumologic-journalctl | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/sumologic-journalctl/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - sumo-journalctl",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "ansible/roles/sumologic-journalctl/handlers/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/tomcat | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/tomcat/vars/main.yml",
"content": "---\n# vars file for k9dc\ndocker_home: /local/content/docker\nk9dc_home: /local/content/k9dc\ndeployments: /local/content/canine-data\ncontainer_name: k9dc\napp_name: \"{{env}}-icdc\"\ncollector_name: \"{{ env }}-k9dc\"\nnewrelic_license_key: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1449,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | ansible/roles/url-monitor | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/url-monitor/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - url-monitor",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "ansible/roles/url-monitor/tasks/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1181,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | comets/roles/auth0 | 185 | [
"no_license"
] | [
{
"path": "comets/roles/auth0/handlers/main.yml",
"content": "---\n# handlers file for auth0\n\n- name: restart_firewalld\n service:\n name: firewalld\n state: restarted\n\n- name: restart_apache\n service:\n name: firewalld\n state: restarted",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5173,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | comets/roles/deploy-comets | 185 | [
"no_license"
] | [
{
"path": "comets/roles/deploy-comets/vars/main.yml",
"content": "---\n# vars file for deploy-comets\nsender: \"{{ lookup('aws_ssm', 'sender', region='us-east-1' ) }}\"\nhost: \"{{ lookup('aws_ssm', 'host', region='us-east-1' ) }}\"\ns3_password: \"{{ lookup('aws_ssm', 's3_password', region='us-east-1' ) }}... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 10515,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | comets/roles/deploy-comets-ecs | 185 | [
"no_license"
] | [
{
"path": "comets/roles/deploy-comets-ecs/tasks/main.yml",
"content": "---\n# tasks file for deploy-comets\n\n- name: gather comets-app facts\n ec2_instance_facts:\n region: us-east-1\n filters:\n \"tag:Environment\": \"{{env}}\"\n \"tag:Name\": comets-frontend\n \"instance-state-name\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7523,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | comets/roles/docker | 185 | [
"no_license"
] | [
{
"path": "comets/roles/docker/tasks/main.yml",
"content": "---\n# - name: Remove other Docker versions\n# yum:\n# name:\n# - docker\n# - docker-client\n# - docker-client-latest\n# - docker-common\n# - docker-latest\n# - docker-latest-logrotate\n# - docker-log... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2039,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | icrp/roles/common | 185 | [
"no_license"
] | [
{
"path": "icrp/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: Set timezone to America/New_York\n timezone:\n name: America/New_York\n\n# - name: set hostname\n# hostname:\n# name: \"{{ hostvars[inventory_hostname].group_names[0] }}-{{ env }}\"\n ",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | icrp/roles/community-neo4j | 185 | [
"no_license"
] | [
{
"path": "icrp/roles/community-neo4j/handlers/main.yml",
"content": "---\n# handlers file for neo4j\n- name: restart_neo4j\n service:\n name: neo4j\n state: restarted\n\n- name: restart_firewalld\n service:\n name: firewalld\n state: started\n enabled: yes\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 18668,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | icrp/roles/data-loader | 185 | [
"no_license"
] | [
{
"path": "icrp/roles/data-loader/vars/main.yml",
"content": "---\n# vars file for data loading\nneo4j_password: \"{{<PASSWORD>}}\"\nneo4j_user: neo4j\ntier: \"{{ lookup('env','TIER') }}\"\nworkspace: \"/tmp/workspace\"\nneo4j_ip: \"{{ lookup('env','NEO4J_IP') }}\"\ns3_folder: \"{{ lookup('env','S3_FOLDER')... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3020,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | icrp/roles/deploy-comets | 185 | [
"no_license"
] | [
{
"path": "icrp/roles/deploy-comets/templates/Dockerfile.j2",
"content": "FROM httpd:2.4.43\n\nRUN apt-get update \\\n && apt-get install -y apt-utils libapache2-mod-auth-openidc apache2-bin \\\n && ln -s /usr/lib/apache2/modules/mod_auth_openidc.so /usr/local/apache2/modules/mod_auth_openidc.so \n\nCOPY... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2829,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | icrp/roles/deploy-custodian | 185 | [
"no_license"
] | [
{
"path": "icrp/roles/deploy-custodian/vars/main.yml",
"content": "---\n# vars file for cicd\nworkspace: \"/tmp/workspace\"\nregion: \"{{region}}\"\nmaven_version: 3.6.3\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "icrp/roles/deploy-custodia... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6704,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | icrp/roles/ecs-agent | 185 | [
"no_license"
] | [
{
"path": "icrp/roles/ecs-agent/vars/main.yml",
"content": "---\n# vars file for ecs-agent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "icrp/roles/ecs-agent/templates/ecs.config.j2",
"content": "ECS_DATADIR=/data\nECS_ENABLE_TASK_IAM_ROLE=tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2423,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | icrp/roles/jenkins | 185 | [
"no_license"
] | [
{
"path": "icrp/roles/jenkins/vars/main.yml",
"content": "---\n# vars file for jenkins\ndocker_home: \"/local/content/docker\"\njenkins_home: \"/local/content/jenkins\"\njenkins_yaml: \"./config/icdc-jenkins.yaml\"\nserver_sshkey_file: \"{{ lookup('aws_ssm', 'server_sshkey_file', region='us-east-1' ) }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6553,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | icrp/roles/neo4j | 185 | [
"no_license"
] | [
{
"path": "icrp/roles/neo4j/templates/neo4j.conf.j2",
"content": "#*****************************************************************\n# Neo4j configuration\n#\n# For more details and a complete list of settings, please see\n# https://neo4j.com/docs/operations-manual/current/reference/configuration-settings/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 42396,
"all_permissive": false
} |
ansible_role | CBIIT/icdc-devops | 2e6e5411fffa3aed3f2e4a04b0587e65ac33b211 | 2 | icrp/roles/newrelic | 185 | [
"no_license"
] | [
{
"path": "icrp/roles/newrelic/tasks/main.yml",
"content": "---\n- name: add newrelic-infra gpg key\n rpm_key:\n state: present\n key: https://download.newrelic.com/infrastructure_agent/gpg/newrelic-infra.gpg\n\n- name: setup newrelic repo\n yum_repository:\n name: newrelic-infra\n description... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1482,
"all_permissive": false
} |
ansible_role | nfqakademija/noriustudijuoti | 4aee929e3851a21f60afd7ad255fc6405fdc14a8 | 1 | ansible/roles/app | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/shared.yml",
"content": "---\n\n- name: Create directories in the shared directory\n file: path={{ deploy_helper.shared_path }}/{{ item.src }} state=directory\n with_items: \"{{ app_shared_directories }}\"\n\n- name: Remove directories from release directory which have t... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4140,
"all_permissive": false
} |
ansible_role | hs-nguyen/Mock-project | a2f3f296153b77bb1661ead7dee84e1f9514435c | 0 | roles/grafana | 185 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "- name: Import the GPG Key\n ansible.builtin.rpm_key:\n key: https://rpm.grafana.com/gpg.key\n validate_certs: false\n state: present\n become: true\n\n- name: Add repository \n ansible.builtin.yum_repository:\n name: grafana\n baseurl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1212,
"all_permissive": false
} |
ansible_role | hs-nguyen/Mock-project | a2f3f296153b77bb1661ead7dee84e1f9514435c | 0 | roles/prometheus | 185 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n- name: Install Prometheus\n ansible.builtin.get_url:\n url: https://github.com/prometheus/prometheus/releases/download/v3.4.1/prometheus-3.4.1.linux-amd64.tar.gz\n dest: /tmp/prometheus-3.4.1.linux-amd64.tar.gz\n mode: \"0755\"\n bec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1504,
"all_permissive": false
} |
ansible_role | hs-nguyen/Mock-project | a2f3f296153b77bb1661ead7dee84e1f9514435c | 0 | roles/proxy-sv | 185 | [
"no_license"
] | [
{
"path": "roles/proxy-sv/files/haproxy.cfg",
"content": "global\n log 127.0.0.1 local2\n chroot /var/lib/haproxy\n pidfile /var/run/haproxy.pid\n maxconn 4000\n user haproxy\n group haproxy\n daemon\n\n # turn on stats unix socket\n stats socket ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4316,
"all_permissive": false
} |
ansible_role | hs-nguyen/Mock-project | a2f3f296153b77bb1661ead7dee84e1f9514435c | 0 | roles/webserver | 185 | [
"no_license"
] | [
{
"path": "roles/webserver/templates/index.html.j2",
"content": "<html>\n <body style=\"background-color:#283E5B\">\n <h1 style=\"color:orange;text-align:center\">\n Welcome to Ansible - Powered by Ansible!\n </h1>\n </body>\n</html>\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4055,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/aprs-igate | 185 | [
"no_license"
] | [
{
"path": "roles/aprs-igate/tasks/observability.yaml",
"content": "---\n- name: igate-input.conf\n ansible.builtin.copy:\n src: fluent/igate-input.conf\n dest: /etc/fluent-bit/conf.d/igate-input.conf\n notify:\n - restart fluent-bit\n become: yes\n when: true\n\n- name: igate-filter.conf\n ans... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 9151,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/base | 185 | [
"no_license"
] | [
{
"path": "roles/base/tasks/packages_Debian.yml",
"content": "---\n- name: install packages\n apt:\n name:\n - direnv\n - fzf\n - parallel\n - tree\n - vim\n - python3-pip\n - python3-venv\n state: latest\n update_cache: yes\n cache_valid_time: 86400\n become... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4894,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/developer | 185 | [
"no_license"
] | [
{
"path": "roles/developer/tasks/git.yml",
"content": "---\n- name: create global git config directory\n file:\n dest: \"{{ ansible_env.HOME }}/.config/git\"\n state: directory\n\n- name: create global git ignore file\n copy:\n src: gitignore\n dest: \"{{ ansible_env.HOME }}/.config/git/ignore... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 23501,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/educator | 185 | [
"no_license"
] | [
{
"path": "roles/educator/tasks/nginx.yml",
"content": "---\n- name: apt packages\n ansible.builtin.apt:\n name:\n - nginx\n update_cache: yes\n cache_valid_time: 86400\n state: latest\n become: yes\n tags:\n - packages\n\n- name: hotspot index.html\n ansible.builtin.copy:\n src: ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3703,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/file-server | 185 | [
"no_license"
] | [
{
"path": "roles/file-server/handlers/main.yml",
"content": "---\n- name: reload samba config\n ansible.builtin.command:\n cmd: smbcontrol all reload-config\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "roles/file-server/tas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1139,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/flight-tracker | 185 | [
"no_license"
] | [
{
"path": "roles/flight-tracker/defaults/main.yml",
"content": "---\npiaware_repository:\n deb: flightaware-apt-repository_1.1_all.deb\n pkg: flightaware-apt-repository_1.1_all.deb\n version: \"5.0\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1737,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/fluentbit | 185 | [
"no_license"
] | [
{
"path": "roles/fluentbit/handlers/main.yml",
"content": "---\n- name: reload systemd\n systemd:\n daemon_reload: yes\n become: yes\n\n- name: restart fluent-bit\n systemd:\n name: fluent-bit\n state: restarted\n become: yes\n\n- name: reboot prompt\n debug:\n msg: \"/boot/config.txt has c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2845,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/gpg-user | 185 | [
"no_license"
] | [
{
"path": "roles/gpg-user/tasks/main.yml",
"content": "---\n- name: install gpg\n homebrew:\n name:\n - pinentry-mac\n - gnupg2\n state: latest\n when: ansible_distribution == 'MacOSX'\n tags:\n - packages\n - gnupg\n\n- name: install gpg\n apt:\n name:\n - pcsc-tools\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4995,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/ham | 185 | [
"no_license"
] | [
{
"path": "roles/ham/meta/main.yml",
"content": "---\ndependencies:\n - role: radio\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/ham/tasks/main.yml",
"content": "---\n- name: ham packages\n ansible.builtin.apt:\n name:\n - ha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/media-server | 185 | [
"no_license"
] | [
{
"path": "roles/media-server/tasks/main.yml",
"content": "---\n- name: set jellyfin apt key\n ansible.builtin.apt_key:\n data: \"{{ lookup('file', 'jellyfin_team.gpg.key') }}\"\n id: \"0x49023CD01DE21A7B\"\n state: present\n become: yes\n\n#- name: set jellyfin apt key\n# ansible.builtin.apt_ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/pi | 185 | [
"no_license"
] | [
{
"path": "roles/pi/tasks/main.yml",
"content": "---\n- name: set hostname\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname_short }}\"\n when: ansible_hostname == 'raspberrypi'\n\n- name: update hosts\n ansible.builtin.replace:\n path: /etc/hosts\n regexp: '\\braspberrypi\\b'\n rep... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5642,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/pitft | 185 | [
"no_license"
] | [
{
"path": "roles/pitft/handlers/main.yml",
"content": "---\n- name: reboot prompt\n debug:\n msg: \"/boot/config.txt has changed. Changes will take effect after rebooting.\\n\\n {{ boot_config_diff.stdout }}\"\n when: boot_config_diff.rc == 1\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2465,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/radio | 185 | [
"no_license"
] | [
{
"path": "roles/radio/tasks/direwolf.yml",
"content": "---\n- name: remove pulseaudio\n ansible.builtin.apt:\n name:\n - pulseaudio\n purge: yes\n state: absent\n become: yes\n\n- name: direwolf dependencies\n ansible.builtin.apt:\n name:\n - git\n - gcc\n - g++\n - make\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1979,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/telegraf | 185 | [
"no_license"
] | [
{
"path": "roles/telegraf/tasks/main.yaml",
"content": "---\n- name: influx key temp file\n ansible.builtin.tempfile:\n register: influx_gpg_asc\n\n- name: get influx key\n ansible.builtin.get_url:\n dest: \"{{ influx_gpg_asc.path }}\"\n url: https://repos.influxdata.com/influxdata-archive_compat.k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 916,
"all_permissive": false
} |
ansible_role | bhcleek/ansible-playbooks | 85ec317b453757fb9b9a2cb1f3b26b79619ba0a7 | 4 | roles/usb-audio | 185 | [
"no_license"
] | [
{
"path": "roles/usb-audio/README.md",
"content": "# Finding the USB device path\n\n1. run `udevadm monitor`\n2. Plugin the device (it's ok to unplug it first).\n3. Look for the add events. They'll contain the path of the device when it's plugged in.\n\n# Using the USB device path\n\nSet the `usb_audio_devi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1084,
"all_permissive": false
} |
ansible_role | dmitry-lyutenko/nginx-fail2ban | 5d70c701fb18cd96631ea885475a32ea89bf0f58 | 0 | ansible/roles/fail2ban | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/fail2ban/tasks/main.yml",
"content": "---\n - name: install epel-release\n yum: name={{ item }} state=latest\n with_items:\n - epel-release\n - name: install fail2ban\n yum: name={{ item }} state=latest\n with_items:\n - https://dl.fedoraproject.org/pub/epel/ep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | dmitry-lyutenko/nginx-fail2ban | 5d70c701fb18cd96631ea885475a32ea89bf0f58 | 0 | ansible/roles/nginx | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n - name: copy nginx.repo\n copy: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo\n - name: install nginx\n yum: name={{ item }} state=latest \n with_items:\n - nginx\n# - name: copy nginx.conf\n# copy: src=nginx.conf dest=/etc/nginx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1003,
"all_permissive": false
} |
ansible_role | dmitry-lyutenko/nginx-fail2ban | 5d70c701fb18cd96631ea885475a32ea89bf0f58 | 0 | ansible/roles/packages | 185 | [
"no_license"
] | [
{
"path": "ansible/roles/packages/tasks/main.yml",
"content": "---\n - name: install packages\n yum: name={{ item }} state=latest\n with_items:\n - mc\n - bash-completion\n - tcpdump\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | TDenisM/rbrnm_logs | 82ca10a5d48e67f295a108fa6608a38f6bbd899f | 1 | 09/roles/idealista.kafka_role | 187 | [
"no_license"
] | [
{
"path": "09/roles/idealista.kafka_role/tasks/service.yml",
"content": "---\n\n- name: KAFKA | Configuring service\n systemd:\n name: kafka\n state: \"{{ kafka_service_state }}\"\n enabled: \"{{ kafka_service_enabled }}\"\n daemon_reload: true\n\n- name: KAFKA | Restart if necessary\n meta: f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | TDenisM/rbrnm_logs | 82ca10a5d48e67f295a108fa6608a38f6bbd899f | 1 | 11/roles/gantsign.java | 187 | [
"no_license"
] | [
{
"path": "11/roles/gantsign.java/README.md",
"content": "Ansible Role: Java\n==================\n\n[](https://github.com/gantsign/ansible-role-java/actions?query=workflow%3ATests)\n[ | bool\n - name: pymysql\n when: ara_enabled | def... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7194,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/apache | 187 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/apache.yml",
"content": "---\n- name: install packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apache2\n - apache2-utils\n\n- name: install module packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ apache_ap... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3793,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/ara-db | 187 | [
"no_license"
] | [
{
"path": "roles/ara-db/tasks/main.yml",
"content": "---\n- name: Create ARA database\n become: yes\n mysql_db:\n name: ara\n state: present\n\n- name: Create ARA user \n mysql_user:\n name: \"{{ ara_db_username }}\"\n host: \"%\"\n password: \"{{ <PASSWORD> }}\"\n priv: \"ara.*:ALL\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/ara-web | 187 | [
"no_license"
] | [
{
"path": "roles/ara-web/meta/main.yml",
"content": "---\ndependencies:\n - role: python-app\n name: ara\n python_app_pipdeps:\n - name: \"ara>=0.13.0\"\n - name: pymysql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "roles/ara... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1030,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/backup-client | 187 | [
"no_license"
] | [
{
"path": "roles/backup-client/tasks/main.yml",
"content": "- name: Let backup user ssh to root\n authorized_key:\n key: \"{{ secrets.ssh_keys.backup.public }}\"\n user: root\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/backup-server | 187 | [
"no_license"
] | [
{
"path": "roles/backup-server/defaults/main.yml",
"content": "backup_user: backup\nbackup_home: /var/lib/backups\nbackup_sources: []\n\nsshfs_base: /mnt/sshfs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/backup-server/tasks/hostkeys.yml... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4362,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/bastion | 187 | [
"no_license"
] | [
{
"path": "roles/bastion/templates/usr/local/bin/jump",
"content": "#!/bin/sh\n\nsudo -i -u cideploy ssh ubuntu@{{ item }}.{{ dns_subdomain }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/bastion/tasks/main.yml",
"content": "- name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3138,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/cloud-bootstrap | 187 | [
"no_license"
] | [
{
"path": "roles/cloud-bootstrap/tasks/env_hosts.yml",
"content": "- set_fact:\n outer_item: \"{{ item }}\"\n default_dns_subdomain: \"{{ item.name }}.{{ dns_subdomain }}\"\n\n- set_fact:\n subdomain: \"{{ item.dns_subdomain | default(default_dns_subdomain) }}\"\n\n- name: Create per-env hosts\n os_s... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 16449,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/cloud-ready | 187 | [
"no_license"
] | [
{
"path": "roles/cloud-ready/tasks/main.yml",
"content": "---\n- name: Gather instance facts\n run_once: true\n delegate_to: localhost\n os_server_facts:\n cloud: \"{{ cloud }}\"\n\n- name: Add ssh host keys to bastion known hosts\n run_once: true\n delegate_to: \"{{ groups.bastion[0] }}\"\n includ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1266,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/common | 187 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Install common packages\n apt:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - build-essential\n - jq\n - netcat\n - net-tools\n\n- name: set hostname\n hostname:\n name: \"{{ common_hostname }}\"\n when: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1023,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/databases | 187 | [
"no_license"
] | [
{
"path": "roles/databases/tasks/main.yml",
"content": "---\n- include: nodepool-db.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/databases/tasks/nodepool-db.yml",
"content": "---\n- name: Create nodepool database\n become: yes\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/datadog-builder | 187 | [
"no_license"
] | [
{
"path": "roles/datadog-builder/defaults/main.yml",
"content": "---\ndatadog_builder_git_repo_url: https://github.com/bonnyci/datadog-builder\ndatadog_builder_git_branch: master\ndatadog_builder_git_update: yes\n\ndatadog_builder_monitor_url: https://github.com/bonnyci/datadog-monitors\ndatadog_builder_mon... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2222,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/dd-agent | 187 | [
"no_license"
] | [
{
"path": "roles/dd-agent/tasks/main.yml",
"content": "---\n- name: install dd repo key\n apt_key:\n id: C7A7DA52\n keyserver: keyserver.ubuntu.com\n\n- name: install dd repo\n apt_repository:\n repo: \"deb https://apt.datadoghq.com/ stable main\"\n update_cache: yes\n\n- name: install depende... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1207,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/dd-checks | 187 | [
"no_license"
] | [
{
"path": "roles/dd-checks/templates/40-instances.yaml",
"content": "{{ fragment.instances | to_nice_yaml(indent=2) | indent(2, indentfirst=true) }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/dd-checks/handlers/main.yml",
"content"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2817,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/dd-mysql | 187 | [
"no_license"
] | [
{
"path": "roles/dd-mysql/defaults/main.yml",
"content": "---\ndd_mysql_user: datadog\ndd_mysql_password: \"<PASSWORD>$$\"\n\ndd_mysql_replication: false\ndd_mysql_galera_cluster: false\ndd_mysql_extra_status_metrics: true\ndd_mysql_extra_innodb_metrics: true\ndd_mysql_extra_performance_metrics: true\ndd_my... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1255,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/dd-nginx | 187 | [
"no_license"
] | [
{
"path": "roles/dd-nginx/defaults/main.yml",
"content": "dd_nginx_status_port: 9972\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/dd-nginx/meta/main.yml",
"content": "dependencies:\n - role: nginx\n nginx_sites:\n - name: da... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/dd-nodepool | 187 | [
"no_license"
] | [
{
"path": "roles/dd-nodepool/files/nodepool_server.py",
"content": "#!/usr/bin/env python\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3555,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/dd-zuul-server | 187 | [
"no_license"
] | [
{
"path": "roles/dd-zuul-server/defaults/main.yml",
"content": "---\ndd_zuul_status_port: 8001\ndd_zuul_status_url: \"http://localhost:{{ dd_zuul_status_port }}/status.json\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/dd-zuul-server/t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2561,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/docker | 187 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "# The ansible version of https://docs.docker.com/engine/installation/linux/ubuntu/\n---\n- name: Remove older package names\n apt:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - docker\n - docker-engine\n\n- name: Install requireme... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/elasticsearch | 187 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n- name: Install elasticsearch\n apt:\n name: elasticsearch\n state: present\n\n- name: Configure Elasticsearch.\n template:\n src: \"etc/elasticsearch/{{ item }}\"\n dest: \"/etc/elasticsearch/{{ item }}\"\n owner: root\n g... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1286,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/elasticsearch-repo | 187 | [
"no_license"
] | [
{
"path": "roles/elasticsearch-repo/defaults/main.yml",
"content": "---\nelasticsearch_repo_install_java: no\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/elasticsearch-repo/tasks/main.yml",
"content": "---\n- name: Ensure https apt t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/fail2ban | 187 | [
"no_license"
] | [
{
"path": "roles/fail2ban/tasks/main.yml",
"content": "- name: Install fail2ban\n apt:\n name: fail2ban\n state: present\n\n- name: Enable fail2ban jails\n template:\n src: etc/fail2ban/jail.d/jail.local.j2\n dest: /etc/fail2ban/jail.d/{{ item.name }}.local\n vars:\n jail: '{{ item }}'\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 481,
"all_permissive": false
} |
ansible_role | BonnyCI/hoist | b367bbc6f7844824c9dffba445c863667a4de7f0 | 5 | roles/filebeat | 187 | [
"no_license"
] | [
{
"path": "roles/filebeat/tasks/main.yml",
"content": "---\n- name: Install Filebeat.\n apt:\n name: filebeat\n state: present\n\n- name: Create Filebeat configuration directory\n file:\n path: \"/etc/filebeat/conf.d\"\n state: directory\n\n- name: Copy Filebeat configuration.\n template:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1890,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.