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 | geek-labs/ansible-playbooks | 9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192 | 0 | roles/iobroker_metal | 7,464 | [
"no_license"
] | [
{
"path": "roles/iobroker_metal/tasks/main.yml",
"content": "---\n- name: Apt update\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n pkg:\n - curl\n\n# uninstall firewall\n- name: Remove ufw firewall\n ansible.builtin.apt:\n name: ufw\n state: absent\n purge: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 863,
"all_permissive": false
} |
ansible_role | geek-labs/ansible-playbooks | 9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192 | 0 | roles/k3s | 7,464 | [
"no_license"
] | [
{
"path": "roles/k3s/handlers/main.yml",
"content": "---\n- name: Restart multipathd service\n ansible.builtin.systemd_service:\n name: multipathd\n enabled: true\n state: restarted\n listen: 'restart multipathd service'\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3290,
"all_permissive": false
} |
ansible_role | geek-labs/ansible-playbooks | 9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192 | 0 | roles/nfs_client | 7,464 | [
"no_license"
] | [
{
"path": "roles/nfs_client/tasks/main.yml",
"content": "---\n- name: Nfs client\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n pkg:\n - nfs-common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | geek-labs/ansible-playbooks | 9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192 | 0 | roles/nut_client | 7,464 | [
"no_license"
] | [
{
"path": "roles/nut_client/tasks/main.yml",
"content": "---\n\n- name: Install nut\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n pkg:\n - nut-client\n\n- name: Deploy nut.conf\n ansible.builtin.copy:\n src: files/nut.conf\n owner: root\n group: nut\n des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1974,
"all_permissive": false
} |
ansible_role | geek-labs/ansible-playbooks | 9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192 | 0 | roles/proxmox_install | 7,464 | [
"no_license"
] | [
{
"path": "roles/proxmox_install/tasks/config.yml",
"content": "---\n\n- name: Configure pve\n ansible.builtin.shell: |\n set -e\n pvesm set local --content iso,images,images,vztmpl,snippets,import,rootdir\n mkdir -p /etc/ansible-proxmox\n touch /etc/ansible-proxmox/.ansible_configured\n args:... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 10003,
"all_permissive": false
} |
ansible_role | geek-labs/ansible-playbooks | 9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192 | 0 | roles/qemu | 7,464 | [
"no_license"
] | [
{
"path": "roles/qemu/tasks/main.yml",
"content": "---\n- name: Basic packages\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n pkg:\n - qemu-guest-agent\n\n- name: Enable qemu daemon\n ansible.builtin.systemd:\n name: qemu-guest-agent\n enabled: true\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | geek-labs/ansible-playbooks | 9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192 | 0 | roles/sshd | 7,464 | [
"no_license"
] | [
{
"path": "roles/sshd/handlers/main.yml",
"content": "---\n- name: Reload sshd service\n ansible.builtin.systemd_service:\n name: ssh\n enabled: true\n state: reloaded\n listen: 'reload ssh service'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3642,
"all_permissive": false
} |
ansible_role | geek-labs/ansible-playbooks | 9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192 | 0 | roles/tools_common | 7,464 | [
"no_license"
] | [
{
"path": "roles/tools_common/tasks/main.yml",
"content": "---\n\n- name: Apt update\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n pkg:\n - parted\n\n- name: Deploy pve apt sources\n ansible.builtin.copy:\n src: files/kw_resize_partition.sh\n owner: root\n g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | geek-labs/ansible-playbooks | 9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192 | 0 | roles/ubuntu_common | 7,464 | [
"no_license"
] | [
{
"path": "roles/ubuntu_common/tasks/main.yml",
"content": "---\n\n\n- name: Apt update\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n pkg:\n - zsh\n - unattended-upgrades\n\n- name: Install jammy kernel\n ansible.builtin.apt:\n update_cache: true\n cache_v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1670,
"all_permissive": false
} |
ansible_role | geek-labs/ansible-playbooks | 9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192 | 0 | roles/users | 7,464 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n\n- name: Add selected users\n ansible.builtin.user:\n name: \"{{ item.username }}\"\n shell: \"{{ item.shell | default('/bin/sh') }}\"\n groups: \"{{ item.groups | default('') }}\"\n append: \"{{ item.groups_append | default(true) }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1194,
"all_permissive": false
} |
ansible_role | geek-labs/ansible-playbooks | 9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192 | 0 | roles/users_bastion | 7,464 | [
"no_license"
] | [
{
"path": "roles/users_bastion/tasks/main.yml",
"content": "---\n\n- name: Add bastion users\n ansible.builtin.user:\n name: \"{{ item.username }}\"\n shell: /bin/rbash\n groups: '' # remove all the group memberships\n password: '*' # disable password\n append: false\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2087,
"all_permissive": false
} |
ansible_role | Pupmos/ansible-cosmos-seed | e1e671028520d889f1e34b2d8ece490f1b109bf4 | 1 | roles/seed | 7,464 | [
"no_license"
] | [
{
"path": "roles/seed/tasks/setup.yml",
"content": "---\n- name: Install packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - gnupg\n - lsb-release\n - python3-pip\n\n- name: Add docker gpg key\n shell: curl -fsSL https://download.docker.com/linux/debian/gpg |... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1469,
"all_permissive": false
} |
ansible_role | spiette/ansible-template | 34a63b6e22ea86df265110f528e8670994387095 | 0 | roles/devops | 7,464 | [
"no_license"
] | [
{
"path": "roles/devops/defaults/main.yml",
"content": "---\ndevops_packages:\n - git\n - vim\n - mtr\n - dstat\n - rpm-build\n - rubygems\n - python-pip\n - ansible\n - bash-completion\n - iftop\n - iptraf\n - make\n - bundler\n - fabric\ndevops_pkgs:\n RedHat:\n - rpm-build\n",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | spiette/ansible-template | 34a63b6e22ea86df265110f528e8670994387095 | 0 | roles/vagrant | 7,464 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/main.yml",
"content": "---\n- name: install tools\n package:\n name: \"{{ item }}\"\n with_flattened:\n - \"{{ vagrant_packages }}\"\n - \"{{ vagrant_pkgs[ansible_os_family] }}\"\n tags: vagrant\n\n- name: install vagrant-libvirt policykit rule\n shell: >\n ins... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | finch2kt/Ansible-Tutorial | bb2968f7160aae835206b3d8f5c35d20fb7fa72d | 0 | roles/db_servers | 7,465 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": " - name: install mariadb package\n tags: db,mariadb\n package:\n name: \"{{ db_app_name }}\"\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | codecraf8/ansible-mongo-express-angular-node-vagrant | 2825c4e88f6f3dec1ca30211f42b5bca27a0ee89 | 4 | roles/base | 7,465 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n\n- name: Ensure bash, OpenSSl, and libssl are the latest versions\n apt: name={{ item }} update_cache={{ update_apt_cache }} state=latest\n with_items:\n - bash\n - openssl\n - libssl-dev\n - libssl-doc\n tags: packages\n\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | codecraf8/ansible-mongo-express-angular-node-vagrant | 2825c4e88f6f3dec1ca30211f42b5bca27a0ee89 | 4 | roles/web | 7,465 | [
"no_license"
] | [
{
"path": "roles/web/tasks/set_file_permissions.yml",
"content": "---\n\n- name: Ensure that the application file permissions are set properly\n file: path={{ env_path }}\n recurse=yes\n owner={{ nodeapp_user }}\n group={{ nodeapp_group }}\n state=directory\n\n- name: Create a s... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2250,
"all_permissive": false
} |
ansible_role | KartoonYoko/momo-infrastructure | deb78c47a6a90dbfc5bc734a8167e5ffc3d76722 | 0 | ansible/roles/docker-compose-install | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-compose-install/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - docker-compose-install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "ansible/roles/docker-compose-install... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1325,
"all_permissive": false
} |
ansible_role | kommhoerauf/rpi-poc | 9efda3d901207138dee4612f428e335852affed0 | 0 | ansible/roles/dhcp | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/dhcp/tasks/main.yml",
"content": " - name: Configure dhcpd for static ip\n template:\n src: templates/dhcpcd.conf\n dest: /etc/dhcpcd.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | kommhoerauf/rpi-poc | 9efda3d901207138dee4612f428e335852affed0 | 0 | ansible/roles/grafana | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/tasks/main.yml",
"content": " - name: Install grafana apt key and repository\n block:\n - name: grafana apt key\n get_url:\n url: https://apt.grafana.com/gpg.key\n dest: /usr/share/keyrings/grafana.key\n\n - name: grafana ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | kommhoerauf/rpi-poc | 9efda3d901207138dee4612f428e335852affed0 | 0 | ansible/roles/hostname | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/hostname/tasks/main.yml",
"content": " - name: Set hostname\n template:\n src: templates/hostname\n dest: /etc/hostname\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | kommhoerauf/rpi-poc | 9efda3d901207138dee4612f428e335852affed0 | 0 | ansible/roles/iptables | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/iptables/tasks/main.yml",
"content": " # After the first run of ansible on the workstation\n # we use iptables_persistent to save those rules to \n # make them persistent to reboots\n - name: Setup forward iptables nat rule\n iptables:\n chain: FORWARD\n in_interfac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 695,
"all_permissive": false
} |
ansible_role | kommhoerauf/rpi-poc | 9efda3d901207138dee4612f428e335852affed0 | 0 | ansible/roles/locale | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/locale/tasks/main.yml",
"content": " - name: Ensure the de locale exists\n locale_gen:\n name: de_DE.UTF-8\n state: present\n\n - name: set as default locale\n command: localectl set-locale LANG=de_DE.UTF-8 LANGUAGE=de_DE\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | kommhoerauf/rpi-poc | 9efda3d901207138dee4612f428e335852affed0 | 0 | ansible/roles/netplan | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/netplan/tasks/main.yml",
"content": " - name: Remove default cloudinit netplan file\n file:\n path: /etc/netplan/50-cloud-init.yaml\n state: absent\n\n - name: Create static netplan file\n template:\n src: templates/static-netplan.yaml\n dest: /etc/netpla... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | kommhoerauf/rpi-poc | 9efda3d901207138dee4612f428e335852affed0 | 0 | ansible/roles/packages | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/packages/tasks/main.yml",
"content": " - name: Install extra raspberry modules\n apt:\n name: linux-modules-extra-raspi\n update_cache: yes\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | kommhoerauf/rpi-poc | 9efda3d901207138dee4612f428e335852affed0 | 0 | ansible/roles/prometheus | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/templates/prometheus.yml",
"content": "scrape_configs:\n - job_name: 'node_exporter'\n\n static_configs:\n - targets: ['l-mgmt:9100','l-srv1:9100','l-srv2:9100','l-srv3:9100','l-srv4:9100','l-srv5:9100','l-srv6:9100']\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2020,
"all_permissive": false
} |
ansible_role | kommhoerauf/rpi-poc | 9efda3d901207138dee4612f428e335852affed0 | 0 | ansible/roles/prometheus_node_exporter | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus_node_exporter/tasks/main.yml",
"content": " - name: create prometheus group\n group:\n name: prometheus\n state: present\n\n - name: create prometheus user\n user:\n name: prometheus\n group: prometheus\n createhome: no\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1527,
"all_permissive": false
} |
ansible_role | kommhoerauf/rpi-poc | 9efda3d901207138dee4612f428e335852affed0 | 0 | ansible/roles/sysctl | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/sysctl/tasks/main.yml",
"content": " - name: Enable ipv4 fowarding\n become: yes\n become_user: root\n sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n sysctl_set: yes\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 | kommhoerauf/rpi-poc | 9efda3d901207138dee4612f428e335852affed0 | 0 | ansible/roles/systemctl | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/systemctl/tasks/main.yml",
"content": " - name: Stop apt-daily.timer\n systemd:\n name: apt-daily.timer\n state: stopped\n enabled: false\n masked: true\n\n - name: Disable apt-daily-upgrade.timer\n systemd:\n name: apt-daily-upgrade.timer\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | dvorob/releasebot-informer | 2bceb48a9eb7d7e7fdb5c9dd77c6ff47f2cad655 | 0 | ansible/roles/check_helm_templating | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/check_helm_templating/tasks/main.yml",
"content": "---\n\n- name: Helm chart checking template\n shell: \"helm install --dry-run informer . --kubeconfig ../ansible/kubeconfig.yml -f values.yaml -f ../ansible/secret_values.yml -n releasebot\"\n register: check_chart\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | dvorob/releasebot-informer | 2bceb48a9eb7d7e7fdb5c9dd77c6ff47f2cad655 | 0 | ansible/roles/get_secret_vault | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/get_secret_vault/templates/kubeconfig.yml.j2",
"content": "apiVersion: v1\nkind: Config\nclusters:\n- cluster:\n certificate-authority-data: {{ kube_ca_certs }}\n server: https://10.201.116.10:8443\n name: {{ kube_cluster_host }}\ncontexts:\n- context:\n cluster: {{ kube_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1549,
"all_permissive": false
} |
ansible_role | gabyfulchic/ansible-flask | 569440f08b475a247106ee771bbafbff013cf147 | 0 | roles/flask | 7,465 | [
"no_license"
] | [
{
"path": "roles/flask/files/requirements.txt",
"content": "Flask\npytest\nramapi\nwtforms\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/flask/defaults/main.yaml",
"content": "---\nrequirement_path: /tmp/requirements.txt\nflask_projec... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1281,
"all_permissive": false
} |
ansible_role | gabyfulchic/ansible-flask | 569440f08b475a247106ee771bbafbff013cf147 | 0 | roles/python3 | 7,465 | [
"no_license"
] | [
{
"path": "roles/python3/tasks/main.yaml",
"content": "---\n- name: Install dependencies\n yum:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n loop:\n - \"{{ centos_development_tools_pkgs }}\"\n when: ansible_facts['distribution'] == 'CentOS' or ansible_facts['distribution'] =... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3438,
"all_permissive": false
} |
ansible_role | kirankalsi/ansible_exercises | 421cebbb4ce9dc2d34946d18e3530bff93be1cbc | 0 | roles/docker-manager | 7,465 | [
"no_license"
] | [
{
"path": "roles/docker-manager/tasks/main.yaml",
"content": "- name: \"Initialise Swarm\"\n docker_swarm:\n state: present\n- name: \"Get Swarm information\"\n docker_swarm_info:\n register: swarm_info\n- debug:\n msg: \"Swarm Info: {{ swarm_info }}\"\n- name: \"Get worker token\"\n add_host:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | kirankalsi/ansible_exercises | 421cebbb4ce9dc2d34946d18e3530bff93be1cbc | 0 | roles/docker-workers | 7,465 | [
"no_license"
] | [
{
"path": "roles/docker-workers/tasks/main.yaml",
"content": "- name: \"Join Swarm\"\n docker_swarm:\n state: join\n remote_addrs: [ \"{{ hostvars['ansible-manager']['ansible_default_ipv4']['address'] }}:2377\" ]\n advertise_addr: \"{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | zenxero/ubuntu16-ansible-apt-mirror | 707e7d20acbf1f53a86d724b5ee98a481f2dc7a6 | 0 | roles/deploy-apt-mirror | 7,465 | [
"no_license"
] | [
{
"path": "roles/deploy-apt-mirror/tasks/main.yml",
"content": "---\n\n#\n# deploy-apt-mirror\n#\n# This task configures an Ubuntu 16.04 system to be an apt package repo mirror.\n#\n\n# Make sure the distro is running Ubuntu 16.04\n- name: Check distro for Ubuntu 16.04 compatibility\n fail:\n msg=\"You'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4891,
"all_permissive": false
} |
ansible_role | vektra/apply | c0ae76460cf663ce2d328012f6d15d9f949d92ba | 2 | roles/aio | 7,465 | [
"no_license"
] | [
{
"path": "roles/aio/tasks/aio.yml",
"content": "---\n\n- name: Install vk-aio\n apt: pkg=vk-aio state=present\n\n- name: Setup aio dirs\n shell: mkdir -p /var/lib/vektra-aio\n\n- name: Enable aio service\n upstart/daemon:\n start_on: vektra-booted\n name: vk-aio\n pre_start: |\n mkdir -p /... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1028,
"all_permissive": false
} |
ansible_role | vektra/apply | c0ae76460cf663ce2d328012f6d15d9f949d92ba | 2 | roles/basic | 7,465 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/docker.yml",
"content": "---\n\n- name: Add docker apt-key\n shell: apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9\n\n- name: Add docker source\n shell: echo \"deb https://get.docker.io/ubuntu docker main\" > /etc/apt... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2327,
"all_permissive": false
} |
ansible_role | vektra/apply | c0ae76460cf663ce2d328012f6d15d9f949d92ba | 2 | roles/c3 | 7,465 | [
"no_license"
] | [
{
"path": "roles/c3/tasks/packages.yml",
"content": "---\n\n- name: Install consul\n apt: pkg=consul state=present\n\n- name: Install vk-cluster-tool\n apt: pkg=vk-cluster-tool state=install\n\n- name: Install vegad\n apt: pkg=vega state=install\n\n- name: Install vcr\n apt: pkg=vk-vcr state=install\n\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | vektra/apply | c0ae76460cf663ce2d328012f6d15d9f949d92ba | 2 | roles/outpost | 7,465 | [
"no_license"
] | [
{
"path": "roles/outpost/tasks/main.yml",
"content": "---\n\n- name: Install vk-aio\n apt: pkg=vk-aio state=present\n\n- name: Setup aio dirs\n shell: mkdir -p /var/lib/vektra-aio\n\n- name: Enable aio-setup service\n upstart/task:\n name: vk-aio-setup\n command: /usr/vektra/bin/aio -setup\n emi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 805,
"all_permissive": false
} |
ansible_role | clong/DetectionLab | a4fd7271271e89ea597d1513f70b3611405c0135 | 4,801 | Azure/Ansible/roles/dc | 7,465 | [
"no_license"
] | [
{
"path": "Azure/Ansible/roles/dc/tasks/main.yml",
"content": "---\n\n- name: Set DNS Address\n win_dns_client:\n adapter_names: '*'\n ipv4_addresses:\n - 127.0.0.1\n - 8.8.8.8\n log_path: C:\\dns_log.txt\n\n- name: Install git\n win_chocolatey:\n name: git\n state: present\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5614,
"all_permissive": false
} |
ansible_role | clong/DetectionLab | a4fd7271271e89ea597d1513f70b3611405c0135 | 4,801 | Azure/Ansible/roles/exchange | 7,465 | [
"no_license"
] | [
{
"path": "Azure/Ansible/roles/exchange/tasks/main.yml",
"content": "---\n\n- name: Hostname -> EXCHANGE\n win_hostname:\n name: EXCHANGE\n register: res\n\n- name: Reboot\n win_reboot:\n when: res.reboot_required\n\n- name: Set HostOnly DNS Address\n win_dns_client:\n adapter_names: '*'\n ipv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3584,
"all_permissive": false
} |
ansible_role | clong/DetectionLab | a4fd7271271e89ea597d1513f70b3611405c0135 | 4,801 | Azure/Ansible/roles/wef | 7,465 | [
"no_license"
] | [
{
"path": "Azure/Ansible/roles/wef/tasks/main.yml",
"content": "---\n\n- name: Set HostOnly DNS Address\n win_dns_client:\n adapter_names: '*'\n ipv4_addresses:\n - 192.168.56.102\n - 8.8.8.8\n log_path: C:\\dns_log.txt\n\n- name: Install git\n win_chocolatey:\n name: git\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4269,
"all_permissive": false
} |
ansible_role | clong/DetectionLab | a4fd7271271e89ea597d1513f70b3611405c0135 | 4,801 | Azure/Ansible/roles/win10 | 7,465 | [
"no_license"
] | [
{
"path": "Azure/Ansible/roles/win10/tasks/main.yml",
"content": "---\n- name: Set HostOnly DNS Address\n win_dns_client:\n adapter_names: '*'\n ipv4_addresses:\n - 192.168.56.102\n - 8.8.8.8\n log_path: C:\\dns_log.txt\n\n- name: Install git\n win_chocolatey:\n name: git\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2664,
"all_permissive": false
} |
ansible_role | clong/DetectionLab | a4fd7271271e89ea597d1513f70b3611405c0135 | 4,801 | ESXi/ansible/roles/common | 7,465 | [
"no_license"
] | [
{
"path": "ESXi/ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: Downloading the Palantir WEF Configuration\n win_shell: \".\\\\download_palantir_wef.ps1\"\n args:\n chdir: 'c:\\vagrant\\scripts'\n register: palantir_wef\n failed_when: \"'Exception' in palantir_wef.stdout\"\n\n- debug... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1706,
"all_permissive": false
} |
ansible_role | clong/DetectionLab | a4fd7271271e89ea597d1513f70b3611405c0135 | 4,801 | ESXi/ansible/roles/dc | 7,465 | [
"no_license"
] | [
{
"path": "ESXi/ansible/roles/dc/tasks/main.yml",
"content": "---\n\n- name: Hostname -> DC\n win_hostname:\n name: dc\n register: res\n\n- name: Reboot\n win_reboot:\n when: res.reboot_required\n\n- name: Set HostOnly IP Address\n win_shell: \"If (-not(get-netipaddress | where {$_.IPAddress -eq '19... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5204,
"all_permissive": false
} |
ansible_role | clong/DetectionLab | a4fd7271271e89ea597d1513f70b3611405c0135 | 4,801 | ESXi/ansible/roles/exchange | 7,465 | [
"no_license"
] | [
{
"path": "ESXi/ansible/roles/exchange/tasks/main.yml",
"content": "---\n\n- name: Hostname -> EXCHANGE\n win_hostname:\n name: EXCHANGE\n register: res\n\n- name: Reboot\n win_reboot:\n when: res.reboot_required\n\n- name: Set HostOnly IP Address\n win_shell: \"If (-not(get-netipaddress | where {$_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4177,
"all_permissive": false
} |
ansible_role | clong/DetectionLab | a4fd7271271e89ea597d1513f70b3611405c0135 | 4,801 | ESXi/ansible/roles/win10 | 7,465 | [
"no_license"
] | [
{
"path": "ESXi/ansible/roles/win10/tasks/main.yml",
"content": "---\n\n- name: Hostname -> WIN10\n win_hostname:\n name: win10\n register: res\n\n- name: Reboot\n win_reboot:\n when: res.reboot_required\n\n- name: Set HostOnly IP Address\n win_shell: \"If (-not(get-netipaddress | where {$_.IPAddres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2080,
"all_permissive": false
} |
ansible_role | clong/DetectionLab | a4fd7271271e89ea597d1513f70b3611405c0135 | 4,801 | Proxmox/Ansible/roles/wef | 7,465 | [
"no_license"
] | [
{
"path": "Proxmox/Ansible/roles/wef/tasks/main.yml",
"content": "---\n\n- name: Hostname -> WEF\n win_hostname:\n name: wef\n register: res\n\n- name: Reboot\n win_reboot:\n when: res.reboot_required\n\n# This needs to be made idempodent\n- name: Set HostOnly IP Address\n win_shell: \"If (-not(get-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3891,
"all_permissive": false
} |
ansible_role | toastfm/backend | d806c6aef35194c775a26fd3052778e86c29bfdb | 0 | ansible/roles/common | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Set /etc/timezone to UTC\n copy: dest=/etc/timezone content=\"Etc/UTC\\n\" owner=root group=root mode=0644\n notify: update tzdata\n tags: timezone\n- name: update tz data, if necessary\n meta: flush_handlers\n- name: install comm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | toastfm/backend | d806c6aef35194c775a26fd3052778e86c29bfdb | 0 | ansible/roles/gearman-manager | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/gearman-manager/templates/gearman-manager.ini",
"content": "[GearmanManager]\n\n; workers can be found in this dir\n; separate multiple dirs with a comma\n; multiple dirs only supported by pecl workers\nworker_dir=./lib/TFM/Gearman/Workers\n\n; All workers in worker_dir will be load... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1249,
"all_permissive": false
} |
ansible_role | toastfm/backend | d806c6aef35194c775a26fd3052778e86c29bfdb | 0 | ansible/roles/memcached | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/memcached/tasks/main.yml",
"content": "- name: install memcached\n apt: name=memcached\n- name: ensure memcached is on and started at boot\n service: name=memcached state=started enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | toastfm/backend | d806c6aef35194c775a26fd3052778e86c29bfdb | 0 | ansible/roles/mysql | 7,465 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "- name: install mysql\n apt: pkg={{item}}\n with_items:\n - mysql-server\n - mysql-client\n - python-mysqldb # required for mysql ansible commands\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | joengelh/multichain-ansible-automation | ceb81d4b22ea668bdc31346dfa60fd242985cb8d | 0 | roles/hostname-set | 7,465 | [
"permissive"
] | [
{
"path": "roles/hostname-set/tasks/hostname-set.yml",
"content": "- name: Configure slave's hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 84
},
{
"path": "roles/hostname-set/t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 121,
"all_permissive": true
} |
ansible_role | joengelh/multichain-ansible-automation | ceb81d4b22ea668bdc31346dfa60fd242985cb8d | 0 | roles/multichain-attach | 7,465 | [
"permissive"
] | [
{
"path": "roles/multichain-attach/tasks/reboot.yml",
"content": "---\n- name: reboot when cron changed\n reboot:\n become: yes\n when: cronResult.changed\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 88
},
{
"path": "roles/multichain-... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1224,
"all_permissive": true
} |
ansible_role | joengelh/multichain-ansible-automation | ceb81d4b22ea668bdc31346dfa60fd242985cb8d | 0 | roles/multichain-deploy | 7,465 | [
"permissive"
] | [
{
"path": "roles/multichain-deploy/tasks/explorer.yml",
"content": "---\n- name: download the explorer from Github\n git:\n repo: git://github.com/MultiChain/multichain-explorer-2.git\n dest: /home/ansible/multichain-explorer-2\n version: master\n update: no\n register: githubCloneResult\n\n- ... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4556,
"all_permissive": true
} |
ansible_role | joengelh/multichain-ansible-automation | ceb81d4b22ea668bdc31346dfa60fd242985cb8d | 0 | roles/multichain-getting-started | 7,465 | [
"permissive"
] | [
{
"path": "roles/multichain-getting-started/tasks/fetch.yml",
"content": "---\n- name: fetch getting started files from all nodes\n fetch:\n src: \"/home/ansible/{{ blockchainName }}-getting-started.py\"\n dest: \"{{ playbook_dir }}/../getting-started-{{ inventory_hostname }}.py\"\n flat: yes\n\n"... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1969,
"all_permissive": true
} |
ansible_role | joengelh/multichain-ansible-automation | ceb81d4b22ea668bdc31346dfa60fd242985cb8d | 0 | roles/multichain-install | 7,465 | [
"permissive"
] | [
{
"path": "roles/multichain-install/tasks/main.yml",
"content": "---\n- import_tasks: packages.yml\n- import_tasks: download.yml\n- import_tasks: firewall.yml\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 91
},
{
"path": "roles/multichain... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 921,
"all_permissive": true
} |
ansible_role | joengelh/multichain-ansible-automation | ceb81d4b22ea668bdc31346dfa60fd242985cb8d | 0 | roles/time-set | 7,465 | [
"permissive"
] | [
{
"path": "roles/time-set/tasks/time-set.yml",
"content": "---\n- name: set time zone and so on\n timezone: \n name: Europe/Berlin\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 73
},
{
"path": "roles/time-set/tasks/main.yml",
"con... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 108,
"all_permissive": true
} |
ansible_role | joengelh/multichain-ansible-automation | ceb81d4b22ea668bdc31346dfa60fd242985cb8d | 0 | roles/user-add | 7,465 | [
"permissive"
] | [
{
"path": "roles/user-add/tasks/user-add.yml",
"content": "---\n- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n- name: Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n line: '%whe... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 637,
"all_permissive": true
} |
ansible_role | joengelh/multichain-ansible-automation | ceb81d4b22ea668bdc31346dfa60fd242985cb8d | 0 | roles/yum-update | 7,465 | [
"permissive"
] | [
{
"path": "roles/yum-update/tasks/yum-update.yml",
"content": "---\n- name: Yum update the system\n yum:\n name: \"*\"\n state: latest\n failed_when: no\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 91
},
{
"path": "roles/yum-upda... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1010,
"all_permissive": true
} |
ansible_role | CJ1138/k8s-the-devops-way | 20f78b4564c92bf6c2979a9995584985ea946657 | 0 | ansible/roles/cni_networking | 7,463 | [
"no_license"
] | [
{
"path": "ansible/roles/cni_networking/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/cni_networking\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible/roles/cni_networking/handlers/main.yml... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1011,
"all_permissive": false
} |
ansible_role | CJ1138/k8s-the-devops-way | 20f78b4564c92bf6c2979a9995584985ea946657 | 0 | ansible/roles/containerd | 7,463 | [
"no_license"
] | [
{
"path": "ansible/roles/containerd/tasks/containerd.yml",
"content": "- name: Create /etc/containerd/\n become: True\n file:\n path: /etc/containerd/\n state: directory\n- name: Create the containerd configuration file\n become: True\n template:\n src=templates/config.toml dest=/etc/containerd... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | CJ1138/k8s-the-devops-way | 20f78b4564c92bf6c2979a9995584985ea946657 | 0 | ansible/roles/control_plane | 7,463 | [
"no_license"
] | [
{
"path": "ansible/roles/control_plane/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/control_plane\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "ansible/roles/control_plane/vars/main.yml",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2723,
"all_permissive": false
} |
ansible_role | CJ1138/k8s-the-devops-way | 20f78b4564c92bf6c2979a9995584985ea946657 | 0 | ansible/roles/etcd | 7,463 | [
"no_license"
] | [
{
"path": "ansible/roles/etcd/tasks/bootstrap_etcd.yml",
"content": "- name: Download etcd\n ansible.builtin.get_url:\n url: https://github.com/etcd-io/etcd/releases/download/v3.4.15/etcd-v3.4.15-linux-amd64.tar.gz\n dest: ~/etcd-v3.4.15-linux-amd64.tar.gz\n- name: Extract etcd\n ansible.builtin.una... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1176,
"all_permissive": false
} |
ansible_role | CJ1138/k8s-the-devops-way | 20f78b4564c92bf6c2979a9995584985ea946657 | 0 | ansible/roles/kubelet | 7,463 | [
"no_license"
] | [
{
"path": "ansible/roles/kubelet/tasks/kubelet.yml",
"content": "- name: Move files into place\n shell: |\n sudo mv {{ ansible_facts['nodename'] }}-key.pem {{ ansible_facts['nodename'] }}.pem /var/lib/kubelet/\n sudo mv {{ ansible_facts['nodename'] }}.kubeconfig /var/lib/kubelet/kubeconfig\n sudo ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 805,
"all_permissive": false
} |
ansible_role | CJ1138/k8s-the-devops-way | 20f78b4564c92bf6c2979a9995584985ea946657 | 0 | ansible/roles/kubernetes_proxy | 7,463 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes_proxy/tasks/main.yml",
"content": "---\n# tasks file for roles/kubernetes_proxy\n- import_tasks: proxy_config.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "ansible/roles/kubernetes_proxy/tasks/proxy_config.... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | CJ1138/k8s-the-devops-way | 20f78b4564c92bf6c2979a9995584985ea946657 | 0 | ansible/roles/nginx_heath_check_proxy | 7,463 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx_heath_check_proxy/defaults/main.yml",
"content": "---\n# defaults file for roles/nginx_heath_check_proxy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "ansible/roles/nginx_heath_check_proxy/vars/main.yml",
"con... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | CJ1138/k8s-the-devops-way | 20f78b4564c92bf6c2979a9995584985ea946657 | 0 | ansible/roles/rbac_config | 7,463 | [
"no_license"
] | [
{
"path": "ansible/roles/rbac_config/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/rbac_config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "ansible/roles/rbac_config/tasks/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | CJ1138/k8s-the-devops-way | 20f78b4564c92bf6c2979a9995584985ea946657 | 0 | ansible/roles/start_workers | 7,463 | [
"no_license"
] | [
{
"path": "ansible/roles/start_workers/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/start_workers\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "ansible/roles/start_workers/handlers/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | CJ1138/k8s-the-devops-way | 20f78b4564c92bf6c2979a9995584985ea946657 | 0 | ansible/roles/worker_deps_binaries | 7,463 | [
"no_license"
] | [
{
"path": "ansible/roles/worker_deps_binaries/defaults/main.yml",
"content": "---\n# defaults file for roles/worker_deps_binaries\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "ansible/roles/worker_deps_binaries/vars/main.yml",
"content": "-... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2007,
"all_permissive": false
} |
ansible_role | johnivdaly/ansible | 9c45801cddbf66387de555da754521f9e543234e | 0 | JD/lab-roles/roles/student.myenv | 7,463 | [
"no_license"
] | [
{
"path": "JD/lab-roles/roles/student.myenv/defaults/main.yml",
"content": "---\n# defaults file for student.myenv",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "JD/lab-roles/roles/student.myenv/vars/main.yml",
"content": "---\n# vars file for... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/airflow | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/airflow/tasks/main.yml",
"content": "- name: Create OS group\n ansible.builtin.group:\n name: \"{{ airflow_os_group }}\"\n state: present\n become: yes\n \n- name: Include Create OS user\n include_role:\n name: create-system-user\n vars:\n new_user: \"{{ airflow_os_us... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 15525,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/airflow-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/airflow-config/templates/nginx-rev-proxy.conf.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n# Reverse proxy config for Airflow admin web UI and Airflow Flower web UI\nerror_log /var/log/nginx/http-error.log;\n\n# Load dynamic mo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3313,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/client-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/client-config/tasks/main.yml",
"content": "- name: Create config directory\n file:\n path: \"{{ mgtm_console_content_dir }}/client-config\"\n state: directory\n mode: '0775'\n \n- name: Create client config files\n ansible.builtin.template:\n src: \"{{ item }}\"\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1078,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/common | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/common/tasks/rhel7-add-python.yml",
"content": "#\n# RHEL 7.9 uses older Python versions, install later version.\n# later version is compiled with newer gcc \n#\n- name: Create Python directory\n file:\n path: '{{ stack_root }}/python'\n state: directory\n mode: '0755'\n beco... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8141,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/common-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/common-config/templates/profile.sh.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n# set systemwide envs\n\n{% if ansible_distribution == \"RedHat\" %}\nexport PATH=\"/usr/lib/jvm/java/bin:$PATH\"\n{% endif %}\n\nexport JAVA_HOME=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3016,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/console | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/console/tasks/main.yml",
"content": "- name: Install nginx\n ansible.builtin.package:\n name:\n - nginx \n state: latest\n become: yes\n\n- name: Create www directory\n file:\n path: \"{{ mgtm_console_content_dir }}\"\n state: directory\n mode: '0775'\n\n- name: I... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/console-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/console-config/templates/app/js/app.js",
"content": "$(document).ready(function(){\n $('#top-title').css( 'cursor', 'pointer' );\n \n $(\"#top-title\").click(function(){\n window.open('/', '_self');\n });\n});",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 28,
"total_bytes": 65745,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/create-system-user | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/create-system-user/tasks/main.yml",
"content": "- name: Create OS group\n ansible.builtin.group:\n name: \"{{ new_group }}\"\n state: present\n become: yes\n \n- name: Determine OS specific config (RHEL)\n set_fact:\n fact_login_shell: /sbin/nologin\n when: ansible_distri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 565,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/database | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/database/tasks/rhel.yml",
"content": "- name: Add Postgresql-{{ version.postgresql }} repository (RHEL)\n yum:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n become: yes\n \n - name: Add Postgresql-{{ version.postg... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5799,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/docker | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/docker/tasks/docker-ubuntu.yml",
"content": "- name: Update APT cache\n apt:\n update_cache: yes\n become: yes\n \n- name: Install required packages\n apt:\n name: \n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n s... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3451,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/docker-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/docker-config/tasks/main.yml",
"content": "- name: Create Docker configuration files\n ansible.builtin.template:\n src: \"../templates/{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n loop:\n - { \"src\": \"docker_daemon.json.j2\", \"dest\": \"/etc/docker/daemon.json\"}\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 541,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/hadoop | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/hadoop/templates/create-hdfs-yarn-dir.sh.j2",
"content": "#!/bin/bash\n\n# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n. {{ hadoop_etc_dir }}/hadoop-env.sh && \\\nkinit -kt {{ hadoop_etc_dir }}/hdfs.keytab hdfs/{{ inventory_hostname }}@{{ kerber... | {
"task_files": 13,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 41189,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/hadoop-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/hadoop-config/templates/fair-scheduler.xml.j2",
"content": "<?xml version=\"1.0\"?>\n<allocations>\n <queue name=\"root\">\n <weight>1.0</weight>\n <schedulingPolicy>drf</schedulingPolicy>\n <aclSubmitApps> </aclSubmitApps>\n <aclAdministerApps>*</aclAdministerApps>\n {%... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 42930,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/hive | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/hive/tasks/hive-database.yml",
"content": "#\n# Create or update Hive metastore db schema:\n# uese: https://cwiki.apache.org/confluence/plugins/servlet/mobile?contentId=27362069#HiveSchemaTool-TheHiveSchemaTool\n\n- name: Install package dependencies\n ansible.builtin.package:\n nam... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11989,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/hive-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/hive-config/templates/hive-site.xml.j2",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<!-- \nCreated on: {{ ansible_date_time.iso8601 }}\nPushed to: {{ inventory_hostname }}\n -->\n<configuration>\n <property>\n <name>hive.metastore.uris</name>\n {% if groups['hive'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6486,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/hue | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/hue/tasks/main.yml",
"content": "- name: Create OS group\n ansible.builtin.group:\n name: \"{{ hue_os_group }}\"\n state: present\n become: yes\n \n- name: Include Create OS user\n include_role:\n name: create-system-user\n vars:\n new_user: \"{{ hue_os_user }}\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 10334,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/hue-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/hue-config/templates/hive-site.xml.j2",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<!-- \nCreated on: {{ ansible_date_time.iso8601 }}\nPushed to: {{ inventory_hostname }}\n -->\n<configuration>\n\n <property>\n <name>hive.server2.authentication</name>\n <val... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8083,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/impala | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/impala/templates/impala-stop.sh.j2",
"content": "#!/usr/bin/env bash\n\n# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\nSERVICE=$1\n\ndocker stop \"impala_$SERVICE\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 14090,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/impala-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/impala-config/tasks/main.yml",
"content": "- name: Create configuration directory\n file:\n path: \"{{ impala_etc_dir }}\"\n state: directory\n mode: '0755'\n become: yes \n \n# - name: Set Impala executor cgroup cpu-shares\n# shell: >\n# systemctl set-property impa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 13446,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/impala-proxy | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/impala-proxy/tasks/main.yml",
"content": "- name: Install haproxy package\n ansible.builtin.package:\n name:\n - haproxy\n state: latest\n become: yes\n \n- name: Create cfg directory\n file:\n path: /etc/haproxy/\n state: directory\n mode: '0755'\n become: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/impala-proxy-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/impala-proxy-config/templates/haproxy.cfg.j2",
"content": "#---------------------------------------------------------------------\n# Config for Impala loadbalancer, tcp port 21000 and 21050\n# see: https://impala.apache.org/docs/build/html/topics/impala_proxy.html#\n# see: https://www.d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4400,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/jupyterhub | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/jupyterhub/templates/examples/impyla-example.ipynb.j2",
"content": "{\n \"cells\": [\n {\n \"cell_type\": \"code\",\n \"execution_count\": null,\n \"id\": \"edfbccd5-1f2b-46ed-8629-f8a2587f3d95\",\n \"metadata\": {},\n \"outputs\": [],\n \"source\": [\n \"!kinit username... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 13488,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/jupyterhub-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/jupyterhub-config/tasks/main.yml",
"content": "- name: Create config files\n ansible.builtin.template:\n src: templates/{{ item }}\n dest: \"{{ jupyterhub_etc_dir }}/{{ item | replace('.j2','') }}\"\n owner: \"{{ jupyterhub_os_user }}\"\n group: \"{{ jupyterhub_os_group }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 492,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/kerberos-kdc | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/kerberos-kdc/tasks/main.yml",
"content": "- name: Determine OS specific config (RHEL)\n set_fact:\n fact_kdc_cfg_dir: /var/kerberos/krb5kdc\n fact_kdc_db_dir: /var/kerberos/krb5kdc\n fact_kdc_service_name: krb5kdc\n fact_admin_service_name: kadmin\n when: ansible_distr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2295,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/kerberos-kdc-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/kerberos-kdc-config/templates/krb5.conf.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n{% if (ansible_distribution == \"RedHat\") and (inventory_hostname in groups['kerberos_kdc']) %}\n[logging]\n default = FILE:{{ kerberos_log_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3540,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/livy | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/livy/templates/systemd_livy_service.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n[Unit]\nDescription=Livy service \nAfter=network.target\nStartLimitIntervalSec=0\n\n[Service]\nType=forking\nUser={{ livy_os_user }}\nGroup={{ liv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3257,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/livy-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/livy-config/templates/livy.conf.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\nlivy.rsc.rpc.server.address = {{ inventory_hostname }}\nlivy.environment = production\nlivy.server.csrf-protection.enabled = true\n\n# let users submi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2686,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/manager | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/manager/templates/systemd_docker_reg_ui_service.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n[Unit]\nDescription=Docker registry UI\nAfter=docker.service\nRequires=docker.service\n \n[Service]\nTimeoutStartSec=0\nRestart=always... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8051,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.