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 | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/create-puppet-product | 294 | [
"no_license"
] | [
{
"path": "repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/create-puppet-product/tasks/main.yaml",
"content": "---\n - name: Create a new puppet product for soak testing\n shell:\n hammer --username \"{{ sat_user }}\" --password \"{{ <PASSWORD> }}\" product create --... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1659,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/create-sync-plan | 294 | [
"no_license"
] | [
{
"path": "repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/create-sync-plan/tasks/get_repo_id.yaml",
"content": "---\n - name: Get the repository id\n set_fact:\n repo: \"{{ item.stdout | from_json }}\"\n - name: Set the repository id\n set_fact:\n repoid: \... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1219,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/errata-apply-goferd | 294 | [
"no_license"
] | [
{
"path": "repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/errata-apply-goferd/tasks/main.yaml",
"content": "---\n - name: Get the list of hosts to apply the errata on\n shell:\n hammer --output json --username \"{{ sat_user }}\" --password \"{{ <PASSWORD> }}\" host ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 960,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/errata-apply-rex | 294 | [
"no_license"
] | [
{
"path": "repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/errata-apply-rex/tasks/main.yaml",
"content": "---\n - name: Get a list of applicable errata (max 100)\n shell:\n hammer --output json --username \"{{ sat_user }}\" --password \"{{ <PASSWORD> }}\" erratum lis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 683,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/package-install-rex | 294 | [
"no_license"
] | [
{
"path": "repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/package-install-rex/tasks/main.yaml",
"content": "---\n - assert:\n that:\n - package_name is defined\n - name: List the package we are going to install\n debug:\n var: package_name\n - name: In... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/promote-content-views | 294 | [
"no_license"
] | [
{
"path": "repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/promote-content-views/tasks/promote-cv.yaml",
"content": "---\n - name: \"Promote CVs to {{ item.Name }} lifecycle environment\"\n shell:\n hammer --username \"{{ sat_user }}\" --password \"{{ <PASSWORD> }}\"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/publish-content-views | 294 | [
"no_license"
] | [
{
"path": "repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/publish-content-views/tasks/main.yaml",
"content": "---\n - name: Get the list of content views that needs to be published\n debug:\n msg: \"{{ item.name }}\"\n with_items: \"{{ soak_content_view }}\"\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 424,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/repo-sync | 294 | [
"no_license"
] | [
{
"path": "repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/repo-sync/tasks/try_enable_repo.yaml",
"content": "---\n - include_tasks: enable_repo.yaml\n\n - include_tasks: enable_repo.yaml\n when: enable_repo.rc is not defined or enable_repo.rc != 0\n...\n",
"license_... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1785,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/setup-scap-content | 294 | [
"no_license"
] | [
{
"path": "repo-github/redhat-performance@satellite-performance/playbooks/soak-tests/roles/setup-scap-content/tasks/main.yaml",
"content": "---\n - name: Install the stdlib puppet module (There is a version incompatibility with the one included in Satellite)\n shell:\n puppet module install puppetl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1663,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/redhat-performance@satellite-performance/playbooks/tests/roles/grafana-graph-download | 294 | [
"no_license"
] | [
{
"path": "repo-github/redhat-performance@satellite-performance/playbooks/tests/roles/grafana-graph-download/tasks/main.yaml",
"content": "---\n - name: Ensure that start and end timestamps are present\n assert:\n that:\n - \"start_time is defined\"\n - \"end_time is defined\"\n - na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 987,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/redhat-performance@satellite-performance/playbooks/tests/roles/wait-for-task-script | 294 | [
"no_license"
] | [
{
"path": "repo-github/redhat-performance@satellite-performance/playbooks/tests/roles/wait-for-task-script/tasks/main.yaml",
"content": "---\n- name: \"Deploy wait-for-task.sh\"\n copy:\n remote_src: no\n src: files/wait-for-task.sh\n dest: /root/wait-for-task.sh\n mode: 0700\n...\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/redhat-performance@satellite-performance/playbooks/tunings/roles/satellite | 294 | [
"no_license"
] | [
{
"path": "repo-github/redhat-performance@satellite-performance/playbooks/tunings/roles/satellite/tasks/main.yaml",
"content": "---\n#\n# Performance checks specific to satellite hosts\n#\n\n- name : File descriptors for the qpidd process\n shell: cat /proc/$(pgrep qpidd)/limits | grep \"open files\" | awk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1669,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/rocknsm@SimpleRock/roles/bro | 294 | [
"no_license"
] | [
{
"path": "repo-github/rocknsm@SimpleRock/roles/bro/defaults/main.yml",
"content": "---\n# defaults file for bro\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "repo-github/rocknsm@SimpleRock/roles/bro/vars/main.yml",
"content": "---\n# vars ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7459,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/rocknsm@SimpleRock/roles/common | 294 | [
"no_license"
] | [
{
"path": "repo-github/rocknsm@SimpleRock/roles/common/tasks/deploy.yml",
"content": "---\n# deploy.yml - Common tasks for ROCK\n- import_tasks: configure.yml\n- import_tasks: configure-time.yml\n- import_tasks: configure-pipelining.yml\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": 151,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/rocknsm@SimpleRock/roles/fsf | 294 | [
"no_license"
] | [
{
"path": "repo-github/rocknsm@SimpleRock/roles/fsf/handlers/main.yml",
"content": "---\n# handlers file for fsf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "repo-github/rocknsm@SimpleRock/roles/fsf/meta/main.yml",
"content": "---\ngalaxy_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2176,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/rocknsm@SimpleRock/roles/logstash | 294 | [
"no_license"
] | [
{
"path": "repo-github/rocknsm@SimpleRock/roles/logstash/handlers/main.yml",
"content": "---\n\n- name: Restart logstash\n systemd:\n name: logstash\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "repo-github/rocknsm@Sim... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1072,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/rocknsm@SimpleRock/roles/stenographer | 294 | [
"no_license"
] | [
{
"path": "repo-github/rocknsm@SimpleRock/roles/stenographer/tasks/config.yml",
"content": "---\n#######################################################\n################# Config Stenographer #################\n#######################################################\n\n- name: Set stenographer config\n tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2000,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/rocknsm@SimpleRock/roles/suricata | 294 | [
"no_license"
] | [
{
"path": "repo-github/rocknsm@SimpleRock/roles/suricata/tasks/main.yml",
"content": "---\n\n- name: Install packages\n yum:\n name:\n - suricata\n - PyYAML\n state: present\n\n- name: Set monitor interface config\n template:\n src: templates/ifcfg-monif.j2\n dest: /etc/sysconfig/net... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4905,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/rocknsm@SimpleRock/roles/zookeeper | 294 | [
"no_license"
] | [
{
"path": "repo-github/rocknsm@SimpleRock/roles/zookeeper/tasks/main.yml",
"content": "---\n- name: Install zookeeper packages\n yum:\n name:\n - java-11-openjdk-headless\n - zookeeper\n state: installed\n\n- name: Enable and Start zookeeper\n systemd:\n name: zookeeper\n state: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/rocknsm@rock/roles/docket | 294 | [
"no_license"
] | [
{
"path": "repo-github/rocknsm@rock/roles/docket/tasks/install.yml",
"content": "---\n- name: Configure RockNSM online repos\n yum_repository:\n file: rocknsm\n name: \"{{ item.name }}\"\n enabled: \"{{ rock_online_install }}\"\n description: \"{{ item.name }}\"\n baseurl: \"{{ item.baseurl ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/rocknsm@rock/roles/kafka | 294 | [
"no_license"
] | [
{
"path": "repo-github/rocknsm@rock/roles/kafka/tasks/main.yml",
"content": "---\n- name: Install packages\n yum:\n name:\n - kafka\n - kafkacat\n - java-11-openjdk-headless\n state: present\n\n- name: Create kafka data directory\n file:\n path: \"{{ kafka_data_dir }}\"\n mode: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1069,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/stevendborrelli@mi-security/roles/common | 294 | [
"no_license"
] | [
{
"path": "repo-github/stevendborrelli@mi-security/roles/common/tasks/main.yml",
"content": "---\n# default is etc/utc in build 20141129 [http://cloud.centos.org/centos/7/images/]\n- name: set timezone to etc/utc\n sudo: yes\n file:\n src: /usr/share/zoneinfo/Etc/UTC\n dest: /etc/localtime\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/stevendborrelli@mi-security/roles/consul | 294 | [
"no_license"
] | [
{
"path": "repo-github/stevendborrelli@mi-security/roles/consul/defaults/main.yml",
"content": "---\nconsul_is_server: yes\nconsul_dc: dc1\nconsul_servers_group: consul_servers\nconsul_advertise: \"{{ ansible_default_ipv4.address }}\"\nconsul_retry_join: \"{% for host in groups[consul_servers_group] | inter... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4592,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/stevendborrelli@mi-security/roles/consul-template | 294 | [
"no_license"
] | [
{
"path": "repo-github/stevendborrelli@mi-security/roles/consul-template/handlers/main.yml",
"content": "---\n- name: restart consul-template\n sudo: yes\n command: systemcl restart consul-template\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/stevendborrelli@mi-security/roles/dnsmasq | 294 | [
"no_license"
] | [
{
"path": "repo-github/stevendborrelli@mi-security/roles/dnsmasq/tasks/main.yml",
"content": "---\n- name: install packages\n sudo: yes\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - dnsmasq\n - bind-utils\n - NetworkManager\n tags:\n - dnsmasq\n\n- name: ensure dnsmas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/stevendborrelli@mi-security/roles/docker | 294 | [
"no_license"
] | [
{
"path": "repo-github/stevendborrelli@mi-security/roles/docker/tasks/main.yml",
"content": "---\n# Workaround for https://github.com/CiscoCloud/microservices-infrastructure/issues/161 \n- name: install latest device-mapper-libs\n sudo: yes\n yum:\n name: device-mapper-libs\n state: latest\n tags:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/stevendborrelli@mi-security/roles/haproxy | 294 | [
"no_license"
] | [
{
"path": "repo-github/stevendborrelli@mi-security/roles/haproxy/tasks/main.yml",
"content": "---\n- name: set haproxy environment\n sudo: yes\n template:\n src: haproxy.j2\n dest: /etc/default/haproxy\n notify: \n - restart haproxy\n tags:\n - haproxy\n\n- name: configure haproxy\n sudo: y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 898,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/stevendborrelli@mi-security/roles/marathon | 294 | [
"no_license"
] | [
{
"path": "repo-github/stevendborrelli@mi-security/roles/marathon/tasks/main.yml",
"content": "---\n- name: add mesosphere repository\n sudo: yes\n yum:\n name: http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm \n state: present\n tags:\n - marathon\n\n- name: instal... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 7664,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/stevendborrelli@mi-security/roles/mesos | 294 | [
"no_license"
] | [
{
"path": "repo-github/stevendborrelli@mi-security/roles/mesos/tasks/main.yml",
"content": "---\n- name: add mesosphere repository\n sudo: yes\n yum:\n name: http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm\n state: present\n tags:\n - mesos\n\n- name: install mesos... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7363,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/stevendborrelli@mi-security/roles/nginx | 294 | [
"no_license"
] | [
{
"path": "repo-github/stevendborrelli@mi-security/roles/nginx/tasks/main.yml",
"content": "---\n- name: create tls directory structure\n sudo: yes\n file:\n path: /etc/nginx/ssl\n state: directory\n mode: 0700\n tags:\n - nginx\n\n- name: deploy tls files\n sudo: yes\n copy:\n src: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/stevendborrelli@mi-security/roles/registrator | 294 | [
"no_license"
] | [
{
"path": "repo-github/stevendborrelli@mi-security/roles/registrator/handlers/main.yml",
"content": "---\n- name: reload registrator\n sudo: yes\n command: \"{{ item }}\"\n with_items:\n - systemctl restart registrator\n - systemctl enable registrator\n - systemctl daemon-reload\n",
"license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/stevendborrelli@mi-security/roles/vault | 294 | [
"no_license"
] | [
{
"path": "repo-github/stevendborrelli@mi-security/roles/vault/tasks/bootstrap.yml",
"content": "---\n- name: initialize vault\n sudo: yes\n run_once: yes\n changed_when: no\n command: curl -1 -X PUT -d '{{ vault_init_json }}' -k https://localhost:8200/v1/sys/init\n register: vault_init_output\n tags:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1962,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/stevendborrelli@mi-security/roles/zookeeper | 294 | [
"no_license"
] | [
{
"path": "repo-github/stevendborrelli@mi-security/roles/zookeeper/tasks/main.yml",
"content": "---\n- name: generate default env file\n sudo: yes\n template:\n src: zookeeper-env.j2 \n dest: \"/etc/default/{{ zookeeper_service }}\"\n notify: \n - restart zookeeper\n tags: \n - zookeeper\n\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1755,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/sudheerchintala@LearnEra-Configuration/playbooks/roles/analytics-api | 294 | [
"no_license"
] | [
{
"path": "repo-github/sudheerchintala@LearnEra-Configuration/playbooks/roles/analytics-api/tasks/tag_ec2.yml",
"content": "---\n\n- name: get instance information\n action: ec2_facts\n\n- name: tag instance\n ec2_tag: resource={{ ansible_ec2_instance_id }} region={{ ansible_ec2_placement_region }}\n arg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/sudheerchintala@LearnEra-Configuration/playbooks/roles/certs | 294 | [
"no_license"
] | [
{
"path": "repo-github/sudheerchintala@LearnEra-Configuration/playbooks/roles/certs/tasks/tag_ec2.yml",
"content": "---\n\n- name: get instance information\n action: ec2_facts\n\n- name: tag instance\n ec2_tag: resource={{ ansible_ec2_instance_id }} region={{ ansible_ec2_placement_region }}\n args:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/sudheerchintala@LearnEra-Configuration/playbooks/roles/insights | 294 | [
"no_license"
] | [
{
"path": "repo-github/sudheerchintala@LearnEra-Configuration/playbooks/roles/insights/tasks/main.yml",
"content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://github.com/edx/configuration/wiki\n# code style: https://github.com/edx/configuration/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9943,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/sudheerchintala@LearnEra-Configuration/playbooks/roles/mongo | 294 | [
"no_license"
] | [
{
"path": "repo-github/sudheerchintala@LearnEra-Configuration/playbooks/roles/mongo/defaults/main.yml",
"content": "mongo_logappend: true\nmongo_version: 2.4.7\nmongo_port: \"27017\"\nmongo_extra_conf: ''\nmongo_key_file: '/etc/mongodb_key'\nmongo_repl_set: rs0\nmongo_cluster_members: []\n\nmongo_data_dir: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4754,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/sudheerchintala@LearnEra-Configuration/playbooks/roles/security | 294 | [
"no_license"
] | [
{
"path": "repo-github/sudheerchintala@LearnEra-Configuration/playbooks/roles/security/tasks/security-ubuntu.yml",
"content": "#### Bash security vulnerability\n\n- name: Check if we are vulnerable\n shell: executable=/bin/bash env x='() { :;}; echo vulnerable' bash -c \"echo this is a test\"\n register:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@newton/tests/roles/bootstrap-host | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@newton/tests/roles/bootstrap-host/vars/ubuntu.yml",
"content": "---\n# Copyright 2015, Rackspace US, Inc.\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 ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 19621,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/ceph_client | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/ceph_client/tasks/ceph_auth.yml",
"content": "---\n# Copyright 2015, <NAME> <<EMAIL>>\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 ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8403,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/galera_client | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/galera_client/defaults/main.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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# Yo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4181,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/galera_server | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/galera_server/defaults/main.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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# Yo... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 14334,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/haproxy_server | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/haproxy_server/tasks/haproxy_pre_install.yml",
"content": "---\n# Copyright 2015, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the L... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6554,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_aodh | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_aodh/tasks/aodh_upstart_init.yml",
"content": "---\n# Copyright 2015, Rackspace US, Inc.\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... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 18414,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_ceilometer | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_ceilometer/tasks/ceilometer_install.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the Lic... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 19535,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_cinder | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_cinder/tasks/main.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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 o... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9548,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_glance | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_glance/handlers/main.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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 ma... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 17673,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_heat | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_heat/tasks/heat_post_install.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 18651,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_horizon | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_horizon/tasks/horizon_db_setup.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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.... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 20603,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_keystone | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_keystone/tasks/keystone_install.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 26706,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_neutron | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_neutron/tasks/neutron_pre_install.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the Licen... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 38826,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_nova | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_nova/tasks/nova_console_novnc_install.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the L... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 25721,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_swift | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_swift/tasks/swift_storage_hosts_account.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 19083,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_swift_sync | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_swift_sync/tasks/swift_rings_post_distribution_check.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compli... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6531,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_tempest | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/os_tempest/tasks/tempest_post_install.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the Lice... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7070,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/rabbitmq_server | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/rabbitmq_server/tasks/rabbitmq_ssl_key_create.yml",
"content": "---\n# Copyright 2015, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6501,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/repo_build | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment-liberty/playbooks/roles/repo_build/tasks/repo_pre_build.yml",
"content": "---\n# Copyright 2015, Rackspace US, Inc.\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... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 17853,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/beaver | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/beaver/tasks/beaver_pre_install.yml",
"content": "---\n# Copyright 2015, Rackspace US, Inc.\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 ma... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5401,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/ceph-mon | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/ceph-mon/tasks/ceph_keys.yml",
"content": "---\n# NOTE (leseb): wait for mon discovery and quorum resolution\n# the admin key is not instantanely created so we have to wait a bit\n- name: wait for client.admin key exists\n wait_for:\n pa... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6067,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/ceph-osd | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/ceph-osd/tasks/docker/pre_requisite.yml",
"content": "---\n- name: create osd bootstrap directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - /etc/ceph/\n - /var/lib/ceph/bootstrap-osd\n\n- name: install... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9297,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/ceph.ceph-common | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/ceph.ceph-common/tasks/main.yml",
"content": "---\n- include: ./checks/check_system.yml\n\n- include: ./checks/check_mandatory_vars.yml\n\n- include: ./checks/check_firewall.yml\n\n- include: ./misc/system_tuning.yml\n when: osd_group_name ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 13588,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/ceph_client | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/ceph_client/tasks/ceph_all.yml",
"content": "---\n# Copyright 2015, <NAME> <<EMAIL>>\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 obtai... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7479,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/elasticsearch | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/elasticsearch/tasks/elasticsearch_post_install.yml",
"content": "---\n# Copyright 2015, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the Lic... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6677,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/galera_server | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/galera_server/tasks/galera_pre_install.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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#... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4056,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/haproxy_rpc | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/haproxy_rpc/tasks/main.yml",
"content": "---\n# Copyright 2015, Rackspace US, Inc.\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 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 861,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/kibana | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/kibana/tasks/kibana_install.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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 ob... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4663,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/logstash | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/logstash/tasks/logstash_post_install.yml",
"content": "---\n# Copyright 2015, Rackspace US, Inc.\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# Y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4006,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/lxc_hosts | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/lxc_hosts/tasks/lxc_dnsmasq_cleanup.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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# Yo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2328,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/os_ceilometer | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/os_ceilometer/tasks/ceilometer_service_setup.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the Licen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7830,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/os_glance | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/os_glance/tasks/glance_service_setup.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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# Y... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 12834,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/os_heat | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/os_heat/tasks/heat_upstart_init.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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 ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1995,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/os_horizon | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/os_horizon/tasks/horizon_service_setup.yml",
"content": "---\n# Copyright 2015, Rackspace US, Inc.\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#... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3547,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/os_keystone | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/os_keystone/tasks/keystone_idp_self_signed_store.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the L... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 21017,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/os_neutron | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/os_neutron/tasks/plumgrid_config.yml",
"content": "---\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#\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 9521,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/os_nova | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/os_nova/tasks/main.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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 co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1115,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/os_swift | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/os_swift/tasks/swift_service_setup.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 18078,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/os_swift_sync | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/os_swift_sync/tasks/swift_key_populate.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 946,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/os_tempest | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/os_tempest/tasks/tempest_resources.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 10448,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/py_from_git | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/py_from_git/tasks/main.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/rabbitmq_server | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/rabbitmq_server/tasks/rabbitmq_pre_install.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 11241,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/repo_server | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/repo_server/tasks/repo_pre_install.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\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... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8111,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/rsyslog_client | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/rsyslog_client/tasks/rsyslog_client_install.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the Licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1364,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/playbooks/roles/rsyslog_server | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/playbooks/roles/rsyslog_server/tasks/rsyslog_server_post_install.yml",
"content": "---\n# Copyright 2014, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the L... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2604,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-github/yanyao@openstack-deployment/tests/roles/bootstrap-host | 294 | [
"no_license"
] | [
{
"path": "repo-github/yanyao@openstack-deployment/tests/roles/bootstrap-host/tasks/install-apt.yml",
"content": "---\n# Copyright 2015, Rackspace US, Inc.\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 o... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 26930,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@bifrost/playbooks/roles/bifrost-configdrives-dynamic | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@bifrost/playbooks/roles/bifrost-configdrives-dynamic/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Creates a basic configdrive for Bifrost\n company: OpenStack\n license: Apache\n min_ansible_version: 2.0\n platforms:\n - name: EL\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5537,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@bifrost/playbooks/roles/bifrost-keystone-install | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@bifrost/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml",
"content": "# 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# h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 11272,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@bifrost/playbooks/roles/bifrost-rabbitmq | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@bifrost/playbooks/roles/bifrost-rabbitmq/tasks/main.yml",
"content": "# 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.apa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2155,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@bifrost/playbooks/roles/ironic-inspect-node | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@bifrost/playbooks/roles/ironic-inspect-node/vars/main.yml",
"content": "---\n# vars file for ironic-inspect-node\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "repo-openstack/openstack@bifrost/playbooks/roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3335,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@browbeat/ansible/check/roles/common | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@browbeat/ansible/check/roles/common/tasks/main.yml",
"content": "---\n#\n# Tests common to Director/Controller/Compute/Ceph\n#\n- name: Ensure crudini\n command: which crudini\n changed_when: no\n register: crudini\n ignore_errors: True\n\n- name: Install Crudini if i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 774,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@browbeat/ansible/check/roles/glance | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@browbeat/ansible/check/roles/glance/tasks/main.yml",
"content": "- name: Glance API worker count\n command: crudini --get /etc/glance/glance-api.conf DEFAULT workers\n register: glance_api_workers\n failed_when: glance_api_workers.rc == 1\n changed_when: false\n ign... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 458,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@browbeat/ansible/check/roles/gnocchi | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@browbeat/ansible/check/roles/gnocchi/tasks/main.yml",
"content": "---\n#\n# Gnocchi tasks for performance checks\n#\n\n- name: Get httpd configuration files\n command: 'ls /etc/httpd/conf.d/'\n register: httpd_confd_files\n\n- name: Gnocchi API httpd process count\n sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@browbeat/ansible/check/roles/neutron | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@browbeat/ansible/check/roles/neutron/tasks/main.yml",
"content": "---\n- name: Check nova is configured in neutron config\n command: crudini --get /etc/neutron/neutron.conf DEFAULT nova_admin_tenant_id\n register: neutron_nova_creds\n failed_when: neutron_nova_creds.rc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@browbeat/ansible/gather/roles/ceilometer | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@browbeat/ansible/gather/roles/ceilometer/tasks/main.yml",
"content": "---\n#\n# Tasks to get ceilometer facts\n#\n- name: Parse Ceilometer config\n become: true\n command: python /tmp/openstack-config-parser.py ceilometer /tmp/out.yml\n register: ceilometer_parsed\n i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@browbeat/ansible/gather/roles/cinder | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@browbeat/ansible/gather/roles/cinder/tasks/main.yml",
"content": "---\n#\n# Tasks to get cinder facts\n#\n- name: Parse Cinder config\n become: true\n command: python /tmp/openstack-config-parser.py cinder /tmp/out.yml\n register: cinder_parsed\n ignore_errors: true\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 459,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@browbeat/ansible/gather/roles/common | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@browbeat/ansible/gather/roles/common/tasks/main.yml",
"content": "---\n- name: Copy config parser script to remote\n copy: src=openstack-config-parser.py dest=/tmp/openstack-config-parser.py\n notify:\n - cleanup script\n - cleanup varsfile\n\n- name: Determine ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@browbeat/ansible/gather/roles/compute | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@browbeat/ansible/gather/roles/compute/tasks/main.yml",
"content": "---\n#\n# Compute Tasks for gathering facts\n#\n- name: Get ovs version\n shell: ovs-vswitchd --version | grep vSwitch | awk {'print$4'}\n register: ovs_version\n\n- name: Set ovs version fact\n set_fac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1184,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@browbeat/ansible/gather/roles/dump-facts | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@browbeat/ansible/gather/roles/dump-facts/tasks/main.yml",
"content": "---\n- name: Dump all vars\n template: src=dump_facts.j2 dest={{ browbeat_path }}/metadata/machine_facts.json\n\n- name: Generate metadata jsons\n command: python {{ browbeat_path }}/browbeat/metadata... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@browbeat/ansible/gather/roles/glance | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@browbeat/ansible/gather/roles/glance/tasks/main.yml",
"content": "---\n#\n# Tasks to get Glance facts\n#\n\n- name: Parse Glance config files\n become: true\n command: \"python /tmp/openstack-config-parser.py glance /tmp/out.yml\"\n register: glance_parsed\n ignore_er... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@browbeat/ansible/gather/roles/gnocchi | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@browbeat/ansible/gather/roles/gnocchi/tasks/main.yml",
"content": "---\n#\n# Tasks to get gnocchi config data\n#\n\n- name: Parse Gnocchi config\n become: true\n command: python /tmp/openstack-config-parser.py gnocchi /tmp/out.yml\n register: gnocchi_parsed\n ignore_e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 472,
"all_permissive": false
} |
ansible_role | rayhanur-rahman/SLIC-Ansible | ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341 | 6 | repo-openstack/openstack@browbeat/ansible/gather/roles/mistral | 294 | [
"no_license"
] | [
{
"path": "repo-openstack/openstack@browbeat/ansible/gather/roles/mistral/tasks/main.yml",
"content": "---\n#\n# Tasks to get mistral facts\n#\n- name: Parse Mistral config\n become: true\n command: python /tmp/openstack-config-parser.py mistral /tmp/out.yml\n register: mistral_parsed\n ignore_errors: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.