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 | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/postfix | 7,839 | [
"no_license"
] | [
{
"path": "roles/postfix/tasks/main.yml",
"content": "- name: Install postfix\n ansible.builtin.apt:\n pkg:\n - postfix\n - libsasl2-2\n - libsasl2-modules\n\n- name: Configure postfix\n ansible.builtin.copy:\n dest: /etc/postfix/main.cf\n content: |\n # MANAGED BY ANSIBLE\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/signal | 7,839 | [
"no_license"
] | [
{
"path": "roles/signal/tasks/main.yml",
"content": "- name: Add signal apt key\n ansible.builtin.copy:\n src: signal-desktop-keyring.gpg\n dest: /usr/share/keyrings/signal-desktop-keyring.gpg\n mode: '0644'\n owner: root\n group: root\n tags: signal\n\n- name: Add signal apt repo\n ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 733,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/systemd | 7,839 | [
"no_license"
] | [
{
"path": "roles/systemd/tasks/main.yml",
"content": "- name: Set journald retention\n ansible.builtin.blockinfile:\n path: /etc/systemd/journald.conf.d/retention.conf\n block: |\n [Journal]\n MaxRetentionSec=1month\n create: true\n mode: \"0644\"\n\n- name: Set systemd-logind hiberna... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 684,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/systemd-network | 7,839 | [
"no_license"
] | [
{
"path": "roles/systemd-network/tasks/main.yml",
"content": "- name: Configure wpa_supplicant\n ansible.builtin.copy:\n dest: \"/etc/wpa_supplicant/wpa_supplicant-{{ iface[hostvars['localhost'].ansible_hostname] }}.conf\"\n content: |\n ctrl_interface=DIR=/run/wpa_supplicant GROUP=adm\n up... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1575,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/wireguard | 7,839 | [
"no_license"
] | [
{
"path": "roles/wireguard/templates/wg.network.j2",
"content": "[Match]\nName={{ item }}\n\n[Network]\nAddress={{ ip[hostvars['localhost'].ansible_hostname][item] }}/24\nLLMNR=false\nMulticastDNS=false\nDNS={{ dns[item] }}\nDNSSEC=allow-downgrade\n#DNSDefaultRoute=no\nDomains={{ domains[item] }}\n\n[Link]\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1134,
"all_permissive": false
} |
ansible_role | minikdo/laptop | 1c026132dbc560d8f0eff48e55c1db78e20150b5 | 0 | roles/zsh | 7,839 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "- name: Install zsh\n ansible.builtin.apt:\n name: zsh\n state: present\n\n- name: Add the user domino to groups\n ansible.builtin.user:\n name: domino\n shell: /bin/zsh\n groups: sudo,adm,systemd-journal\n append: true\n\n- name: Clone o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | franzudev/ansible_docker | 56009f4a980bca0604baa1a610287a55b29b39a7 | 0 | roles/client_tls | 7,839 | [
"no_license"
] | [
{
"path": "roles/client_tls/defaults/main.yml",
"content": "---\n# defaults file for client_tls\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/client_tls/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts: all\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3068,
"all_permissive": false
} |
ansible_role | franzudev/ansible_docker | 56009f4a980bca0604baa1a610287a55b29b39a7 | 0 | roles/docker | 7,839 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: Install yum utils\n ansible.builtin.yum:\n name: yum-utils-4.0.21\n state: present\n\n- name: Install device-mapper-persistent-data\n ansible.builtin.yum:\n name: device-mapper-persistent-data-0.9.0\n state: present\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2449,
"all_permissive": false
} |
ansible_role | franzudev/ansible_docker | 56009f4a980bca0604baa1a610287a55b29b39a7 | 0 | roles/docker_tls | 7,839 | [
"no_license"
] | [
{
"path": "roles/docker_tls/tasks/main.yml",
"content": "---\n- name: Create /etc/ssl/private if it does not exist\n ansible.builtin.file:\n path: /etc/ssl/private\n state: directory\n mode: '0755'\n\n- name: Create /etc/ssl/csr if it does not exist\n ansible.builtin.file:\n path: /etc/ssl/csr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3577,
"all_permissive": false
} |
ansible_role | franzudev/ansible_docker | 56009f4a980bca0604baa1a610287a55b29b39a7 | 0 | roles/partition | 7,839 | [
"no_license"
] | [
{
"path": "roles/partition/tasks/main.yaml",
"content": "---\n- name: Create partition\n parted:\n device: /dev/sdb\n number: 1\n flags: [lvm]\n state: present\n part_start: 40GB\n\n- name: Format partition\n filesystem:\n fstype: ext4\n dev: /dev/sdb1\n\n- name: Stop docker service\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | franzudev/ansible_docker | 56009f4a980bca0604baa1a610287a55b29b39a7 | 0 | roles/stream | 7,839 | [
"no_license"
] | [
{
"path": "roles/stream/tasks/main.yaml",
"content": "- name: Convert to CentOS stream\n ansible.builtin.shell:\n cmd: \"dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos -y && touch converted\"\n creates: converted\n\n- name: Remove conflicting packages if they ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 484,
"all_permissive": false
} |
ansible_role | jared-skinner/ansible-devenv-playbook | 34adb917a8f8380816924821dcdd0d3d3618ccf1 | 0 | roles/development | 7,839 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yml",
"content": "- name: Install Lemonade\n copy: src=files/lemonade dest=/bin/lemonade mode=0755\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 81,
"all_permissive": false
} |
ansible_role | jared-skinner/ansible-devenv-playbook | 34adb917a8f8380816924821dcdd0d3d3618ccf1 | 0 | roles/neovim | 7,839 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n# This playbook will install neovim\n\n# centos install\n- name: Install Neovim Dependencies\n yum: pkg={{ item }}\n with_items:\n - libtool \n - autoconf \n - automake\n - cmake\n - gcc\n - gcc-c++\n - make\n - pkgconfig\n - unzi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3133,
"all_permissive": false
} |
ansible_role | jared-skinner/ansible-devenv-playbook | 34adb917a8f8380816924821dcdd0d3d3618ccf1 | 0 | roles/terminal | 7,839 | [
"no_license"
] | [
{
"path": "roles/terminal/tasks/main.yml",
"content": "---\n\n- name: Install terminal tools\n yum: pkg={{ item }}\n with_items:\n - zsh\n - tmux\n - htop\n - sshfs\n - dos2unix\n - mysql-server\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | jared-skinner/ansible-devenv-playbook | 34adb917a8f8380816924821dcdd0d3d3618ccf1 | 0 | roles/version_control | 7,839 | [
"no_license"
] | [
{
"path": "roles/version_control/tasks/main.yml",
"content": "---\n\n- name: Install Version Control\n yum: pkg={{ item }}\n with_items:\n - subversion\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'\n\n- name: Install Version Control Ubuntu\n apt: pkg={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 443,
"all_permissive": false
} |
ansible_role | sdmoradi/kube-vagrant | 2e6217191f8e9e638631d36c7c140e5729bd9112 | 1 | roles/set-shecan-dns | 7,839 | [
"permissive"
] | [
{
"path": "roles/set-shecan-dns/vars/main.yml",
"content": "---\n# vars file for set-shecan-dns\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 35
},
{
"path": "roles/set-shecan-dns/defaults/main.yml",
"content": "---\n# defaults file ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 677,
"all_permissive": true
} |
ansible_role | MateuxLucax/homeserver | b6a95896705a7c969bec15cc15d6032a79e09039 | 0 | roles/system | 7,839 | [
"no_license"
] | [
{
"path": "roles/system/handlers/main.yml",
"content": "---\n- name: Restart SSH daemon\n service:\n name: sshd\n state: restarted\n\n- name: Restart UFW\n service:\n name: ufw\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
{
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2724,
"all_permissive": false
} |
ansible_role | MateuxLucax/homeserver | b6a95896705a7c969bec15cc15d6032a79e09039 | 0 | roles/time_machine | 7,839 | [
"no_license"
] | [
{
"path": "roles/time_machine/tasks/main.yml",
"content": "---\n- include_tasks: format_disk.yml\n- include_tasks: time_machine.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/time_machine/tasks/time_machine.yml",
"content": "---\n- n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | NataliaZvezdina/atp | cbf4be83bb59c07db8daca53a5d1a74c2d0a40e3 | 0 | ansible/provision/roles/nginx | 7,839 | [
"no_license"
] | [
{
"path": "ansible/provision/roles/nginx/tasks/nginx-Ubuntu.yml",
"content": "---\n- name: Install nginx\n apt:\n pkg: nginx\n state: latest\n update_cache: yes\n notify:\n - Copy file to target machine\n - Copy nginx configuration in place\n - Service nginx reload\n - Ensure nginx se... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 4575,
"all_permissive": false
} |
ansible_role | NataliaZvezdina/atp | cbf4be83bb59c07db8daca53a5d1a74c2d0a40e3 | 0 | ansible/provision/roles/test_role | 7,839 | [
"no_license"
] | [
{
"path": "ansible/provision/roles/test_role/tasks/main.yml",
"content": "---\n- name: Test with ping\n ansible.builtin.ping:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 51,
"all_permissive": false
} |
ansible_role | SteveEdson/dev-env | ce957683d68d0bec1d99bc96b0d501323e3b17e5 | 2 | ansible/roles/base | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": " - name: Update apt\n apt: update_cache=yes\n sudo: yes \n\n - name: ensure software properties common is at latest version\n apt: name=software-properties-common state=latest\n\n - name: ensure python properties common is at latest ver... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | SteveEdson/dev-env | ce957683d68d0bec1d99bc96b0d501323e3b17e5 | 2 | ansible/roles/nginx | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": " - name: ensure nginx repository is present\n apt_repository: repo='ppa:nginx/stable' state=present\n\n - name: ensure nginx is at the latest version\n apt: name=nginx state=latest update_cache=yes\n notify:\n - restart nginx\n\n - n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 472,
"all_permissive": false
} |
ansible_role | SteveEdson/dev-env | ce957683d68d0bec1d99bc96b0d501323e3b17e5 | 2 | ansible/roles/php-testing | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/php-testing/tasks/main.yml",
"content": "---\n## todo: Only download when file doesn't exist, or is out of date\n#- name: ensure phpunit is up to date\n# shell: >\n# wget https://phar.phpunit.de/phpunit.phar\n#\n## todo: only exec when file does not have correct permissions\n#- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 579,
"all_permissive": false
} |
ansible_role | SteveEdson/dev-env | ce957683d68d0bec1d99bc96b0d501323e3b17e5 | 2 | ansible/roles/php5-cli | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/php5-cli/tasks/main.yml",
"content": " - name: Install php5\n apt: pkg={{ item }} state=latest\n with_items:\n - php5-cli\n - php5-mcrypt\n - php5-fpm\n - php5-mysql\n notify: restart php5-fpm\n\n - name: Enable extensions\n shell: >\n php5enmo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1084,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/base.host | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/base.host/tasks/base.host.yml",
"content": "---\n\n# tasks file for base.host\n\n- name: Clean yum repos\n shell: \"yum clean all\"\n args:\n warn: false # set warn=false to prevent warning\n changed_when: false\n\n- name: DNS search\n copy:\n src: resolv.conf\n des... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1404,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/base.oracle | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/base.oracle/tasks/filesystem.yml",
"content": "---\n\n- name: Create a logical volume u01\n lvol:\n vg: vg01\n lv: u01\n size: 80%VG\n shrink: no\n\n- name: Create filesystem on /dev/vg01/u01\n filesystem:\n fstype: ext4\n dev: /dev/vg01/u01\n\n- name: Mount ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/ceph | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/ceph/tasks/install.yml",
"content": "# Base host install\n################################################################################\n\n- name: 'Extend root fs'\n lvol:\n vg: vg00\n lv: lv_root\n size: 16G\n shrink: no\n resizefs: yes\n\n- name: Disable SEL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5894,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/elastic | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/elastic/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - elastic",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "etc.ansible/roles/elastic/vars/main.yml",
"content": "---\n#... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2750,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/kafka | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/kafka/handlers/main.yml",
"content": "---\n# handlers file for kafka",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "etc.ansible/roles/kafka/tasks/configure.yml",
"content": "---\n- name: Configure Kafka\n template... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2721,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/kubernetes | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/kubernetes/defaults/main.yml",
"content": "---\n# defaults file for kafka",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "etc.ansible/roles/kubernetes/files/docker.daemon.auth.json",
"content": "{\n \"exec-opts\"... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 11006,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/mapr | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/mapr/vars/main.yml",
"content": "---\n# vars file for kafka\n\nfirst_node: \"{{ ansible_play_batch[0] }}\"\nsecond_node: \"{{ ansible_play_batch[1] }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "etc.ansible/rol... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8213,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.crs.12R1 | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.crs.12R1/tasks/main.yml",
"content": "---\n# tasks file for oracle.crs.12R1\n\n- name: delete response file\n file:\n path: /home/oracle/grid.rsp\n state: absent\n\n- name: check if ~oracle/.crsbuild exists\n stat: \n path: /home/oracle/.crsbuild\n register: c... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 6855,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.crs.12R2 | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.crs.12R2/tasks/setup.grid.yml",
"content": "\n- name: Grid Setup\n block:\n - name: ACFS Centos path\n copy:\n src: acfs.centos.patch\n dest: /oracle/u01/gi/{{ oracle_ver_path }}/lib/\n\n - name: Apply patch ACFS Centos patch\n patch:\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5767,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.crs.19c | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.crs.19c/tasks/setup.grid.yml",
"content": "\n- name: \"Grid Setup gridSetup.sh (part I)\"\n block:\n - name: ACFS Centos path\n copy:\n src: acfs.centos.patch\n dest: \"{{ oracle_home }}/lib/\"\n\n - name: Apply patch ACFS Centos patch\n pat... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6079,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.crs.os.setup | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.crs.os.setup/tasks/os.setup.yml",
"content": "\n- name: cvuqdisk\n yum:\n name: cvuqdisk\n disable_gpg_check: yes\n\n- name: Extend the u01 mountpoint\n lvol:\n vg: vg01\n lv: u01\n size: 80G\n shrink: no\n resizefs: yes\n\n- name: Mount /dev/shm AS... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1762,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.database.12cR1 | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.database.12cR1/vars/main.yml",
"content": "---\n# vars file for oraclerestart\n\noracle_major_version: \"12.1\"\n\noracle_install_package_name1: \"linuxamd64_12102_database_1of2.zip\"\noracle_install_package_name2: \"linuxamd64_12102_database_2of2.zip\"\n\noracle_ver_path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.database.12cR2 | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.database.12cR2/tasks/main.yml",
"content": "---\n# tasks file for oracledatabase 12c R2\n\n- name: delete response file\n file:\n path: /home/oracle/db.rsp\n state: absent\n\n- name: check if oracle home installed\n stat:\n path: \"/oracle/u01/db/{{ oracle_ver_... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4892,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.db.home.19c | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.db.home.19c/tasks/setup.db.yml",
"content": "# oracle database 18c\n\n- name: DB Home Setup\n block:\n\n - name: install db.rsp\n template:\n src: \"{{ oracle_oh_response_file }}\"\n dest: \"{{ oracle_install_dir_temp }}/{{ oracle_oh_response_file ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1210,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.download.package | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.download.package/tasks/main.yml",
"content": "---\n# tasks file for oracle.download.package\n\n- name: Download and unpack packages\n include: download.package.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"pa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 811,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.post.install | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.post.install/tasks/main.yml",
"content": "---\n# post instalation tasks \n\n- name: \"Oracle KB\"\n file:\n path: \"/home/{{ oracle_os_user }}/.ORACLE_KB\"\n state: directory\n owner: \"{{ oracle_os_user }}\"\n group: \"{{ oracle_os_group }}\"\n\n- name: \"DB... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2192,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.restart.12cR1 | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.restart.12cR1/files/cfgrsp.properties",
"content": "oracle.assistants.asm|S_ASMPASSWORD\noracle.assistants.asm|S_ASMMONITORPASSWORD=<PASSWORD>\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "etc.ansible/roles... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4498,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.restart.12cR2 | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.restart.12cR2/defaults/main.yml",
"content": "---\n# defaults file for oraclerestart",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "etc.ansible/roles/oracle.restart.12cR2/vars/main.yml",
"content": "---\n# v... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4704,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.restart.19c | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.restart.19c/tasks/main.yml",
"content": "---\n# tasks file for oraclerestart 19c\n\n- name: check if ~oracle/.crsbuild exists\n stat:\n path: \"/home/{{ oracle_os_user }}/.crsbuild\"\n register: crsbuild_present\n\n- include_role:\n name: oracle.asm.disks\n pub... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4662,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/oracle.systemd | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/oracle.systemd/handlers/main.yml",
"content": "---\n# handlers file for oracle.systemd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "etc.ansible/roles/oracle.systemd/tests/test.yml",
"content": "---\n- hosts: loca... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3097,
"all_permissive": false
} |
ansible_role | ibre5041/automation-infra | 4a646715c2b8b3518d687ebc33b79214460e49aa | 1 | etc.ansible/roles/wls | 7,839 | [
"no_license"
] | [
{
"path": "etc.ansible/roles/wls/files/bash_profile",
"content": "# .bash_profile\n\n# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n\t. ~/.bashrc\nfi\n\n# User specific environment and startup programs\n\nPATH=$PATH:$HOME/.local/bin:$HOME/bin\n\n# https://oracle-base.com/articles/12c/weblogic-s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5235,
"all_permissive": false
} |
ansible_role | DmitriyBoon/WorkSolutions | 4bfb7744e7d5d07c3c617b0c7524d36b362b391c | 0 | Ansible/roles/adduser | 7,839 | [
"no_license"
] | [
{
"path": "Ansible/roles/adduser/handlers/main.yml",
"content": "---\n# handlers file for adduser\n- name: restart sshd\n service: name={{ adduser_sshd_config }} state=restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "Ansible/roles/adduse... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1801,
"all_permissive": false
} |
ansible_role | wuli133144/onkey-application | 9a81666e8bbcf62f9f6f912b03c17a06c2b13e04 | 0 | roles/db | 7,839 | [
"no_license"
] | [
{
"path": "roles/db/templates/hosts.j2",
"content": "[user]\n\nusername=root\npassword=<PASSWORD>\nconfig=/opt/test/xxxx.conf\ndestination=/opt/test/mysql.cf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/db/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | wuli133144/onkey-application | 9a81666e8bbcf62f9f6f912b03c17a06c2b13e04 | 0 | roles/httpd | 7,839 | [
"no_license"
] | [
{
"path": "roles/httpd/handlers/main.yml",
"content": "---\n- name: start httpd\n service: name=httpd state=stopped\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/httpd/tasks/main.yml",
"content": "---\n- name: install httpd\n yu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | wuli133144/onkey-application | 9a81666e8bbcf62f9f6f912b03c17a06c2b13e04 | 0 | roles/php | 7,839 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: install php\n yum: name={{item}} state=present\n with_items:\n - php\n - php-devel\n \n\n- name: test vars\n debug: msg=\"user:{{user}}\"\n\n\n- name: copy \n template: src=php.cf.j2 dest=/opt/my.cf owner=root group=root mode=0644... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | maxsnz/prosto-travel-infra | ab312121c2db0c08f0d453214d62461d87f7df0d | 0 | ansible/roles/nginx | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "# roles/nginx/tasks/main.yml\n\n- name: Copy nginx config files to /etc/nginx/sites-available\n copy:\n src: \"files/nginx/{{ item }}\"\n dest: \"/etc/nginx/sites-available/{{ item }}\"\n owner: root\n group: root\n mode: \"0644\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 894,
"all_permissive": false
} |
ansible_role | akanshaJohri/MediaWiki_Automation | 0529bb13406ad7921ea5ffd946e5e7a13f52c414 | 0 | mediawiki_cluster/Source_Code/Ansible-Playbook/roles/App-Role | 7,839 | [
"no_license"
] | [
{
"path": "mediawiki_cluster/Source_Code/Ansible-Playbook/roles/App-Role/tasks/csv-fetcher.yml",
"content": "- name: Move csv temmplate to destination\r\n ansible.builtin.template:\r\n src: \"{{item}}\"\r\n dest: \"/var/tmp/{{item | basename | regex_replace('\\\\.j2$', '') }}\"\r\n with_fileglob:\r\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3465,
"all_permissive": false
} |
ansible_role | akanshaJohri/MediaWiki_Automation | 0529bb13406ad7921ea5ffd946e5e7a13f52c414 | 0 | mediawiki_cluster/Source_Code/Ansible-Playbook/roles/Bastion-Node-Role | 7,839 | [
"no_license"
] | [
{
"path": "mediawiki_cluster/Source_Code/Ansible-Playbook/roles/Bastion-Node-Role/defaults/main.yml",
"content": "##In this file end user can update the value of variable as per the use cases.\n\n---\n\n#Replace path where software will be downloaded & extracted\ndownloaded_software_path: /tmp/\nextracted_s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2350,
"all_permissive": false
} |
ansible_role | akanshaJohri/MediaWiki_Automation | 0529bb13406ad7921ea5ffd946e5e7a13f52c414 | 0 | mediawiki_cluster/Source_Code/Ansible-Playbook/roles/EKS-Cluster-Role | 7,839 | [
"no_license"
] | [
{
"path": "mediawiki_cluster/Source_Code/Ansible-Playbook/roles/EKS-Cluster-Role/vars/main.yml",
"content": "##In this file end user can update the value of variable as per the use cases.\n\n---\n# Name of AWS region & EKS Cluster\nregion_name: us-east-1\ncluster_name: Auto-EKS-ORAN\n\n#Replace below AWS S3... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7976,
"all_permissive": false
} |
ansible_role | akanshaJohri/MediaWiki_Automation | 0529bb13406ad7921ea5ffd946e5e7a13f52c414 | 0 | mediawiki_cluster/Source_Code/Ansible-Playbook/roles/QoutaLimit | 7,839 | [
"no_license"
] | [
{
"path": "mediawiki_cluster/Source_Code/Ansible-Playbook/roles/QoutaLimit/tasks/main.yml",
"content": "- name: Move csv & qouta temmplate to destination\r\n ansible.builtin.template:\r\n src: \"{{item}}\"\r\n dest: \"/var/tmp/{{item }}\"\r\n with_fileglob:\r\n - templates/*\r\n\r\n- name: apply ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1945,
"all_permissive": false
} |
ansible_role | sabsare/z99-django | 35f2d8e10bcf2c87f4962a146e3b54a7b8a1f47b | 0 | roles/common | 7,839 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Update apt repository cache\n apt:\n update_cache: yes\n\n- name: Install basic dependencies\n apt:\n name:\n - python3\n - python3-pip\n - python3-venv\n - acl\n - git\n state: present",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | sabsare/z99-django | 35f2d8e10bcf2c87f4962a146e3b54a7b8a1f47b | 0 | roles/django | 7,839 | [
"no_license"
] | [
{
"path": "roles/django/tasks/main.yml",
"content": "- name: Install Django and dependencies\n pip:\n name:\n - django\n - djangorestframework\n - psycopg2-binary\n\n- name: Create Django project\n command: django-admin startproject myapp\n args:\n chdir: /opt\n creates: /opt/myap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1474,
"all_permissive": false
} |
ansible_role | sabsare/z99-django | 35f2d8e10bcf2c87f4962a146e3b54a7b8a1f47b | 0 | roles/nginx | 7,839 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "server {\n listen 80;\n #server_name {{ ansible_facts['hostname'] }} {{ ansible_facts['default_ipv4']['address'] }} \"\";\n\n # Proxy requests to Django development server\n location / {\n proxy_pass http://127.0.0.1:8000/;\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 927,
"all_permissive": false
} |
ansible_role | sabsare/z99-django | 35f2d8e10bcf2c87f4962a146e3b54a7b8a1f47b | 0 | roles/postgresql | 7,839 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "- name: Install PostgreSQL\n apt:\n name: postgresql\n state: present\n\n- name: Ensure PostgreSQL is running\n service:\n name: postgresql\n state: started\n enabled: true\n\n- name: Ensure psycopg2-binary\n pip:\n name:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/apps | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/apps/templates/document-chat.secrets.j2",
"content": "---\napiVersion: v1\nkind: Secret\nmetadata:\n name: chat-database-user-sql\n namespace: document-chat\ntype: Opaque\nstringData:\n create-user-sql: \"create user {{ document_chat.chat.postgres.user }} password '{{ document_ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5537,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/argocd | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/argocd/defaults/main.yaml",
"content": "---\nargocd_vars:\n kubernetes:\n application_set:\n replicas: 2\n resources:\n limits:\n memory: 2Gi\n requests:\n cpu: 1\n memory: 2Gi\n configs:\n cm:\n exec:\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9232,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/certmanager | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/certmanager/templates/cluster_issuer.j2",
"content": "apiVersion: cert-manager.io/v1\nkind: ClusterIssuer\nmetadata:\n name: {{ certmanager_vars.kubernetes.tls.cluster_issuer[issuer_type].name }}\nspec:\n acme:\n email: {{ certmanager_vars.kubernetes.tls.cluster_issuer[issuer_t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5376,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/cilium | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/cilium/templates/loadbalancer-ip-pool.j2",
"content": "apiVersion: \"cilium.io/v2alpha1\"\nkind: CiliumLoadBalancerIPPool\nmetadata:\n name: \"{{ cluster.cilium.ip_pool.name }}\"\nspec:\n blocks:\n - start: \"{{ cluster.cilium.ip_pool.start }}\"\n stop: \"{{ cluster.cilium.ip_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7222,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/cluster | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/cluster/templates/jail.local.j2",
"content": "[sshd]\nenabled = true\nport = ssh\nfilter = sshd-aggressive\nlogpath = /var/log/auth.log\nmaxretry = 5\nbantime = 3600\nfindtime = 300",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7577,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/external_secrets | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/external_secrets/tasks/main.yaml",
"content": "---\n- name: Import facts\n ansible.builtin.include_role:\n name: \"{{ item }}\"\n tasks_from: facts\n loop:\n - k3s\n\n- name: Set facts\n ansible.builtin.import_tasks:\n file: facts.yaml\n\n- name: Role Provisioning\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1871,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/harbor | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/harbor/tasks/facts.yaml",
"content": "---\n- name: Set project chart fact\n ansible.builtin.set_fact:\n harbor_project_chart: '{{ harbor_vars.kubernetes.helm.repository.org }}/{{ harbor_vars.kubernetes.helm.repository.name }}'\n run_once: true\n\n- name: Set project url fact\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7628,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/helm | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/helm/tasks/main.yaml",
"content": "---\n- name: Import facts\n ansible.builtin.import_role:\n name: k3s\n tasks_from: facts\n\n- name: Role Validation\n ansible.builtin.import_tasks:\n file: validation.yaml\n\n- name: Role Provisioning\n when: ansible_host in k3s_server_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4512,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/k3s | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/k3s/defaults/main.yaml",
"content": "---\nk3s_vars:\n cluster_name: \"{{ cluster.name }}\"\n management_user_group: management\n directory:\n bin: /usr/local/bin\n config: /etc/rancher/k3s\n lib: /var/lib/rancher/k3s\n server:\n kubeconfig:\n local: true\n ap... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5911,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/kong | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/kong/tasks/main.yaml",
"content": "---\n- name: Import facts\n ansible.builtin.include_role:\n name: \"{{ item }}\"\n tasks_from: facts\n loop:\n - k3s\n - certmanager\n\n- name: Role Validation\n ansible.builtin.import_tasks:\n file: validation.yaml\n\n- name: Rol... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 10264,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/loki | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/loki/tasks/main.yaml",
"content": "---\n- name: Import facts\n ansible.builtin.include_role:\n name: \"{{ item }}\"\n tasks_from: facts\n loop:\n - k3s\n - prometheus\n - rook_ceph\n\n- name: Role Validation\n ansible.builtin.import_tasks:\n file: validation.yam... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 14129,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/nvidia_gpu_operator | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/nvidia_gpu_operator/defaults/main.yaml",
"content": "---\nnvidia_gpu_operator_vars:\n kubernetes:\n default_settings:\n operator:\n defaultRuntime: containerd\n toolkit:\n enabled: true\n helm:\n chart:\n name: gpu-operator\n version... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6231,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/prometheus | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/tasks/main.yaml",
"content": "---\n- name: Import facts\n ansible.builtin.include_role:\n name: \"{{ item }}\"\n tasks_from: facts\n loop:\n - k3s\n - certmanager\n - kong\n\n- name: Role Validation\n ansible.builtin.import_tasks:\n file: validation.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5900,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/rabbitmq | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/rabbitmq/templates/values.j2",
"content": "global:\n defaultStorageClass: \"{{ rabbitmq_vars.kubernetes.storage.class }}\"\nclusterOperator:\n resources:\n requests:\n cpu: 200m\n memory: 256Mi\n limits:\n cpu: 200m\n memory: 256Mi\n metrics:\n enable... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4307,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/ray | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/ray/templates/values.j2",
"content": "affinity:\n nodeAffinity:\n requiredDuringSchedulingIgnoredDuringExecution:\n nodeSelectorTerms:\n - matchExpressions:\n - key: nvidia.com/gpu.present\n operator: DoesNotExist\nenv:\n - name: ENABLE_ZERO_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5344,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/redis | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/defaults/main.yaml",
"content": "---\nredis_vars:\n kubernetes:\n helm:\n chart:\n name: redis\n version: \"{{ versions.redis }}\"\n repository:\n name: bitnami\n url: https://charts.bitnami.com/bitnami\n github: bitnami/charts\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2418,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/reloader | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/reloader/tasks/main.yaml",
"content": "---\n- name: Import facts\n ansible.builtin.include_role:\n name: \"{{ item }}\"\n tasks_from: facts\n loop:\n - k3s\n\n- name: Set facts\n ansible.builtin.import_tasks:\n file: facts.yaml\n\n- name: Role Provisioning\n when: an... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2007,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/rook_ceph | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/rook_ceph/templates/cluster_values.j2",
"content": "toolbox:\n enabled: {{ rook_ceph_vars.kubernetes.toolbox.enabled }}\nmonitoring:\n enabled: {{ rook_ceph_vars.kubernetes.monitoring.enabled }}\ncephClusterSpec:\n dashboard:\n enabled: {{ rook_ceph_vars.kubernetes.dashboard.e... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9437,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/stackgres | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/stackgres/tasks/facts.yaml",
"content": "---\n- name: Set project chart fact\n ansible.builtin.set_fact:\n stackgres_project_chart: \"{{ stackgres_vars.kubernetes.helm.repository.org }}/{{ stackgres_vars.kubernetes.helm.chart.name }}\"\n run_once: true\n\n- name: Set project ur... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3997,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/tailscale | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/tailscale/tasks/facts.yaml",
"content": "- name: Set project chart fact\n ansible.builtin.set_fact:\n tailscale_project_chart: '{{ tailscale_vars.kubernetes.helm.repository.org }}/{{ tailscale_vars.kubernetes.helm.chart.name }}'\n run_once: true\n\n- name: Set variables fact\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3111,
"all_permissive": false
} |
ansible_role | Unique-AG/on-premise-cluster | 426e866de04634dc316615514a4e1c96e847a9d4 | 0 | ansible/roles/zitadel | 7,839 | [
"no_license"
] | [
{
"path": "ansible/roles/zitadel/tasks/facts.yaml",
"content": "- name: Set zitadel project chart fact\n ansible.builtin.set_fact:\n zitadel_project_chart: '{{ zitadel_vars.kubernetes.helm.repository.org }}/{{ zitadel_vars.kubernetes.helm.chart.name }}'\n run_once: true\n\n- name: Set project url fact\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 21963,
"all_permissive": false
} |
ansible_role | TimHat98/Ansible | 9089526af0b7df7edac74c1f72ba33da41ee2cd6 | 0 | roles/Wait_for_connection | 7,839 | [
"no_license"
] | [
{
"path": "roles/Wait_for_connection/tasks/main.yml",
"content": "---\n- name: Wait for connection\n wait_for_connection:\n delay: 10\n timeout: 900\n\n- name: Wait for Linux connection over SSH\n ansible.builtin.wait_for:\n port: 22\n host: \"{{ ansible_host }}\"\n delay: 10\n timeout: 300\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | TimHat98/Ansible | 9089526af0b7df7edac74c1f72ba33da41ee2cd6 | 0 | roles/debug | 7,839 | [
"no_license"
] | [
{
"path": "roles/debug/templates/tmp.txt.j2",
"content": "Hello {{ ansible_hostname }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/debug/tasks/main.yml",
"content": "---\n# tasks file for debug\n- name: Debug\n block:\n - name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 803,
"all_permissive": false
} |
ansible_role | TimHat98/Ansible | 9089526af0b7df7edac74c1f72ba33da41ee2cd6 | 0 | roles/nginx | 7,839 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yml",
"content": "---\n# handlers file for nginx\n- name: Restart Nginx\n ansible.builtin.systemd:\n state: restarted\n daemon_reload: true\n name: nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 800,
"all_permissive": false
} |
ansible_role | kevit/overlay | c805001e25fecfb71f79c1b9caf7129d667add4c | 0 | roles/bngsudheer.opendkim | 7,839 | [
"no_license"
] | [
{
"path": "roles/bngsudheer.opendkim/templates/etc/opendkim/KeyTable.j2",
"content": "{% for domain in dkim_domains %}\n{{ dkim_selector }}._domainkey.{{ domain }} {{ domain }}:{{ dkim_selector }}:/etc/opendkim/keys/{{ domain }}/{{ dkim_selector }}.private\n{% endfor %}\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3322,
"all_permissive": false
} |
ansible_role | kevit/overlay | c805001e25fecfb71f79c1b9caf7129d667add4c | 0 | roles/cornfeedhobo.cjdns | 7,839 | [
"no_license"
] | [
{
"path": "roles/cornfeedhobo.cjdns/vars/Debian-16.yml",
"content": "---\n\n__cjdns_packages:\n - \"cjdns\"\n\n__cjdns_user: \"cjdns\"\n__cjdns_group: \"cjdns\"\n\n__cjdns_service_name: \"cjdns\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3151,
"all_permissive": false
} |
ansible_role | kevit/overlay | c805001e25fecfb71f79c1b9caf7129d667add4c | 0 | roles/cornfeedhobo.epel | 7,839 | [
"no_license"
] | [
{
"path": "roles/cornfeedhobo.epel/README.md",
"content": "epel [](https://galaxy.ansible.com/cornfeedhobo/epel)\n====\n\nInstall the EPEL repository. Mostly useful as a dependency for other roles.\n\n ansible-galaxy install cornfeedhobo.epe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1690,
"all_permissive": false
} |
ansible_role | kevit/overlay | c805001e25fecfb71f79c1b9caf7129d667add4c | 0 | roles/fubarhouse.golang | 7,839 | [
"no_license"
] | [
{
"path": "roles/fubarhouse.golang/defaults/main.yml",
"content": "---\n# defaults file for fubarhouse-golang\n\n# Go\ngo_reget: false\ngo_install_clean: false\ngo_version: 1.11\ngo_uninstall: false\ngo_custom_mirror: https://storage.googleapis.com/golang\ngo_temporary_dir: /tmp\nmode_codebase: 0755\nmode_w... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5669,
"all_permissive": false
} |
ansible_role | kevit/overlay | c805001e25fecfb71f79c1b9caf7129d667add4c | 0 | roles/stouts.openvpn | 7,839 | [
"no_license"
] | [
{
"path": "roles/stouts.openvpn/molecule/default/playbook.yml",
"content": "---\n- name: Converge\n hosts: all\n vars:\n openvpn_download_clients: true\n openvpn_download_dir: /tmp/\n roles:\n - role: Stouts.openvpn\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 12804,
"all_permissive": false
} |
ansible_role | fatsheep9146/mini-k8s | 4fc997e004d218842c07199f42310a82c7b548f9 | 8 | playbook/roles/docker | 7,839 | [
"no_license"
] | [
{
"path": "playbook/roles/docker/tasks/install.yml",
"content": "# Step 1: apt-get update and install apt-transport-https ca-certificates\n\n- name: apt-get update\n apt:\n update_cache: yes\n become: yes\n\n- name: apt-get install apt-transport-https ca-certificates\n apt:\n name: \"{{ item }}\"\n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4428,
"all_permissive": false
} |
ansible_role | fatsheep9146/mini-k8s | 4fc997e004d218842c07199f42310a82c7b548f9 | 8 | playbook/roles/k8s_binary_install | 7,839 | [
"no_license"
] | [
{
"path": "playbook/roles/k8s_binary_install/defaults/main.yml",
"content": "# kubernetes related binary version, kubeadm, kubelet, kubectl\n\nkubernetes_binary_install_version: 1.7.0-00\n\n# kubernetes related binary install mode\n# \"direct_download\": download the neccessary packages from remote url, and... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1398,
"all_permissive": false
} |
ansible_role | fatsheep9146/mini-k8s | 4fc997e004d218842c07199f42310a82c7b548f9 | 8 | playbook/roles/kubelet | 7,839 | [
"no_license"
] | [
{
"path": "playbook/roles/kubelet/tasks/main.yml",
"content": "- name: cp kubelet.service to systemd \n become_user: root\n become: yes\n template: src=kubelet.service.{{ kubelet_version | regex_search('(v[0-9]+\\.[0-9]+)') }}.j2 dest=\"{{ debian_systemd_dir }}/kubelet.service.d/10-kubeadm.conf\"\n\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3702,
"all_permissive": false
} |
ansible_role | fatsheep9146/mini-k8s | 4fc997e004d218842c07199f42310a82c7b548f9 | 8 | playbook/roles/master | 7,839 | [
"no_license"
] | [
{
"path": "playbook/roles/master/templates/kubeadm_config.v1.8.yml",
"content": "apiVersion: kubeadm.k8s.io/v1alpha1\nkind: MasterConfiguration\napi:\n{% if kubernetes_apiserver_expose_interface == \"\" %}\n advertiseAddress: \"{{ hostvars[ inventory_hostname ]['ansible_default_ipv4']['address'] }}\"\n{% e... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4947,
"all_permissive": false
} |
ansible_role | fatsheep9146/mini-k8s | 4fc997e004d218842c07199f42310a82c7b548f9 | 8 | playbook/roles/network | 7,839 | [
"no_license"
] | [
{
"path": "playbook/roles/network/tasks/main.yml",
"content": "- name: mkdir directory to store the network yaml file\n become_user: root\n file: \n path: /etc/kubernetes/network\n state: directory\n run_once: true\n\n- name: template the network config file \n become_user: root\n template: src={... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | keithel/yocto-vagrant | 7a21f16abb187430cf615f645ac7f9c77196dbee | 5 | ansible/roles/common | 7,834 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n\n# - hosts: all\n# sudo: true\n\n - name: Update packages\n apt: update_cache=yes\n sudo: true\n\n - name: install misc packages\n apt: name={{ item }} state=latest\n with_items:\n - git-core\n - curl\n - unz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | keithel/yocto-vagrant | 7a21f16abb187430cf615f645ac7f9c77196dbee | 5 | ansible/roles/oe-selftest | 7,834 | [
"no_license"
] | [
{
"path": "ansible/roles/oe-selftest/tasks/main.yml",
"content": "---\n\n# - hosts: all\n# sudo: true\n\n\n - name: install OpenEmbedded Self-Test (oe-selftest) tools\n apt: name={{ item }} state=latest\n with_items:\n - python-git\n\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | keithel/yocto-vagrant | 7a21f16abb187430cf615f645ac7f9c77196dbee | 5 | ansible/roles/poky | 7,834 | [
"no_license"
] | [
{
"path": "ansible/roles/poky/tasks/main.yml",
"content": "---\n\n# - hosts: all\n# sudo: true\n\n - name: Clone Yocto Poky Linux repo and checkout the krogoth version (latest as of 20160509)\n git: repo=git://git.yoctoproject.org/poky version=krogoth dest=yocto/poky\n\n - name: Clone bb repo provi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | keithel/yocto-vagrant | 7a21f16abb187430cf615f645ac7f9c77196dbee | 5 | ansible/roles/yocto-adt-installer-extras | 7,834 | [
"no_license"
] | [
{
"path": "ansible/roles/yocto-adt-installer-extras/tasks/main.yml",
"content": "---\n\n# - hosts: all\n# sudo: true\n\n\n - name: install Yocto ADT Installer Extras\n apt: name={{ item }} state=latest\n with_items:\n - autoconf\n - automake\n - libtool\n - libglib2.0-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | keithel/yocto-vagrant | 7a21f16abb187430cf615f645ac7f9c77196dbee | 5 | ansible/roles/yocto-documentation-tools | 7,834 | [
"no_license"
] | [
{
"path": "ansible/roles/yocto-documentation-tools/tasks/main.yml",
"content": "---\n\n# - hosts: all\n# sudo: true\n\n\n - name: install Yocto Documentation tools\n apt: name={{ item }} state=latest\n with_items:\n - make\n - xsltproc\n - docbook-utils\n - fop\n - dblate... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | keithel/yocto-vagrant | 7a21f16abb187430cf615f645ac7f9c77196dbee | 5 | ansible/roles/yocto-essentials | 7,834 | [
"no_license"
] | [
{
"path": "ansible/roles/yocto-essentials/tasks/main.yml",
"content": "---\n\n# - hosts: all\n# sudo: true\n\n\n - name: install Yocto Essentials\n apt: name={{ item }} state=latest\n with_items:\n - gawk\n - wget\n - git-core\n - diffstat\n - unzip\n - texinfo\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | jackbrowne00/automac | 3bc23f07466757103a0fd8467b56f7c68f591fec | 0 | roles/setup | 7,834 | [
"no_license"
] | [
{
"path": "roles/setup/vars/main.yml",
"content": "---\nhomebrew:\n packages:\n - ansible\n # - awless\n - awscli\n # - antibody\n # - bat\n # - bottom\n # - exa\n # - fd\n # - fzf\n # - gradle\n - git\n # - go\n # - groovy\n # - httpie\n # - jq\n # - jrnl\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2758,
"all_permissive": false
} |
ansible_role | atlurisiva/aws_disk_report | 98c861cfad416a98cd48eaf619a5aa0b90e9345a | 0 | ansible/roles/assume_role | 7,834 | [
"no_license"
] | [
{
"path": "ansible/roles/assume_role/tasks/main.yml",
"content": "---\n- name: Assume target account role and set AWS credentials\n amazon.aws.aws_config:\n region: \"{{ aws_region }}\"\n role_arn: \"{{ aws_role_arn }}\"\n role_session_name: \"ansible-session-{{ inventory_hostname }}\"\n register... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.