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
iDaN5x/dev-env
e6ceaf19be854eafcf499646b15bf8754059175a
0
roles/haskell
380
[ "no_license" ]
[ { "path": "roles/haskell/vars/main.yml", "content": "---\nhaskell_tools:\n - ghc\n - cabal\n - stack\n - hls\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/haskell/tasks/main.yml", "content": "---\n- name: Install GHCup\n communit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 951, "all_permissive": false }
ansible_role
iDaN5x/dev-env
e6ceaf19be854eafcf499646b15bf8754059175a
0
roles/homebrew
380
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n- name: Determine Homebrew installation directory\n ansible.builtin.command: brew --prefix\n register: brew_prefix\n ignore_errors: true\n changed_when: false\n\n- name: Install Homebrew\n when: brew_prefix.rc != 0\n ansible.builtin.shell:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1054, "all_permissive": false }
ansible_role
iDaN5x/dev-env
e6ceaf19be854eafcf499646b15bf8754059175a
0
roles/iterm2
380
[ "no_license" ]
[ { "path": "roles/iterm2/tasks/setup-iterm2.yml", "content": "---\n- name: Install iTerm2\n community.general.homebrew_cask:\n state: latest\n name: iterm2\n\n- name: Download Zsh integration\n ansible.builtin.get_url:\n url: https://iterm2.com/shell_integration/zsh\n dest: \"{{ ansible_env.HOM...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3475, "all_permissive": false }
ansible_role
iDaN5x/dev-env
e6ceaf19be854eafcf499646b15bf8754059175a
0
roles/java
380
[ "no_license" ]
[ { "path": "roles/java/tasks/register-jdk.yml", "content": "---\n- name: Check if registered JDK - {{ jdk }}\n ansible.builtin.shell: |\n set -o pipefail\n jenv versions --verbose | grep {{ jdk }}\n register: jdk_registered\n changed_when: false\n\n- name: Register JDK with JEnv - {{ jdk }}\n when:...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2745, "all_permissive": false }
ansible_role
iDaN5x/dev-env
e6ceaf19be854eafcf499646b15bf8754059175a
0
roles/microk8s
380
[ "no_license" ]
[ { "path": "roles/microk8s/tasks/enable-addons.yml", "content": "---\n- name: Enable addons\n ansible.builtin.command: >-\n microk8s enable {{ addon.name }}\n {% for key, value in addon.get('options', {}) | dict2items %}\n --{{ key }}={{ value }}\n {% endfor %}\n register: enabled_addon\n chan...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4125, "all_permissive": false }
ansible_role
iDaN5x/dev-env
e6ceaf19be854eafcf499646b15bf8754059175a
0
roles/multipass
380
[ "no_license" ]
[ { "path": "roles/multipass/tasks/main.yml", "content": "---\n- name: Install formulas\n community.general.homebrew:\n state: latest\n name: multipass\n\n- name: Enable multipass aliases in shell\n vars:\n section:\n name: Enable multipass aliases.\n content: export PATH=\"{{ multipass_a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 474, "all_permissive": false }
ansible_role
iDaN5x/dev-env
e6ceaf19be854eafcf499646b15bf8754059175a
0
roles/nodejs
380
[ "no_license" ]
[ { "path": "roles/nodejs/defaults/main.yml", "content": "---\n# List of NodeJS versions to install.\nnodejs_versions:\n - \"--lts\"\n\n# NodeJs version to set as global.\nnodejs_global_version: \"{{ nodejs_versions | first }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1850, "all_permissive": false }
ansible_role
iDaN5x/dev-env
e6ceaf19be854eafcf499646b15bf8754059175a
0
roles/okteto
380
[ "no_license" ]
[ { "path": "roles/okteto/defaults/main.yml", "content": "---\n# Version of okteto-cli to install.\nokteto_version: \"2.25.4\"\n\n# Okteto manifests repository.\nokteto_manifests_repo: null\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles/okt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1683, "all_permissive": false }
ansible_role
iDaN5x/dev-env
e6ceaf19be854eafcf499646b15bf8754059175a
0
roles/python
380
[ "no_license" ]
[ { "path": "roles/python/tasks/install-python-versions.yml", "content": "---\n- name: Install Python versions\n ansible.builtin.command: pyenv install {{ python_version }}\n register: pyenv_install\n changed_when: pyenv_install.rc == 0\n failed_when: >\n pyenv_install.rc != 0 and\n 'already exists'...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3532, "all_permissive": false }
ansible_role
iDaN5x/dev-env
e6ceaf19be854eafcf499646b15bf8754059175a
0
roles/shell
380
[ "no_license" ]
[ { "path": "roles/shell/tasks/setup-zsh.yml", "content": "---\n- name: Install Zsh\n community.general.homebrew:\n state: latest\n name: zsh\n\n- name: Get Zsh binary location\n ansible.builtin.shell: echo \"$(brew --prefix zsh)/bin/zsh\"\n register: zsh_bin\n changed_when: false\n failed_when: zs...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 8006, "all_permissive": false }
ansible_role
iDaN5x/dev-env
e6ceaf19be854eafcf499646b15bf8754059175a
0
roles/tools
380
[ "no_license" ]
[ { "path": "roles/tools/tasks/main.yml", "content": "---\n- name: Include Rosetta 2 installation\n ansible.builtin.include_tasks: install-rosetta.yml\n when: ansible_architecture == \"arm64\"\n\n- name: Add taps\n community.general.homebrew_tap:\n name: \"{{ tap }}\"\n loop: \"{{ tools_taps }}\"\n lo...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1947, "all_permissive": false }
ansible_role
chjtxwd/homelab-k3s-gitops
dd88c26f24999b501215e2c7576a713f668ef5da
0
Ansible/ansible-k8s-init/roles/master
380
[ "no_license" ]
[ { "path": "Ansible/ansible-k8s-init/roles/master/tasks/main.yml", "content": "---\n# tasks file for master\n\n- name: Set hostname to master\n hostname:\n name: master\n become: yes\n\n- name: Change yum source to Tsinghua University mirror\n shell: |\n sed -e 's|^metalink=|#metalink=|g' \\\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5615, "all_permissive": false }
ansible_role
chjtxwd/homelab-k3s-gitops
dd88c26f24999b501215e2c7576a713f668ef5da
0
Ansible/ansible-k8s-init/roles/master_bootstrap
380
[ "no_license" ]
[ { "path": "Ansible/ansible-k8s-init/roles/master_bootstrap/tasks/main.yml", "content": "- name: Configure network interface\n nmcli:\n conn_name: 'ens18'\n ifname: 'ens18'\n ip4: '192.168.0.100/24'\n gw4: '192.168.0.1'\n state: present\n type: 'ethernet'\n autoconnect: yes\n dns4: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
chjtxwd/homelab-k3s-gitops
dd88c26f24999b501215e2c7576a713f668ef5da
0
Ansible/ansible-k8s-init/roles/worker
380
[ "no_license" ]
[ { "path": "Ansible/ansible-k8s-init/roles/worker/tasks/main.yml", "content": "- name: Get IP address\n set_fact:\n host_ip: \"{{ ansible_default_ipv4.address }}\"\n\n- name: Set hostname to concatenated IP address\n hostname:\n name: \"{{ host_ip | regex_replace('[.]', '-') }}\"\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
chjtxwd/homelab-k3s-gitops
dd88c26f24999b501215e2c7576a713f668ef5da
0
Ansible/ansible-k8s-init/roles/worker_bootstrap
380
[ "no_license" ]
[ { "path": "Ansible/ansible-k8s-init/roles/worker_bootstrap/tasks/main.yml", "content": "- name: Configure network interface\n nmcli:\n conn_name: 'ens18'\n ifname: 'ens18'\n ip4: '{{ hostvars[inventory_hostname].ip_address }}/24'\n gw4: '{{ hostvars[inventory_hostname].gateway }}'\n state: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
linux-best/ansible
7aea5c6ee29bc55e448af139613bb06071097972
2
roles/bootstrap
380
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "- name: root permission\n copy:\n src: \"{{ sudo_path }}\"\n dest: /etc/sudoers.d/javande\n owner: root\n group: root\n mode: 0440\n notify: install pkgs\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 342, "all_permissive": false }
ansible_role
linux-best/ansible
7aea5c6ee29bc55e448af139613bb06071097972
2
roles/dc_client
380
[ "no_license" ]
[ { "path": "roles/dc_client/tasks/main.yml", "content": "- name: install packages\n tags: apache2,lib-php\n apt:\n pkg:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n update_cache: true\n when: ansible_distribution == \"Ubuntu\"\n\n- name: start service\n tags: service...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1079, "all_permissive": false }
ansible_role
linux-best/ansible
7aea5c6ee29bc55e448af139613bb06071097972
2
roles/home_client
380
[ "no_license" ]
[ { "path": "roles/home_client/tasks/main.yml", "content": "- name: Remove the useless Packages\n tags: autoremove\n apt:\n autoremove: yes\n purge: yes\n\n- name: Update the Packages\n tags: ubuntu\n apt:\n update-cache: true\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Update the Pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 821, "all_permissive": false }
ansible_role
glenonmateus/descomplicando-ansible
1f64ced6012ae2336928ba68893f9c82dc05420a
0
roles/create-cluster
380
[ "no_license" ]
[ { "path": "roles/create-cluster/tasks/init-cluster.yml", "content": "- name: Reiniciando o cluster\n command: kubeadm reset -f\n\n- name: Removendo as configurações antigas do master\n file:\n path: $HOME/.kube/\n state: absent\n\n- name: Baixando as imagens do k8s\n command: kubeadm config images ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 850, "all_permissive": false }
ansible_role
glenonmateus/descomplicando-ansible
1f64ced6012ae2336928ba68893f9c82dc05420a
0
roles/install-helm
380
[ "no_license" ]
[ { "path": "roles/install-helm/tasks/install-helm.yml", "content": "- name: Baixando o script de instalação do Helm\n get_url:\n url: \"{{ helm_url }}\"\n dest: /tmp/get_helm.sh\n mode: 755\n ignore_errors: true\n register: download\n\n- name: Executando o script de instalação do Helm\n shell:\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 928, "all_permissive": false }
ansible_role
glenonmateus/descomplicando-ansible
1f64ced6012ae2336928ba68893f9c82dc05420a
0
roles/install-k8s
380
[ "no_license" ]
[ { "path": "roles/install-k8s/vars/main.yml", "content": "---\n# vars file for install-k8s\nhelm_url: https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3\nurl_repo_helm: https://kubernetes-charts.storage.googleapis.com\nurl_k8s_apt_key: https://packages.cloud.google.com/apt/doc/apt-key.gpg\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1815, "all_permissive": false }
ansible_role
glenonmateus/descomplicando-ansible
1f64ced6012ae2336928ba68893f9c82dc05420a
0
roles/join-workers
380
[ "no_license" ]
[ { "path": "roles/join-workers/tasks/join-cluster.yml", "content": "- name: Removendo configurações antigas dos nodes workers\n command: kubeadm reset -f\n when: inventory_hostname in groups['k8s_workers']\n\n- name: Pegando o kubeadm join token\n command: kubeadm token create --print-join-command\n dele...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
glenonmateus/descomplicando-ansible
1f64ced6012ae2336928ba68893f9c82dc05420a
0
roles/provisioning
380
[ "no_license" ]
[ { "path": "roles/provisioning/vars/main.yml", "content": "---\n# vars file for provisioning\ninstance_type: t2.medium\nsec_group_name: giropops\nimage: ami-0faf2c48fc9c8f966\nkey_name: ansible-class\nregion: sa-east-1\ncount: 3\nprofile: default", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3796, "all_permissive": false }
ansible_role
shivanikothari/tomcat-server-installation
f5bead02d83c1b5b702c44265488afe2eb1dbbb7
0
plays/roles/tomcat-installation
380
[ "no_license" ]
[ { "path": "plays/roles/tomcat-installation/defaults/main.yml", "content": "---\n# Owner\ntomcat_users:\n# - [ 'user', 'group', 'password', 'home', 'shutdown_port', 'listen_address', 'connector_port', 'redirect_port', 'ajp_port' ]\n - [ 'user1', 'tomcat', 'changeme', \"/home/user1\", '8005', '0.0.0.0', '808...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3896, "all_permissive": false }
ansible_role
Nandani568/ansible
0b63a345c7a2c6f5fef065dd9074b557bcaa2e5d
0
roles/copyFiles-efk
380
[ "no_license" ]
[ { "path": "roles/copyFiles-efk/tasks/main.yml", "content": "---\n- name: Ensure the folder exists\n file:\n path: \"{{ locust_destination_folder }}\"\n state: directory\n when: not ansible_check_mode\n\n- name: Copy folder to the destination\n synchronize:\n src: \"{{ locust_source_folder }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
Nandani568/ansible
0b63a345c7a2c6f5fef065dd9074b557bcaa2e5d
0
roles/copyFiles-tdAgent
380
[ "no_license" ]
[ { "path": "roles/copyFiles-tdAgent/tasks/main.yml", "content": "---\n- name: Ensure the folder exists\n file:\n path: \"{{ locust_destination_folder }}\"\n state: directory\n when: not ansible_check_mode\n\n- name: Copy file to the folder\n copy:\n src: \"{{ locust_source_file }}\"\n dest: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
Nandani568/ansible
0b63a345c7a2c6f5fef065dd9074b557bcaa2e5d
0
roles/efk-master
380
[ "no_license" ]
[ { "path": "roles/efk-master/tasks/main.yml", "content": "---\n- name: Update apt package cache\n apt:\n update_cache: yes\n- name: Start EFK services\n command: docker-compose up -d\n args:\n chdir: \"~/efk/\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
Nandani568/ansible
0b63a345c7a2c6f5fef065dd9074b557bcaa2e5d
0
roles/td-agent-install
380
[ "no_license" ]
[ { "path": "roles/td-agent-install/tasks/main.yml", "content": "---\n- name: Update apt package cache\n apt:\n update_cache: yes\n\n- name: Download td-agent installation script\n get_url:\n url: \"https://toolbelt.treasuredata.com/sh/install-ubuntu-jammy-td-agent4.sh\"\n dest: \"/tmp/install-td-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
Nandani568/ansible
0b63a345c7a2c6f5fef065dd9074b557bcaa2e5d
0
roles/td-agent-restart
380
[ "no_license" ]
[ { "path": "roles/td-agent-restart/tasks/main.yml", "content": "---\n- name: Stop td-agent service\n become: yes\n systemd:\n name: td-agent.service\n state: stopped\n\n- name: Enable td-agent service\n become: yes\n systemd:\n name: td-agent.service\n enabled: yes\n\n- name: Start td-agent s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
AleksandrSRS/pve_nginx
36bcaa7d26ab6e455bccc47353f813de2bc685a6
0
roles/nginx
380
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\r\n\r\n- name: Install Nginx Web Server on Debian Family\r\n apt:\r\n name=nginx\r\n state=latest\r\n when:\r\n ansible_os_family == \"Debian\"\r\n notify:\r\n - nginx systemd\r\n\r\n- name: Replace nginx.conf\r\n template:\r\n src=t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 686, "all_permissive": false }
ansible_role
kovacks08/ansiblelab
c0562115d1d3b9de6e4a113b969e2f91b8898776
0
roles/createvms
380
[ "no_license" ]
[ { "path": "roles/createvms/tasks/dns1.yml", "content": "---\n - name: Make sure bind service is installed\n yum: name=bind state=present\n tags:\n - deploy_all\n - deploy_linux\n\n - name: Ensure Firewalld service is stopped\n systemd: name=firewalld state=stopped enabled=...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 39071, "all_permissive": false }
ansible_role
kovacks08/ansiblelab
c0562115d1d3b9de6e4a113b969e2f91b8898776
0
roles/createzone
380
[ "no_license" ]
[ { "path": "roles/createzone/vars/main.yml", "content": "---\npassword: \"<PASSWORD>\"\nlab_name: \"lablon{{lab_number}}\"\ndb_server: \"vdc-lablon{{mgmt_lab_number}}-cpdb1.lablon{{mgmt_lab_number}}.cp.vdc\"\ncpman_server: \"vdc-lablon{{mgmt_lab_number}}-cpman1.lablon{{mgmt_lab_number}}.cp.vdc\"\n\nip_octet:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 19770, "all_permissive": false }
ansible_role
kovacks08/ansiblelab
c0562115d1d3b9de6e4a113b969e2f91b8898776
0
roles/installacs
380
[ "no_license" ]
[ { "path": "roles/installacs/tasks/cpman2.yml", "content": "---\n - include: cpman_pre.yml\n\n - name: Cloudstack Setup Databases cpman2\n command: \"/usr/bin/cloudstack-setup-databases cloud:{{password}}@{{db_server}} -e file -m {{password}} -k {{password}} -i {{ansible_hostname}}\"\n when: ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 32010, "all_permissive": false }
ansible_role
kovacks08/ansiblelab
c0562115d1d3b9de6e4a113b969e2f91b8898776
0
roles/kickstartfiles
380
[ "no_license" ]
[ { "path": "roles/kickstartfiles/handlers/main.yml", "content": "---\n - name: Restart dhcpd server\n systemd:\n name: dhcpd\n state: restarted\n delegate_to: vdc-lablon10-ks1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "role...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 27543, "all_permissive": false }
ansible_role
kovacks08/ansiblelab
c0562115d1d3b9de6e4a113b969e2f91b8898776
0
roles/labvcenter
380
[ "no_license" ]
[ { "path": "roles/labvcenter/tasks/main.yml", "content": "---\n\n #- include_vars: blades.yml\n # tags:\n # - always\n\n #- include_vars: vmware.yml\n #tags:\n #- always\n\n - name: Show variables from include\n with_subelements:\n - \"{{ clusters }}\"\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 22094, "all_permissive": false }
ansible_role
kovacks08/ansiblelab
c0562115d1d3b9de6e4a113b969e2f91b8898776
0
roles/postinstallvm
380
[ "no_license" ]
[ { "path": "roles/postinstallvm/tasks/cpman.yml", "content": "---\n - name: Ensure selinux python bindings are installed\n yum: name=libselinux-python state=present\n tags: always\n\n - name: Ensure the Apache Cloudstack Repo file exists as per template\n template: src=cloudstack.repo.j2...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 102518, "all_permissive": false }
ansible_role
vexxhost/atmosphere.common
c0624a0c26348e1acd7e5fe58c03c347296b5c25
1
roles/baremetal_operator
380
[ "no_license" ]
[ { "path": "roles/baremetal_operator/defaults/main.yaml", "content": "# Copyright (c) 2025 VEXXHOST, Inc.\n# SPDX-License-Identifier: Apache-2.0\n\n# Version of Ironic Standalone Operator to install\nbaremetal_operator_version: 0.10.2\n\n# Git repository location for Baremetal Operator\nbaremetal_operator_gi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3501, "all_permissive": false }
ansible_role
vexxhost/atmosphere.common
c0624a0c26348e1acd7e5fe58c03c347296b5c25
1
roles/cert_manager
380
[ "no_license" ]
[ { "path": "roles/cert_manager/defaults/main.yaml", "content": "# Copyright (c) 2025 VEXXHOST, Inc.\n# SPDX-License-Identifier: Apache-2.0\n\ncert_manager_helm_repository_url: https://charts.jetstack.io\ncert_manager_helm_chart_name: cert-manager\ncert_manager_helm_chart_version: 1.18.1\n\ncert_manager_helm_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3378, "all_permissive": false }
ansible_role
vexxhost/atmosphere.common
c0624a0c26348e1acd7e5fe58c03c347296b5c25
1
roles/dellhw_exporter
380
[ "no_license" ]
[ { "path": "roles/dellhw_exporter/README.md", "content": "# `dellhw_exporter`\n\n This is a role which will deploy `dellhw_exporter` using Helm against a Kubernetes\n cluster.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/dellhw_exporter/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1595, "all_permissive": false }
ansible_role
vexxhost/atmosphere.common
c0624a0c26348e1acd7e5fe58c03c347296b5c25
1
roles/download_artifact
380
[ "no_license" ]
[ { "path": "roles/download_artifact/vars/main.yaml", "content": "# Copyright (c) 2025 VEXXHOST, Inc.\n# SPDX-License-Identifier: Apache-2.0\n\n_download_artifact_goarch_groups:\n x86_64: amd64\n aarch64: arm64\n armv7l: arm\n\ndownload_artifact_goarch: >-\n {%- if ansible_facts['architecture'] in _downlo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3531, "all_permissive": false }
ansible_role
vexxhost/atmosphere.common
c0624a0c26348e1acd7e5fe58c03c347296b5c25
1
roles/external_secrets_operator
380
[ "no_license" ]
[ { "path": "roles/external_secrets_operator/tasks/main.yml", "content": "# Copyright (c) 2025 VEXXHOST, Inc.\n# SPDX-License-Identifier: Apache-2.0\n\n- name: Deploy Helm chart\n run_once: true\n kubernetes.core.helm:\n name: \"{{ external_secrets_operator_helm_release_name }}\"\n chart_repo_url: \"{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2519, "all_permissive": false }
ansible_role
vexxhost/atmosphere.common
c0624a0c26348e1acd7e5fe58c03c347296b5c25
1
roles/flux
380
[ "no_license" ]
[ { "path": "roles/flux/tasks/main.yaml", "content": "# Copyright (c) 2025 VEXXHOST, Inc.\n# SPDX-License-Identifier: Apache-2.0\n\n- name: Install Flux to cluster\n run_once: true\n changed_when: false\n ansible.builtin.command: \"{{ flux_download_unarchive_dest }}/flux install --registry={{ flux_image_re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1724, "all_permissive": false }
ansible_role
vexxhost/atmosphere.common
c0624a0c26348e1acd7e5fe58c03c347296b5c25
1
roles/ironic_standalone
380
[ "no_license" ]
[ { "path": "roles/ironic_standalone/README.md", "content": "# `ironic_standalone`\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/ironic_standalone/defaults/main.yaml", "content": "# Copyright (c) 2025 VEXXHOST, Inc.\n# SPDX-License-Iden...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2084, "all_permissive": false }
ansible_role
vexxhost/atmosphere.common
c0624a0c26348e1acd7e5fe58c03c347296b5c25
1
roles/ironic_standalone_operator
380
[ "no_license" ]
[ { "path": "roles/ironic_standalone_operator/defaults/main.yaml", "content": "# Copyright (c) 2025 VEXXHOST, Inc.\n# SPDX-License-Identifier: Apache-2.0\n\n# Version of Ironic Standalone Operator to install\nironic_standalone_operator_version: 0.3.0\n\n# Git repository location for Ironic Standalone Operator...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2369, "all_permissive": false }
ansible_role
vexxhost/atmosphere.common
c0624a0c26348e1acd7e5fe58c03c347296b5c25
1
roles/metrics_server
380
[ "no_license" ]
[ { "path": "roles/metrics_server/README.md", "content": "# `metrics-server`\n\n This is a role which will deploy `metrics-server` using Helm against a Kubernetes\n cluster.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/metrics_server/defa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1827, "all_permissive": false }
ansible_role
HanaHesham1/Konecta_graduation_project
0354f8abcc52dd7400faaf6e28317b71e2888261
0
terraform-infra/ansible/roles/jenkins
382
[ "no_license" ]
[ { "path": "terraform-infra/ansible/roles/jenkins/tasks/main.yml", "content": "---\n- name: Install Java (Jenkins dependency)\n apt:\n name: openjdk-11-jdk\n state: present\n update_cache: yes\n\n- name: Add Jenkins repo key\n apt_key:\n url: https://pkg.jenkins.io/debian/jenkins.io.key\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/application
382
[ "permissive" ]
[ { "path": "ansible/roles/application/tasks/install-helm-plugins.yml", "content": "---\n- name: Install helm plugins if needed\n block:\n - name: Get helm environment information\n command: \"{{ helm_bin_dir }}/helm env\"\n register: helm_env\n changed_when: false\n - name: Set helm dat...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 11588, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/application-override
382
[ "permissive" ]
[ { "path": "ansible/roles/application-override/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include application-override\"\n include_role:\n name: \"application-override\"\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1911, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/bash-completion
382
[ "permissive" ]
[ { "path": "ansible/roles/bash-completion/molecule/default/prepare.yml", "content": "---\n- name: Prepare\n hosts: all\n roles:\n # This role is played in prepare stage only to install kubectl which will be\n # used as a binary to test the bash-completion role\n - prepare-kubectl\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2778, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/cert-manager
382
[ "permissive" ]
[ { "path": "ansible/roles/cert-manager/README.md", "content": "Cert-manager provisioning role\n==============================\n\nDeploys cert-manager (https://cert-manager.io/) onto Kubernetes cluster into its own, separate namespace.\n\nRequirements\n------------\n\ncert-manager tgz package is expected to e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4409, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/certificates
382
[ "permissive" ]
[ { "path": "ansible/roles/certificates/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint: |\n set -e\n yamllint .\n ansible-lint .\n flake8\nplatforms:\n - name: infrastructure-server\n image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PRE...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 8842, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/chartmuseum
382
[ "permissive" ]
[ { "path": "ansible/roles/chartmuseum/molecule/default/tests/test_default.py", "content": "import os\n\nimport testinfra.utils.ansible_runner\n\ntestinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(\n os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')\n\n\ndef test_chartmuseum_dir(host):\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2941, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/chrony
382
[ "permissive" ]
[ { "path": "ansible/roles/chrony/tasks/main.yml", "content": "---\n- name: Install Chrony - Ubuntu\n package:\n name: \"chrony\"\n state: present\n when: ansible_distribution in [\"Ubuntu\",\"Debian\"]\n\n- name: Check if server mode\n set_fact:\n chrony_mode: 'server'\n when: \"'infrastructure'...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7118, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/dns
382
[ "permissive" ]
[ { "path": "ansible/roles/dns/tasks/main.yml", "content": "---\n- name: Ensure cfg directory exist\n file:\n path: \"{{ app_data_path }}/cfg\"\n state: directory\n\n- name: Stop systemd-resolved daemon - Ubuntu\n systemd:\n name: systemd-resolved\n state: stopped\n when: ansible_distribution i...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 3622, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/docker
382
[ "permissive" ]
[ { "path": "ansible/roles/docker/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint: |\n set -e\n yamllint .\n ansible-lint .\n flake8\nplatforms:\n - name: infrastructure-server\n image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4993, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/firewall
382
[ "permissive" ]
[ { "path": "ansible/roles/firewall/molecule/default/tests/test_default.py", "content": "import os\n\nimport testinfra.utils.ansible_runner\n\ntestinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(\n os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')\n\n\ndef test_firewall_service_disabled(ho...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1731, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/helm
382
[ "permissive" ]
[ { "path": "ansible/roles/helm/molecule/default/tests/test_default.py", "content": "import os\n\nimport testinfra.utils.ansible_runner\n\ntestinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(\n os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')\n\n\ndef test_helm(host):\n assert host.fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2262, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/k8s-persistent-volume
382
[ "permissive" ]
[ { "path": "ansible/roles/k8s-persistent-volume/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n pre_tasks:\n - name: Include kubernetes group variables\n include_vars: ../../../../group_vars/kubernetes.yml\n - name: Include test scenario variables\n include_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2685, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/kube-prometheus-stack
382
[ "permissive" ]
[ { "path": "ansible/roles/kube-prometheus-stack/molecule/default/prepare.yml", "content": "---\n- name: Prepare infra for kube-prometheus-stack role\n hosts: all\n pre_tasks:\n - name: Include infrastructure group variables\n include_vars: ../../../../group_vars/infrastructure.yml\n tasks:\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8945, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/kubectl
382
[ "permissive" ]
[ { "path": "ansible/roles/kubectl/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n roles:\n - kubectl\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 57 }, { "path": "ansible/roles/kubectl/molecule/ubunt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1805, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/nexus
382
[ "permissive" ]
[ { "path": "ansible/roles/nexus/tasks/install.yml", "content": "---\n- name: Change ownership of nexus_data\n file:\n path: \"{{ app_data_path }}/nexus_data\"\n owner: 200\n group: 200\n recurse: true\n\n- name: Load nexus image\n docker_image:\n name: \"{{ nexus3_image }}\"\n load_path: ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 7682, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/nfs
382
[ "permissive" ]
[ { "path": "ansible/roles/nfs/molecule/ubuntu/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint: |\n set -e\n yamllint .\n ansible-lint .\n flake8\nplatforms:\n - name: kubernetes-node-1\n image: molecule-${PREBUILD_PLATFORM_DISTRO:-ubuntu}:${PREBUILD_DISTRO_V...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 6008, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/nginx
382
[ "permissive" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf.j2", "content": "worker_processes 2;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n server_names_hash_bucket_size 64;\n error_log /var/log/nginx/error.log debug;\n access_log /var/log/nginx/access.log;\n\n proxy_intercept_errors on;\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4014, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/package-repository
382
[ "permissive" ]
[ { "path": "ansible/roles/package-repository/molecule/default/tests/test_default.py", "content": "import os\n\nimport testinfra.utils.ansible_runner\n\ntestinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(\n os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')\n\n\ndef test_etc_resolv_conf_fi...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 7362, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/package-repository-check
382
[ "permissive" ]
[ { "path": "ansible/roles/package-repository-check/tasks/Debian.yml", "content": "---\n- name: verify\n block:\n # Clean cache prior to refreshing\n - name: Clean apt cache\n command: apt clean && apt autoclean\n args:\n warn: false\n tags:\n - molecule-idempotence-notest\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4748, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/rancher
382
[ "permissive" ]
[ { "path": "ansible/roles/rancher/defaults/main.yml", "content": "---\nrancher_server_url: \"http://{{ hostvars[groups.infrastructure.0].cluster_ip }}:8080\"\nrancher_remove_other_env: true\nrancher_redeploy_k8s_env: true\nrancher_cluster_health_state: healthy\nrancher_cluster_health_check_retries: 30\nkube_...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 9679, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/resource-data
382
[ "permissive" ]
[ { "path": "ansible/roles/resource-data/tasks/unarchive-nfs-resource.yml", "content": "---\n#\n# Expected variables\n# resources_source_host\n# resources_dir\n# resource_source_filename\n# resource_destination_directory\n# Output is upload_failed true/false\n#\n- name: \"Upload resource {{ resources_...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 11735, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/rke
382
[ "permissive" ]
[ { "path": "ansible/roles/rke/molecule/default/converge.yml", "content": "---\n- name: \"Set cluster_ip\"\n hosts: all\n tasks:\n - name: \"Set cluster_ip fact\"\n set_fact:\n cluster_ip: \"{{ ansible_default_ipv4.address }}\"\n\n- name: Configure etcd (RKE)\n hosts: kubernetes-etcd\n role...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 11859, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/setup
382
[ "permissive" ]
[ { "path": "ansible/roles/setup/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint: |\n set -e\n yamllint .\n ansible-lint .\n flake8\nplatforms:\n - name: instance\n image: ${PLATFORM_DISTRO:-centos}:${DISTRO_VERSION:-7}\nprovisioner:\n name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2386, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/strimzi-kafka-operator
382
[ "permissive" ]
[ { "path": "ansible/roles/strimzi-kafka-operator/tasks/main.yml", "content": "---\n- name: Check {{ strimzi_kafka.helm_release_name }} helm package exists\n stat:\n path: \"{{ app_data_path }}/downloads/strimzi-kafka-operator-helm-3-chart-{{ strimzi_kafka_version }}.tgz\"\n register: strimzi_kafka_packa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1743, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/roles/vncserver
382
[ "permissive" ]
[ { "path": "ansible/roles/vncserver/tasks/main.yml", "content": "---\n- name: Load VNC server image\n docker_image:\n name: \"{{ vnc_server_image }}\"\n load_path: \"{{ infra_images_path }}/{{ vnc_server_image_tar }}\"\n state: present\n source: load\n timeout: 120\n\n- name: Start VNC server...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2409, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/cleanup-application
382
[ "permissive" ]
[ { "path": "ansible/test/roles/cleanup-application/tasks/main.yml", "content": "---\n- name: Clean application role mocked artifacts directories\n file:\n path: \"{{ item }}\"\n state: absent\n delegate_to: localhost\n loop:\n - certs\n - application\n", "license_type": "permissive", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/cleanup-application-override
382
[ "permissive" ]
[ { "path": "ansible/test/roles/cleanup-application-override/tasks/main.yml", "content": "- name: \"Clean application-override mocked certificate directory\"\n file:\n path: \"{{ playbook_dir }}/certs\"\n state: absent\n delegate_to: localhost\n", "license_type": "permissive", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/cleanup-certificates
382
[ "permissive" ]
[ { "path": "ansible/test/roles/cleanup-certificates/tasks/main.yml", "content": "---\n- name: Clean certificates role ephemeral directories\n file:\n path: \"{{ item }}\"\n state: absent\n delegate_to: localhost\n loop:\n - certs\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/cleanup-dns
382
[ "permissive" ]
[ { "path": "ansible/test/roles/cleanup-dns/tasks/main.yml", "content": "---\n- name: Remove saved dnsmasq image\n delegate_to: localhost\n file:\n path: /tmp/dnsmasq.tar\n state: absent\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 117 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/cleanup-nexus
382
[ "permissive" ]
[ { "path": "ansible/test/roles/cleanup-nexus/tasks/main.yml", "content": "---\n- name: Remove saved docker images\n delegate_to: localhost\n file:\n path: \"{{ item.archive_path }}\"\n state: absent\n loop: \"{{ prepare_nexus_images }}\"\n", "license_type": "permissive", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/cleanup-nfs
382
[ "permissive" ]
[ { "path": "ansible/test/roles/cleanup-nfs/tasks/main.yml", "content": "- name: \"Unmount /dockerdata-nfs if mounted\"\n ignore_errors: true\n mount:\n path: /dockerdata-nfs\n state: unmounted\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/cleanup-nginx
382
[ "permissive" ]
[ { "path": "ansible/test/roles/cleanup-nginx/tasks/main.yml", "content": "---\n- name: Remove saved nginx docker image\n delegate_to: localhost\n file:\n path: /tmp/nginx.tar\n state: absent\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/cleanup-vncserver
382
[ "permissive" ]
[ { "path": "ansible/test/roles/cleanup-vncserver/tasks/main.yml", "content": "---\n- name: Remove saved vncserver docker image\n delegate_to: localhost\n file:\n path: /tmp/vncserver.tar\n state: absent\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-application
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-application/defaults/main.yml", "content": "---\nsimulate_helm: true\napp_helm_charts_install_directory: application/helm_charts\nhelm_simulation_output_file: /tmp/helm_simu_output\napplication_pre_install_role: application/test-patch-role\napplication_post_install_role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1969, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-application-override
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-application-override/tasks/main.yml", "content": "- name: \"Create certificate directory\"\n file:\n path: \"{{ playbook_dir }}/certs\"\n state: directory\n delegate_to: localhost\n\n- name: \"Create dummy cert file\"\n copy:\n content: |\n this is dumm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-cert-manager
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-cert-manager/tasks/main.yml", "content": "---\n- name: \"Ensure {{ app_data_path }}/downloads directory exists\"\n file:\n path: \"{{ app_data_path }}/downloads\"\n recurse: true\n state: directory\n\n- name: \"Download cert-manager-v{{ cert_manager_version }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-chartmuseum
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-chartmuseum/tasks/main.yml", "content": "---\n- name: \"Create chartmuseum image storage dir\"\n file:\n path: \"{{ infra_images_path }}\"\n state: directory\n mode: \"u+rw,g+wx,o+rwx\"\n recurse: true\n\n- name: Download and archive chartmuseum docker imag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-chrony
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-chrony/vars/main.yml", "content": "---\npackages:\n - chrony\n - tzdata\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 36 }, { "path": "ansible/test/roles/prepare-chrony/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 152, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-common
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-common/tasks/main.yml", "content": "---\n- name: \"Set cluster_ip fact\"\n set_fact:\n cluster_ip: \"{{ ansible_default_ipv4.address }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-dns
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-dns/tasks/main.yml", "content": "---\n- name: \"Create needed dirs for dns role\"\n file:\n path: \"{{ item }}\"\n state: directory\n mode: \"u+rw,g+wx,o+rwx\"\n recurse: true\n loop:\n - \"{{ app_data_path }}/cfg\"\n - \"{{ infra_images_path }}\"\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-docker-dind
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-docker-dind/tasks/main.yml", "content": "---\n- include: rhel.yml\n when: ansible_distribution in [\"CentOS\",\"Red Hat Enterprise Linux\"]\n\n- include: ubuntu.yml\n when: ansible_distribution in [\"Ubuntu\",\"Debian\"]", "license_type": "permissive", "detect...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1987, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-firewall
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-firewall/tasks/main.yml", "content": "---\n- name: Install firewall\n package:\n name: \"{{ firewall.package_name[ansible_facts.os_family] }}\"\n state: present\n\n- name: Start and enable firewall\n service:\n name: \"{{ firewall.package_name[ansible_facts.o...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-helm
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-helm/tasks/main.yml", "content": "---\n- name: \"Ensure {{ app_data_path }}/downloads directory exists\"\n file:\n path: \"{{ app_data_path }}/downloads\"\n recurse: true\n state: directory\n\n- name: \"Download helm-{{ helm_version }}\"\n get_url:\n url: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 726, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-kube-prometheus-stack
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-kube-prometheus-stack/tasks/main.yml", "content": "---\n- name: \"Ensure {{ app_data_path }}/downloads directory exists\"\n file:\n path: \"{{ app_data_path }}/downloads\"\n recurse: true\n state: directory\n\n- name: \"Download kube-prometheus-stack-{{ kube_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-kubectl
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-kubectl/defaults/main.yml", "content": "---\n# Set to false to download kubectl in preparation for kubectl role that\n# needs to install it, set to true to immediately install (needed for\n# cases where it is used by verification tests of other roles).\nkubectl_install:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 852, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-nexus
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-nexus/vars/main.yml", "content": "---\n# Hosts to be added to /etc/hosts file.\netc_hosts:\n - nexus.infrastructure-server\n - nexus3.onap.org\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 107 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1644, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-nginx
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-nginx/tasks/main.yml", "content": "---\n- name: \"Create needed dirs for nginx role\"\n file:\n path: \"{{ item }}\"\n state: directory\n mode: \"u+rw,g+wx,o+rwx\"\n recurse: true\n loop:\n - \"{{ infra_images_path }}\"\n\n- name: Build nginx docker ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-package-repository
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-package-repository/tasks/main.yml", "content": "---\n- name: Add Docker-CE repo\n yum_repository:\n name: docker-ce\n description: Docker-ce YUM repo\n baseurl: https://download.docker.com/linux/centos/7/x86_64/stable/\n gpgcheck: true\n gpgkey: https://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 887, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-resource-data
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-resource-data/tasks/prepare-infra-server.yml", "content": "---\n- name: Make sure the target dirs (where data is put i.e. what the whole resource-data role is testing) are empty at first\n file:\n path: \"{{ item }}\"\n state: absent\n loop:\n - aux_data_path...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2421, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-rke
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-rke/tasks/infra.yml", "content": "---\n- name: \"Ensure {{ app_data_path }} exists\"\n file:\n path: \"{{ app_data_path }}/downloads\"\n state: directory\n\n- name: \"Create rke binary wrapper\"\n template:\n src: rke.j2\n dest: \"{{ app_data_path }}/downl...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1194, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-strimzi-kafka-operator
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-strimzi-kafka-operator/tasks/main.yml", "content": "---\n- name: \"Ensure {{ app_data_path }}/downloads directory exists\"\n file:\n path: \"{{ app_data_path }}/downloads\"\n recurse: true\n state: directory\n\n- name: \"Download strimzi-kafka-operator-helm-3-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
ansible/test/roles/prepare-vncserver
382
[ "permissive" ]
[ { "path": "ansible/test/roles/prepare-vncserver/tasks/main.yml", "content": "---\n- name: \"Create needed dirs for vncserver role\"\n file:\n path: \"{{ item }}\"\n state: directory\n mode: \"u+rw,g+wx,o+rwx\"\n recurse: true\n loop:\n - \"{{ infra_images_path }}\"\n\n- name: Download and a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
tools/cicdansible/roles/configure_instances
382
[ "permissive" ]
[ { "path": "tools/cicdansible/roles/configure_instances/tasks/general.yml", "content": "#General instance configuration.\n#Modify /etc/hosts on every instance to add every instance there including itself.\n- name: \"Add hosts to /etc/hosts\"\n lineinfile:\n path: /etc/hosts\n insertafter: EOF\n reg...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1859, "all_permissive": true }
ansible_role
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
tools/cicdansible/roles/install
382
[ "permissive" ]
[ { "path": "tools/cicdansible/roles/install/tasks/install.yml", "content": "#Onap installation tasks\n#Copy ssh private key used for resource server access\n- name: \"Copy resource server access key\"\n copy:\n src: \"{{ hostvars[groups['resources'][0]].ansible_private_key_file }}\"\n dest: \"{{ ansib...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4293, "all_permissive": true }