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
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/create_lpar
1,719
[ "no_license" ]
[ { "path": "roles/create_lpar/tasks/main.yaml", "content": "---\n\n#Create LPAR Profile\n- name: Create logical partition.\n tags: create_lpar, lpar\n ibm.ibm_zhmc.zhmc_partition:\n hmc_host: \"{{ hmc.host }}\"\n hmc_auth: \n userid: \"{{ hmc.auth.user }}\"\n password: \"{{ <PASSWORD> }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3739, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/delete_compute_node
1,719
[ "no_license" ]
[ { "path": "roles/delete_compute_node/vars/main.yaml", "content": "---\nparam_compute_node:\n # vm_name:\n # vm_hostname:\n # vm_ip:\n # hostname:\n # host_arch:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/delete_compute_node/tasks/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1631, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/delete_nodes
1,719
[ "no_license" ]
[ { "path": "roles/delete_nodes/tasks/main.yaml", "content": "---\n\n- name: Delete bootstrap node, if exists\n tags: delete_nodes\n ansible.builtin.shell: |\n set -o pipefail\n virsh destroy \"{{ env.cluster.nodes.bootstrap.vm_name }}\" || true\n virsh undefine \"{{ env.cluster.nodes.bootstrap.vm_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1234, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/delete_resources_bastion_hcp
1,719
[ "no_license" ]
[ { "path": "roles/delete_resources_bastion_hcp/tasks/main.yaml", "content": "---\n\n- name: Login to Management Cluster\n ansible.builtin.command: oc login {{ api_server }} -u {{ user_name }} -p {{ password }} --insecure-skip-tls-verify=true\n\n- name: Checking Nodepool\n ansible.builtin.command: oc get np...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7972, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/delete_resources_kvm_host_hcp
1,719
[ "no_license" ]
[ { "path": "roles/delete_resources_kvm_host_hcp/tasks/main.yaml", "content": "---\n- name: List all VMs\n community.libvirt.virt:\n command: list_vms\n register: all_vms\n\n- name: List only running VMs\n community.libvirt.virt:\n command: list_vms\n state: running\n register: running_vms\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2792, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/destroy_bastion
1,719
[ "no_license" ]
[ { "path": "roles/destroy_bastion/tasks/main.yaml", "content": "---\n- name: Delete Bastion\n ansible.builtin.shell: |\n virsh destroy {{ env.bastion.vm_name }} || true\n virsh undefine {{ env.bastion.vm_name }} --remove-all-storage --nvram || true\n register: delete_bastion\n changed_when: \"('dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/disconnected_apply_operator_manifests_to_cluster
1,719
[ "no_license" ]
[ { "path": "roles/disconnected_apply_operator_manifests_to_cluster/tasks/main.yaml", "content": "---\n- name: disconnected apply operator manifests\n tags: disconnected_apply_operator_manifests\n block:\n - name: sync the image set results to install directory\n tags: disconnected_apply_operator_ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 790, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/disconnected_check_vars
1,719
[ "no_license" ]
[ { "path": "roles/disconnected_check_vars/tasks/main.yaml", "content": "---\n\n- name: 'Check mandatory variables are defined for disconnected'\n block:\n - name: \"check mandatory variables for disconnected are set\"\n assert:\n that:\n - disconnected.registry.url is defined and dis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1552, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/disconnected_mirror_images
1,719
[ "no_license" ]
[ { "path": "roles/disconnected_mirror_images/templates/resolv.conf.j2", "content": "search {{ env.cluster.networking.base_domain }}\nnameserver {{ env.bastion.networking.nameserver1 }}\n{{ ('nameserver ' + env.bastion.networking.nameserver2) if env.bastion.networking.nameserver2 is defined else '' }}\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8404, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/dns
1,719
[ "no_license" ]
[ { "path": "roles/dns/templates/initial-resolv.conf.j2", "content": "search {{ env.bastion.networking.base_domain }}\nnameserver {{ env.bastion.networking.forwarder }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/dns/tasks/initial-resolv.ya...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 13209, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/dns_update
1,719
[ "no_license" ]
[ { "path": "roles/dns_update/tasks/main.yaml", "content": "---\n\n- name: Load DNS update task\n ansible.builtin.include_tasks: \"{{ param_dns_cmd }}.yaml\"\n\n- name: Restart 'named' service to update changes\n become: true\n ansible.builtin.systemd:\n name: named\n state: restarted\n", "licens...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2209, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/download_ocp_installer
1,719
[ "no_license" ]
[ { "path": "roles/download_ocp_installer/tasks/main.yaml", "content": "---\n- name: Download OpenShift Installer (fips=false)\n ansible.builtin.get_url:\n url: \"{{ abi.ocp_installer_base_url }}/{{ abi.architecture | lower }}/clients/ocp/{{ abi.ocp_installer_version }}/{{ 's390x/' if abi.architecture | l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2679, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/download_rootfs_hcp
1,719
[ "no_license" ]
[ { "path": "roles/download_rootfs_hcp/tasks/main.yaml", "content": "---\n- name: install apache httpd\n package:\n name: httpd\n state: latest\n\n- name: bind httpd to port 8080 \n lineinfile:\n dest: /etc/httpd/conf/httpd.conf\n regexp: ^Listen 80\n line: Listen 8080\n \n- name: bind htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1752, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/get_ocp
1,719
[ "no_license" ]
[ { "path": "roles/get_ocp/templates/install-config.yaml.j2", "content": "apiVersion: {{ install_config_vars.api_version }}\nbaseDomain: {{ env.cluster.networking.base_domain }}\n{% if use_proxy == true %}\n{{ 'proxy: ' }}\n{{ ' httpProxy: ' + proxy_http }}\n{{ ' httpsProxy: ' + proxy_https }}\n{{ ' noProx...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10735, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/haproxy
1,719
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yaml", "content": "---\n\n- name: Change permissive domain for haproxy\n tags: selinux,haproxy\n selinux_permissive:\n name: haproxy_t\n permissive: true\n\n- name: Use template to create haproxy config file\n tags: haproxy\n template:\n src: haproxy.cfg.j2\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6834, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/haproxy_update
1,719
[ "no_license" ]
[ { "path": "roles/haproxy_update/tasks/main.yaml", "content": "---\n\n- name: Load haproxy update task\n ansible.builtin.include_tasks: \"{{ param_haproxy_cmd }}.yaml\"\n\n- name: Restart 'haproxy' service to update changes\n become: true\n ansible.builtin.systemd:\n name: haproxy\n state: restarted...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1676, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/httpd
1,719
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yaml", "content": "---\n\n- name: Change permissive domain for httpd\n tags: httpd\n selinux_permissive:\n name: httpd_t\n permissive: true\n\n- name: Allow httpd to listen on tcp port 4443\n tags: httpd\n community.general.seport:\n ports: 4443\n proto: tcp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/install_galaxy
1,719
[ "no_license" ]
[ { "path": "roles/install_galaxy/tasks/main.yaml", "content": "--- \n- name: Print the list of Ansible Galaxy collection packages...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 637, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/install_mce_operator
1,719
[ "no_license" ]
[ { "path": "roles/install_mce_operator/templates/OperatorGroup.yaml.j2", "content": "apiVersion: operators.coreos.com/v1\nkind: OperatorGroup\nmetadata:\n name: multicluster-engine\n namespace: \"{{ hcp.asc.mce_namespace }}\"\nspec:\n targetNamespaces:\n - \"{{ hcp.asc.mce_namespace }}\"\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3621, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/install_packages
1,719
[ "no_license" ]
[ { "path": "roles/install_packages/tasks/main.yaml", "content": "---\n- name: Print the list of packages to be installed and updated.\n tags: install_packages\n debug: msg={{ vars[packages] }} \n\n- name: Getting OS Version\n shell: cat /etc/*release | grep 'VERSION_ID' | cut -d \"=\" -f 2 | tr -d '\"'\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1368, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/install_prereqs_bastion_hcp
1,719
[ "no_license" ]
[ { "path": "roles/install_prereqs_bastion_hcp/templates/forward.zone.j2", "content": "$TTL 900\n\n@ IN SOA bastion.{{ hcp.control_plane.hosted_cluster_name }}.{{ hcp.control_plane.basedomain }}. hostmaster.{{ hcp.control_plane.hosted_cluster_name }}.{{ hcp.control_plane.basedomain }}. (\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 11040, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/install_prerequisites_host_hcp
1,719
[ "no_license" ]
[ { "path": "roles/install_prerequisites_host_hcp/tasks/main.yaml", "content": "---\n- name: Check if SSH key exists\n stat:\n path: \"~/.ssh/{{ hcp.ansible_key_name }}.pub\"\n register: ssh_key\n\n- name: Generate an OpenSSH keypair with the default values (4096 bits, RSA)\n community.crypto.openssh_ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1913, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/install_tessia_baselib
1,719
[ "no_license" ]
[ { "path": "roles/install_tessia_baselib/defaults/main.yaml", "content": "# Packages\npkgs_zvm: [ git, python3-pip, python3-devel, openssl-devel, rust, cargo, libffi-devel, wget, tar, jq, gcc, make, x3270, python39 ]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 757, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/macvtap
1,719
[ "no_license" ]
[ { "path": "roles/macvtap/templates/macvtap.xml.j2", "content": "<network>\n <name>{{ env.vnet_name }}</name>\n <forward dev='{{ networking.device1 }}' mode='bridge'>\n <interface dev='{{ networking.device1 }}'/>\n </forward>\n</network>\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 681, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/offline_artifacts
1,719
[ "no_license" ]
[ { "path": "roles/offline_artifacts/tasks/main.yaml", "content": "---\n- name: Offline Artifacts\n block:\n - name: Get user home directory \n shell: >\n getent passwd {{ ansible_user }} | awk -F: '{ print $6 }'\n changed_when: false\n register: user_home\n\n - name: Delete OC...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3828, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/prepare_configs
1,719
[ "no_license" ]
[ { "path": "roles/prepare_configs/tasks/main.yaml", "content": "---\n- name: Delete OCP Work Directory For Idempotency.\n file:\n path: ~/ansible_workdir\n state: absent\n\n- name: Create Work Directory\n file:\n path: ~/ansible_workdir\n state: directory\n\n- name: Prepare Agent Config\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5880, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/print_node_status
1,719
[ "no_license" ]
[ { "path": "roles/print_node_status/tasks/main.yaml", "content": "---\n# Paranoia check. This task should be executed only from one host\n- name: Check parameters\n ansible.builtin.fail:\n msg: \"Too many hosts defined in ansible play: {{ ansible_play_hosts }}\"\n when: ((ansible_play_hosts | length) >...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/robertdebock.epel
1,719
[ "no_license" ]
[ { "path": "roles/robertdebock.epel/tasks/assert.yml", "content": "---\n- name: Ensure that `epel_next` is set correctly.\n ansible.builtin.assert:\n quiet: yes\n that:\n - epel_next is defined\n - epel_next is bool\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 778, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/robertdebock.openvpn
1,719
[ "no_license" ]
[ { "path": "roles/robertdebock.openvpn/tasks/assert.yml", "content": "---\n\n- name: test if openvpn_role is set correctly\n ansible.builtin.assert:\n that:\n - openvpn_role is defined\n - openvpn_role is string\n - openvpn_role in [ \"client\", \"server\" ]\n quiet: yes\n\n- name: test...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 11391, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/scale_nodepool_and_wait_for_compute_hcp
1,719
[ "no_license" ]
[ { "path": "roles/scale_nodepool_and_wait_for_compute_hcp/tasks/main.yaml", "content": "---\n\n- name: Wait for agents to join the cluster\n k8s_info:\n api_version: agent-install.openshift.io/v1beta1\n kind: Agent\n namespace: \"{{ hcp.control_plane.hosted_cluster_name }}-agents\"\n register: age...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2904, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/set_firewall
1,719
[ "no_license" ]
[ { "path": "roles/set_firewall/tasks/main.yaml", "content": "---\n\n- name: start firewalld service\n service:\n name: firewalld\n state: started\n enabled: true\n\n- name: Add ports to firewall\n tags: set_firewall\n firewalld:\n port: \"{{ item }}\"\n permanent: yes\n state: enabled\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1068, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/set_inventory
1,719
[ "no_license" ]
[ { "path": "roles/set_inventory/tasks/main.yaml", "content": "---\n\n- name: Find inventory directory from ansible.cfg\n tags: set_inventory\n shell: cat {{ ansible_config_file }} | grep 'inventory=' | cut -f2 -d\"=\"\n register: find_inventory\n\n- name: Find absolute path to project.\n tags: set_invent...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3807, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/setup_for_agents_hcp
1,719
[ "no_license" ]
[ { "path": "roles/setup_for_agents_hcp/tasks/main.yaml", "content": "---\n- name: Create Installation directory\n file:\n path: /var/lib/libvirt/images/pxeboot\n state: directory\n mode: '0755'\n\n- name: Get URL for initrd.img\n shell: oc -n \"{{ hcp.control_plane.hosted_cluster_name }}-agents\" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2288, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/setup_params
1,719
[ "no_license" ]
[ { "path": "roles/setup_params/tasks/main.yaml", "content": "---\n- name: Ensure the PXE boot directory exists\n ansible.builtin.file:\n path: /var/lib/libvirt/images/pxeboot\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n- name: Generate param files\n ansible.builtin.templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1203, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/ssh_add_config
1,719
[ "no_license" ]
[ { "path": "roles/ssh_add_config/tasks/main.yaml", "content": "---\n\n- name: Create ssh config file (or add to an exsting file) to if network mode is NAT\n tags: ssh_copy_id, ssh\n ansible.builtin.blockinfile:\n path: ~/.ssh/config\n backup: true\n create: true\n mode: '0644'\n block: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 669, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/ssh_agent
1,719
[ "no_license" ]
[ { "path": "roles/ssh_agent/tasks/main.yaml", "content": "---\n- name: Ensure ~/.bash_profile exists\n ansible.builtin.file:\n path: ~/.bash_profile\n state: touch\n mode: '0644'\n\n- name: Add ansible SSH key to ssh-agent\n tags: ssh_agent, ssh\n lineinfile:\n line: \"eval $(ssh-agent) && ssh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/ssh_copy_id
1,719
[ "no_license" ]
[ { "path": "roles/ssh_copy_id/tasks/main.yaml", "content": "---\n\n- name: Load in variables\n tags: ssh_copy_id, ssh\n include_vars: \"{{ inventory_dir }}/group_vars/all.yaml\"\n\n- name: Delete SSH key from known hosts if it already exists for idempotency\n tags: ssh_copy_id, ssh\n lineinfile:\n pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2700, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/ssh_key_gen
1,719
[ "no_license" ]
[ { "path": "roles/ssh_key_gen/tasks/main.yaml", "content": "---\n\n- name: Check to see if local SSH directory exists\n tags: ssh_key_gen, ssh\n stat:\n path: \"~/.ssh\"\n register: ssh_directory_exists_check\n\n- name: Create SSH local directory if it doesn't already exist\n tags: ssh_key_gen, ssh\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1074, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/ssh_ocp_key_gen
1,719
[ "no_license" ]
[ { "path": "roles/ssh_ocp_key_gen/tasks/main.yaml", "content": "---\n\n- name: Check to see if local SSH directory exists\n tags: ssh_ocp_key_gen\n stat:\n path: /root/.ssh\n register: ssh_directory_exists_check\n\n- name: Create SSH local directory if it doesn't already exist\n tags: ssh_ocp_key_gen\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1165, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/update_cfgs
1,719
[ "no_license" ]
[ { "path": "roles/update_cfgs/tasks/main.yaml", "content": "---\n\n### Setup\n\n- name: Create directory for KVM host's RHEL configuration files for installation.\n tags: update_cfgs\n file:\n path: '{{ env.file_server.cfgs_dir }}/{{ networking.hostname }}'\n state: directory\n\n- name: Clean-up old ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6851, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/update_ignition_files
1,719
[ "no_license" ]
[ { "path": "roles/update_ignition_files/templates/udp-aggregation-config.yaml", "content": "apiVersion: v1\nkind: ConfigMap\ndata:\n disable-udp-aggregation: \"true\"\nmetadata:\n name: udp-aggregation-config\n namespace: openshift-network-operator\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2186, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/wait_for_bootstrap
1,719
[ "no_license" ]
[ { "path": "roles/wait_for_bootstrap/tasks/main.yaml", "content": "---\n\n- name: \"Wait for first node-bootstrapper request. Takes < 10 min with good network connection (retry every 30s)...To watch progress, \\\nSSH to root@bastion, SSH to core@bootstrap-ip and run 'journalctl -b -f -u release-image.service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1823, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/wait_for_cluster_operators
1,719
[ "no_license" ]
[ { "path": "roles/wait_for_cluster_operators/tasks/main.yaml", "content": "---\n\n- name: Wait for cluster operators\n tags: wait_for_cluster_operators\n ansible.builtin.include_tasks: check_co.yaml\n with_items:\n - \"First\"\n - \"Second\"\n - \"Third\"\n - \"Fourth\"\n - \"Fifth and last...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2006, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/wait_for_hc_to_complete_hcp
1,719
[ "no_license" ]
[ { "path": "roles/wait_for_hc_to_complete_hcp/tasks/main.yaml", "content": "---\n\n- name: Wait for All Cluster Operators to be available\n shell: oc get co --kubeconfig=/root/ansible_workdir/hcp-kubeconfig --no-headers| awk '$3 != \"True\" {print $1}' | wc -l\n register: co\n until: co.stdout == '0'\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1790, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/wait_for_install_complete
1,719
[ "no_license" ]
[ { "path": "roles/wait_for_install_complete/tasks/main.yaml", "content": "---\n- name: Almost there! Add host info to /etc/hosts so you can login to the cluster via web browser. Ansible Controller sudo password required\n tags: wait_for_install_complete\n become: true\n blockinfile:\n create: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1982, "all_permissive": false }
ansible_role
IBM/Ansible-OpenShift-Provisioning
03d6d8d6ce7781fb0c10ce38b5cfca2c9a0599fc
20
roles/wait_for_node
1,719
[ "no_license" ]
[ { "path": "roles/wait_for_node/vars/main.yaml", "content": "---\nwait_for_node_name:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/wait_for_node/tasks/main.yaml", "content": "---\n\n- name: Get and print nodes status\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 613, "all_permissive": false }
ansible_role
nikitinya89/ansible_docker_prometheus
06d6363d52c9801dd16fd854663f740c69712b92
0
roles/alertmanager
1,719
[ "no_license" ]
[ { "path": "roles/alertmanager/tasks/main.yml", "content": "- name: Create Alertmanager user\n user:\n name: alertmanager\n shell: /sbin/nologin\n create_home: false\n system: true\n state: present\n register: alertmanager_user\n tags: alertmanager\n\n- name: Get UID and GID for alertmanage...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2621, "all_permissive": false }
ansible_role
nikitinya89/ansible_docker_prometheus
06d6363d52c9801dd16fd854663f740c69712b92
0
roles/blackbox_exporter
1,719
[ "no_license" ]
[ { "path": "roles/blackbox_exporter/handlers/main.yml", "content": "- name: Restart blackbox exporter\n docker_container:\n name: blackbox_exporter\n state: started\n restart: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2165, "all_permissive": false }
ansible_role
nikitinya89/ansible_docker_prometheus
06d6363d52c9801dd16fd854663f740c69712b92
0
roles/docker
1,719
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install required packages\n apt:\n name:\n - ca-certificates\n - curl\n state: present\n update_cache: true\n\n- name: Create the keyrings directory\n file:\n path: /etc/apt/keyrings\n state: directory\n mode: '0755'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1041, "all_permissive": false }
ansible_role
nikitinya89/ansible_docker_prometheus
06d6363d52c9801dd16fd854663f740c69712b92
0
roles/grafana
1,719
[ "no_license" ]
[ { "path": "roles/grafana/handlers/main.yml", "content": "- name: Restart grafana\n docker_container:\n name: grafana\n state: started\n restart: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/grafana/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1500, "all_permissive": false }
ansible_role
nikitinya89/ansible_docker_prometheus
06d6363d52c9801dd16fd854663f740c69712b92
0
roles/nginx
1,719
[ "no_license" ]
[ { "path": "roles/nginx/templates/monitoring-proxy.conf.j2", "content": "server {\n listen {{ nginx_port }} default_server;\n{% if enable_ssl == true %}\n listen {{ nginx_ssl_port }} ssl;\n{% endif %}\n server_name {{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6087, "all_permissive": false }
ansible_role
nikitinya89/ansible_docker_prometheus
06d6363d52c9801dd16fd854663f740c69712b92
0
roles/node_exporter
1,719
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yml", "content": "- name: Create Node Exporter user\n user:\n name: node_exporter\n shell: /sbin/nologin\n create_home: false\n system: true\n state: present\n register: node_exporter_user\n tags: node_exporter\n\n- name: Get UID and GID for node_e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 971, "all_permissive": false }
ansible_role
nikitinya89/ansible_docker_prometheus
06d6363d52c9801dd16fd854663f740c69712b92
0
roles/prometheus
1,719
[ "no_license" ]
[ { "path": "roles/prometheus/handlers/main.yml", "content": "- name: Restart prometheus\n docker_container:\n name: prometheus\n state: started\n restart: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/prometheus/files/rules...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6354, "all_permissive": false }
ansible_role
smayya337/kazoo
86c1740e8b78e6fccbd5e097215204fa8e5ab8a7
0
roles/dashboard
1,719
[ "no_license" ]
[ { "path": "roles/dashboard/tasks/main.yml", "content": "---\n- name: Copy install script\n copy:\n src: ../../files/wazuh-install.sh\n dest: /root/wazuh-install.sh\n when: \"'fullserver' not in group_names\"\n- name: Copy config files\n copy:\n src: ../../files/wazuh-install-files.tar\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 599, "all_permissive": false }
ansible_role
smayya337/kazoo
86c1740e8b78e6fccbd5e097215204fa8e5ab8a7
0
roles/indexer
1,719
[ "no_license" ]
[ { "path": "roles/indexer/tasks/main.yml", "content": "---\n- name: Copy install script\n copy:\n src: ../../files/wazuh-install.sh\n dest: /root/wazuh-install.sh\n- name: Copy config files\n copy:\n src: ../../files/wazuh-install-files.tar\n dest: /root/wazuh-install-files.tar\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
smayya337/kazoo
86c1740e8b78e6fccbd5e097215204fa8e5ab8a7
0
roles/manager
1,719
[ "no_license" ]
[ { "path": "roles/manager/tasks/main.yml", "content": "---\n- name: Copy install script\n copy:\n src: ../../files/wazuh-install.sh\n dest: /root/wazuh-install.sh\n when: \"'fullserver' not in group_names\"\n- name: Copy config files\n copy:\n src: ../../files/wazuh-install-files.tar\n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
BenjyOC/ansible-raspberry
825b0d3013f02bcad5cfb5c815828a6e8821530a
0
roles/base
1,719
[ "no_license" ]
[ { "path": "roles/base/files/.gitconfig", "content": "[user]\n name = <NAME>\n email = <EMAIL>\n[alias]\n st = status\n graph = log --graph --pretty --decorate --oneline\n grall = log --graph --pretty --decorate --oneline --all\n[color]\n ui = true\n[color \"branch\"]\n current = yellow revers...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7548, "all_permissive": false }
ansible_role
BenjyOC/ansible-raspberry
825b0d3013f02bcad5cfb5c815828a6e8821530a
0
roles/hugo-blog
1,719
[ "no_license" ]
[ { "path": "roles/hugo-blog/tasks/main.yml", "content": "---\n- name: Get hugo debian ARM package\n apt:\n deb: https://github.com/gohugoio/hugo/releases/download/v0.64.1/hugo_0.64.1_Linux-ARM.deb\n tags: blog\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
jsmartin/the_light
8f8d6ca10a407c3fedc71b58ff9763c3a9b33404
2
roles/django
1,719
[ "no_license" ]
[ { "path": "roles/django/vars/main.yml", "content": "packages:\n - Django14\n - httpd\n\napache_service: httpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/django/tasks/main.yml", "content": "---\n# CentOS specific package installat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 493, "all_permissive": false }
ansible_role
bashagitty/bridge_creation
1d83552c180d4f0df4430f767d8ec52aca9f9df9
0
roles/bridge_creation
1,719
[ "no_license" ]
[ { "path": "roles/bridge_creation/defaults/main.yml", "content": "---\n# defaults file for bridge_creation\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/bridge_creation/handlers/main.yml", "content": "---\n# handlers file for bridge_cr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3190, "all_permissive": false }
ansible_role
pkarakal/ansible-playbook
0bc3d80dbea2f667febf641ac0aacdf4eca85be4
0
roles/applications
1,719
[ "no_license" ]
[ { "path": "roles/applications/tasks/main.yml", "content": "- name: Install libreoffice suite\n tags:\n - base\n - applications\n - libreoffice\n become: true\n dnf:\n name: \"{{ fedora_office_suite | map('quote') | list }}\"\n state: latest\n\n- name: Install applications\n tags:\n - b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1711, "all_permissive": false }
ansible_role
pkarakal/ansible-playbook
0bc3d80dbea2f667febf641ac0aacdf4eca85be4
0
roles/browsers
1,719
[ "no_license" ]
[ { "path": "roles/browsers/defaults/main.yml", "content": "fedora_browsers:\n - firefox\n - chromium\n - google-chrome-stable\n - chrome-gnome-shell", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/browsers/tasks/chrome.yml", "content":...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 917, "all_permissive": false }
ansible_role
pkarakal/ansible-playbook
0bc3d80dbea2f667febf641ac0aacdf4eca85be4
0
roles/checks
1,719
[ "no_license" ]
[ { "path": "roles/checks/tasks/main.yml", "content": "- name: Fail if distribution is not fedora\n fail:\n msg: \"You need to run Fedora to run this playbook\"\n when: ansible_facts['distribution'] != \"Fedora\"\n\n- name: Fail if running on Ansible < 2.7.1\n fail:\n msg: \"You are running on Ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
pkarakal/ansible-playbook
0bc3d80dbea2f667febf641ac0aacdf4eca85be4
0
roles/containers
1,719
[ "no_license" ]
[ { "path": "roles/containers/tasks/main.yml", "content": "- import_tasks: \"{{ role_path }}/tasks/docker.yml\"\n become: true\n tags:\n - containers\n - base\n\n- import_tasks: \"{{ role_path }}/tasks/podman.yml\"\n become: true\n tags:\n - containers\n - base\n\n- import_tasks: \"{{ role_pat...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3127, "all_permissive": false }
ansible_role
pkarakal/ansible-playbook
0bc3d80dbea2f667febf641ac0aacdf4eca85be4
0
roles/devtools
1,719
[ "no_license" ]
[ { "path": "roles/devtools/defaults/main.yml", "content": "---\nfedora_ansible_packages:\n - alien\n - boost\n - boost-atomic\n - boost-chrono\n - boost-container\n - boost-context\n - boost-contract\n - boost-coroutine\n - boost-date-time\n - boost-devel\n - boost-fiber\n - boost-filesystem\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9783, "all_permissive": false }
ansible_role
pkarakal/ansible-playbook
0bc3d80dbea2f667febf641ac0aacdf4eca85be4
0
roles/dnf_repos
1,719
[ "no_license" ]
[ { "path": "roles/dnf_repos/tasks/main.yml", "content": "- name: Install dnf-plugin-core\n become: true\n dnf:\n name: dnf-plugins-core\n state: latest\n\n- name: Enable docker repository\n become: true\n command:\n cmd: dnf config-manager --add-repo https://download.docker.com/linux/fedora/dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2001, "all_permissive": false }
ansible_role
pkarakal/ansible-playbook
0bc3d80dbea2f667febf641ac0aacdf4eca85be4
0
roles/flathub
1,719
[ "no_license" ]
[ { "path": "roles/flathub/defaults/main.yml", "content": "---\nfedora_flatpak_packages:\n - com.discordapp.Discord\n - com.getpostman.Postman\n - com.github.tchx84.Flatseal\n - com.spotify.Client\n - com.leinardi.gwe\n - de.haeckerfelix.Fragments\n - org.gnome.Fractal\n - org.signal.Signal", "lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 856, "all_permissive": false }
ansible_role
pkarakal/ansible-playbook
0bc3d80dbea2f667febf641ac0aacdf4eca85be4
0
roles/gnome
1,719
[ "no_license" ]
[ { "path": "roles/gnome/defaults/main.yml", "content": "fedora_gnome_applications:\n - baobab\n - cheese\n - cheese-libs\n - desktop-backgrounds-gnome\n - evince\n - evince-djvu\n - evince-libs\n - evince-nautilus\n - evince-previewer\n - evince-thumbnailer\n - f33-backgrounds-base\n - f33-backgr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3469, "all_permissive": false }
ansible_role
pkarakal/ansible-playbook
0bc3d80dbea2f667febf641ac0aacdf4eca85be4
0
roles/nvidia
1,719
[ "no_license" ]
[ { "path": "roles/nvidia/defaults/main.yml", "content": "---\nfedora_nvidia_drivers:\n - akmod-nvidia\n - xorg-x11-drv-nvidia-cuda\n\nfedora_cuda_packages:\n - cuda\n - libcudnn8\n - libcudnn8-devel\n - libnccl\n - libnccl-devel", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2316, "all_permissive": false }
ansible_role
pkarakal/ansible-playbook
0bc3d80dbea2f667febf641ac0aacdf4eca85be4
0
roles/virtualization
1,719
[ "no_license" ]
[ { "path": "roles/virtualization/tasks/main.yml", "content": "- name: Install virtualization packages\n tags:\n - base\n - virtualization\n become: true\n dnf:\n name: \"{{ fedora_libvirt_packages | map('quote') | list }}\"\n state: latest\n\n- name: Install qemu packages\n tags:\n - base\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3783, "all_permissive": false }
ansible_role
jayaramchowdary/Rke2
ef481d9bd6236d5f2e3d29f976597b34373d7db3
0
Ansible/roles/rke2_cluster
1,719
[ "no_license" ]
[ { "path": "Ansible/roles/rke2_cluster/tasks/main.yml", "content": "---\n- name: Install RKE2 Server on Master Node\n when: \"'server' in group_names\"\n shell: curl -sfL https://get.rke2.io | sh -\n tags: rke2\n become: yes\n\n- name: Enable RKE2 Server Service on Master Node\n when: \"'server' in grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3354, "all_permissive": false }
ansible_role
alanwhite/picotrader
eb65d75336108109c8d98fa55ec831ab2374617b
0
ansible/roles/common
1,719
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install Aptitude Package Manager\n apt:\n name: aptitude\n update_cache: yes\n state: latest\n force_apt_get: yes\n tags: req_aptitude\n\n# Sudo Group Setup\n- name: Make sure we have a 'wheel' group\n group:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2117, "all_permissive": false }
ansible_role
alanwhite/picotrader
eb65d75336108109c8d98fa55ec831ab2374617b
0
ansible/roles/common.save
1,719
[ "no_license" ]
[ { "path": "ansible/roles/common.save/tasks/main.yml", "content": "---\n- name: Install Aptitude Package Manager\n apt:\n name: aptitude\n update_cache: yes\n state: latest\n force_apt_get: yes\n tags: req_aptitude\n\n# Sudo Group Setup\n- name: Make sure we have a 'wheel' group\n group:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6174, "all_permissive": false }
ansible_role
alanwhite/picotrader
eb65d75336108109c8d98fa55ec831ab2374617b
0
ansible/roles/haproxy
1,719
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/files/etc/haproxy/haproxy.cfg", "content": "# /etc/haproxy/haproxy.cfg\n#---------------------------------------------------------------------\n# Global settings\n#---------------------------------------------------------------------\nglobal\n log /dev/log local0\n log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2348, "all_permissive": false }
ansible_role
alanwhite/picotrader
eb65d75336108109c8d98fa55ec831ab2374617b
0
ansible/roles/vrrp
1,719
[ "no_license" ]
[ { "path": "ansible/roles/vrrp/defaults/main.yml", "content": "---\n# defaults file for vrrp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/vrrp/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 341, "all_permissive": false }
ansible_role
alanwhite/picotrader
eb65d75336108109c8d98fa55ec831ab2374617b
0
ansible/roles/vrrp-primary
1,719
[ "no_license" ]
[ { "path": "ansible/roles/vrrp-primary/handlers/main.yml", "content": "---\n# handlers file for vrrp-primary", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/roles/vrrp-primary/vars/main.yml", "content": "---\n# vars file for vrrp-primary...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 560, "all_permissive": false }
ansible_role
alanwhite/picotrader
eb65d75336108109c8d98fa55ec831ab2374617b
0
ansible/roles/vrrp-secondary
1,719
[ "no_license" ]
[ { "path": "ansible/roles/vrrp-secondary/handlers/main.yml", "content": "---\n# handlers file for vrrp-secondary", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible/roles/vrrp-secondary/defaults/main.yml", "content": "---\n# defaults file fo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 500, "all_permissive": false }
ansible_role
Nyk0/k8s-ansible
75ee53b5d1392bbb15aceedb91070f28a4c73001
0
roles/crio-install
1,719
[ "no_license" ]
[ { "path": "roles/crio-install/defaults/main.yml", "content": "---\ncrio_version: \"1.22\"\nlinux_version: Debian_11\ndebian_release: bullseye\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/crio-install/handlers/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2012, "all_permissive": false }
ansible_role
Nyk0/k8s-ansible
75ee53b5d1392bbb15aceedb91070f28a4c73001
0
roles/kubeadm-init
1,719
[ "no_license" ]
[ { "path": "roles/kubeadm-init/handlers/main.yml", "content": "---\n# handlers file for cplane\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/kubeadm-init/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n role...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1957, "all_permissive": false }
ansible_role
Nyk0/k8s-ansible
75ee53b5d1392bbb15aceedb91070f28a4c73001
0
roles/kubeadm-install
1,719
[ "no_license" ]
[ { "path": "roles/kubeadm-install/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - kubeadm-install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/kubeadm-install/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1405, "all_permissive": false }
ansible_role
Nyk0/k8s-ansible
75ee53b5d1392bbb15aceedb91070f28a4c73001
0
roles/kubeadm-join
1,719
[ "no_license" ]
[ { "path": "roles/kubeadm-join/tasks/main.yml", "content": "---\n- name: Copy join command to worker nodes\n copy:\n src: kubernetes_join_command\n dest: /tmp/kubernetes_join_command\n mode: 0555\n- name: Join the Worker nodes with the master.\n command: sh /tmp/kubernetes_join_command\n register...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
Nyk0/k8s-ansible
75ee53b5d1392bbb15aceedb91070f28a4c73001
0
roles/nfs-client
1,719
[ "no_license" ]
[ { "path": "roles/nfs-client/tasks/main.yml", "content": "---\n- name: Install NFS Server\n apt:\n name: nfs-client\n update_cache: yes\n state: present\n- name: Write in /etc/modules\n lineinfile:\n line: \"{{ groups[['control-plane'][0]] }}:/nfs/home /nfs/homes nfs4 noauto,x-systemd.a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 705, "all_permissive": false }
ansible_role
Nyk0/k8s-ansible
75ee53b5d1392bbb15aceedb91070f28a4c73001
0
roles/nfs-server
1,719
[ "no_license" ]
[ { "path": "roles/nfs-server/tasks/main.yml", "content": "---\n- name: Install NFS Server\n apt:\n name: nfs-server\n update_cache: yes\n state: present\n- name: Update /etc/exports\n copy:\n src: exports\n dest: /etc/exports\n force: yes\n#- name: Create mount point\n# file:\n# path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 766, "all_permissive": false }
ansible_role
pstauffer/ansible_demo_project
a75da1bb7753242ef7edaeaca55db3aa08ae4f36
0
roles/ntp
1,719
[ "no_license" ]
[ { "path": "roles/ntp/vars/Debian.yml", "content": "---\n# ntp service name\nntp_service: 'ntp'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: include redhat variables\n include_vars: RedHa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 740, "all_permissive": false }
ansible_role
Romisaa1/Stock-Hunter
88dbea271f18c63b6a783c499a090159c3512b32
0
.circleci/ansible/roles/configure-prometheus-node-exporter
1,819
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-prometheus-node-exporter/tasks/main.yml", "content": "- name: Download node exporter tarball\n get_url:\n url: https://github.com/prometheus/node_exporter/releases/download/v1.8.1/node_exporter-1.8.1.linux-amd64.tar.gz\n dest: /tmp/node_exporter.tar.gz\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1082, "all_permissive": false }
ansible_role
Romisaa1/Stock-Hunter
88dbea271f18c63b6a783c499a090159c3512b32
0
.circleci/ansible/roles/configure-server
1,819
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "- name: Update packages\n become: yes\n yum:\n name: \"*\"\n state: latest\n tags:\n - update\n\n- name: Install Git\n become: yes\n yum:\n name: git\n state: present\n tags:\n - git\n\n- name: Install t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1026, "all_permissive": false }
ansible_role
Romisaa1/Stock-Hunter
88dbea271f18c63b6a783c499a090159c3512b32
0
.circleci/ansible/roles/deploy
1,819
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: start applications\n become: yes\n shell: |\n tar xf /tmp/flutter_linux_3.22.2-stable.tar.xz\n export PATH=\"$PATH:`pwd`/flutter/bin\"\n flutter precache\n\n- name: Copy artifact.tar.gz to remote host\n copy:\n src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1539, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/casaOS
1,819
[ "no_license" ]
[ { "path": "ansible/roles/casaOS/tasks/main.yaml", "content": "---\n- name: Install CasaOS\n shell: curl -fsSL https://get.casaos.io | bash\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/common
1,819
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/common-updateOS.yml", "content": "---\n- name: Update APT packages\n apt:\n update_cache: true\n become: true\n\n- name: Upgrade APT packages\n apt:\n upgrade: 'yes' # <-- This expects a STRING for some reason...\n become: true\n\n- name: Install APT packages\...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 15120, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/dashy
1,819
[ "no_license" ]
[ { "path": "ansible/roles/dashy/vars/main.yaml", "content": "---\ndashy_docker_home: /opt/dashy\ndashy_docker_port_80: 80\ndashy_host_port_80: 8080\n# dashy_docker_port_443: 443\n# dashy_host_port_443: 8443\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4418, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/docker
1,819
[ "no_license" ]
[ { "path": "ansible/roles/docker/defaults/main.yaml", "content": "docker_gpg_file: /tmp/docker.gpg\ndocker_gpg_keyring: /etc/apt/keyrings/docker.gpg", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "ansible/roles/docker/tasks/main.yaml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1863, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/flux
1,819
[ "no_license" ]
[ { "path": "ansible/roles/flux/templates/flux_motd.j2", "content": "#!/bin/bash\n\ngreen=$'\\033[32m'\nyellow=$'\\033[33m'\nnormal=$'\\033[0m'\nblue=$'\\033[0;34m'\nred='\\033[1;31m'\nprintStyle=\"${blue}%-25s ${normal}%-15s ${normal}%-10s \\n\"\nprintStyleWarn=\"${blue}%-25s ${red}%-15s ${red}%-10s \\...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 9366, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/glances
1,819
[ "no_license" ]
[ { "path": "ansible/roles/glances/tasks/service.yaml", "content": "---\n- name: Register glances bin location\n shell: which glances\n register: glances_bin\n changed_when: false\n\n- name: Create systemd service\n block:\n - name: Create glances.service file\n file:\n path: /etc/systemd/s...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1271, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/home-assistant
1,819
[ "no_license" ]
[ { "path": "ansible/roles/home-assistant/tasks/docker.yml", "content": "---\n- name: \"Docker: Ensure Home Assistant directory exists\"\n file:\n path: \"{{ homeassistant_docker_home }}\"\n state: directory\n mode: 0755\n force: true\n become: true\n\n- name: Start home-assistant Docker Image\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1414, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/minecraft
1,819
[ "no_license" ]
[ { "path": "ansible/roles/minecraft/README.md", "content": "![image](https://user-images.githubusercontent.com/46715299/174341234-85978fbb-5529-4b9d-b984-c3e24848e8fc.png)\n# Minecraft Windows Server\n\nLong-story short, if you would like to join my minecraft server, feel free to PR yourself in to the [files...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1772, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/pihole-primary
1,819
[ "no_license" ]
[ { "path": "ansible/roles/pihole-primary/tasks/gravity-sync.yaml", "content": "---\n- name: \"[PRIMARY]: Configure Gravity-Sync Primary\"\n block:\n - name: \"[PRIMARY]: Run initial Primary Configuration Check\"\n shell: |\n export GS_INSTALL=primary\n curl -sSL https://gravity.vmstan....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4856, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/pihole-secondary
1,819
[ "no_license" ]
[ { "path": "ansible/roles/pihole-secondary/vars/main.yaml", "content": "pihole_install_script: /tmp/pihole.sh\ngravity_ssh_private_key: ~/.ssh/gravity-sync\ngravity_ssh_public_key: ~/.ssh/gravity-sync.pub\n\nprimary_ip: \"10.0.0.5\"\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3879, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/pivpn
1,819
[ "no_license" ]
[ { "path": "ansible/roles/pivpn/tasks/main.yaml", "content": "---\n- name: Ensure PiVPN folder exists\n file:\n path: /etc/pivpn\n state: directory\n \n- name: Copy PiVPN setup config file\n copy:\n src: setupVars.conf\n dest: /etc/pivpn/setupVars.conf\n\n- name: Download PiVPN Install script\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/portainer
1,819
[ "no_license" ]
[ { "path": "ansible/roles/portainer/vars/main.yaml", "content": "---\nportainer_username: 'techdufus'\ndocker_gpg_file: /tmp/docker.gpg\ndocker_gpg_keyring: /etc/apt/trusted.gpg.d/docker.gpg\nportainer_docker_home: /opt/portainer\n\nportainer_docker_port: 9000\nportainer_host_port: 9000\n\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1274, "all_permissive": false }
ansible_role
TechDufus/home.io
526ffd11e5e6ff9c82fc3d882fc4899ba9af6b16
18
ansible/roles/proxmox
1,819
[ "no_license" ]
[ { "path": "ansible/roles/proxmox/tasks/templates.yaml", "content": "---\n- name: Installing Template Prerequisites\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - libguestfs-tools\n\n- name: Checking for current {{ template_vm_name_2204 }} template\n shell: qm l...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 13087, "all_permissive": false }