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 | AS393949/as393949-playbooks | 159aa705a059cd1d59b70dc2ef8883f16ec2b215 | 0 | initial-setup-bird/roles/bird-install | 7,237 | [
"no_license"
] | [
{
"path": "initial-setup-bird/roles/bird-install/tasks/main.yml",
"content": "---\n# This role will install BIRD\n\n- name: Make sure all packages are up to date before we install anything\n apt: update_cache=yes upgrade=safe\n\n- name: Install BIRD package\n apt: name=bird state=latest\n\n- name: Ensure ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | OpenTeleRehab/keycloak | 93ddae23087d5a5d5d7a5e6ddf7cb7308c6b3a21 | 0 | config/ansible/roles/build | 7,237 | [
"no_license"
] | [
{
"path": "config/ansible/roles/build/tasks/main.yml",
"content": "---\n\n- name: Login to nexus docker private repo\n docker_login:\n registry: '{{ hub_registry }}'\n username: '{{ hub_user }}'\n password: '{{ <PASSWORD> }}'\n\n- name: Build docker image\n shell: 'docker build -t {{ project_name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1065,
"all_permissive": false
} |
ansible_role | gkedge/RoomToReact | 2970eaa2ec6cbde5470c7a6d0f1ff015cacfc648 | 0 | provision/ansible/roles/dependent-libs | 7,237 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/dependent-libs/meta/main.yml",
"content": "---\ndependencies: \n - role: geerlingguy.repo-epel\n# - role: geerlingguy.repo-remi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "provision/ansible/roles/dependent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | gkedge/RoomToReact | 2970eaa2ec6cbde5470c7a6d0f1ff015cacfc648 | 0 | provision/ansible/roles/dev-tools | 7,237 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/dev-tools/tasks/main.yml",
"content": "---\n- name: install the 'Development tools' package group\n yum: name=\"@Development tools\" state=present\n\n- name: Install yum packages\n yum: name={{ item }} state=present\n with_items: \"{{dev_tools}}\"\n \n- name: Update ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | dimik10/ceph_install-dependencies | 4964320efb744c27162f9ee0d1fb52e075c31f9e | 0 | roles/ceph-lvm | 7,237 | [
"no_license"
] | [
{
"path": "roles/ceph-lvm/tasks/main.yml",
"content": "---\n- name: Installing dependency lvm\n apt:\n name:\n - lvm2\n\n- name: Create LVM volume group ceph-vg-data-1\n lvg:\n pvs: /dev/sdb\n state: present\n vg: ceph-vg-data-1\n\n- name: Create a logical volume osd-data-lv1\n lvol:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1561,
"all_permissive": false
} |
ansible_role | dimik10/ceph_install-dependencies | 4964320efb744c27162f9ee0d1fb52e075c31f9e | 0 | roles/ceph-node-exporter | 7,237 | [
"no_license"
] | [
{
"path": "roles/ceph-node-exporter/tasks/main.yml",
"content": "---\n#- name: copy dashboard prom\n# include_tasks: configure_prom.yml\n# when: host in groups[mon] |\n# tags: prom\n\n- name: install script and program\n include_tasks: install_scripts.yml\n\n#- name: include remove_container.yml\n# inc... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3404,
"all_permissive": false
} |
ansible_role | dimik10/ceph_install-dependencies | 4964320efb744c27162f9ee0d1fb52e075c31f9e | 0 | roles/ceph-scripts | 7,237 | [
"no_license"
] | [
{
"path": "roles/ceph-scripts/templates/osd-fall-prevention.sh.j2",
"content": "#!/bin/bash\n\n#Change Log\n#v1.0\n#Писал <NAME>ло как то так.\n#v1.1\n#Скрипт проверяет что он запущен на активном мониторе, чтобы письма отправлялись\n#только с него, а не со всех.\n#(иначе писем будет по количеству мониторов)... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 15327,
"all_permissive": false
} |
ansible_role | dimik10/ceph_install-dependencies | 4964320efb744c27162f9ee0d1fb52e075c31f9e | 0 | roles/ceph_kernel_settings | 7,237 | [
"no_license"
] | [
{
"path": "roles/ceph_kernel_settings/tasks/main.yml",
"content": "# to part persistence change (file to sysctl)\n# run command\n---\n- name: copy persistence ceph kernel config\n copy:\n src: \"60-ceph.conf\"\n dest: \"/etc/sysctl.d/60-ceph.conf\"\n\n- name: ceph apply kernel param changes\n shell:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 265,
"all_permissive": false
} |
ansible_role | dimik10/ceph_install-dependencies | 4964320efb744c27162f9ee0d1fb52e075c31f9e | 0 | roles/ceph_lvm_block.db | 7,237 | [
"no_license"
] | [
{
"path": "roles/ceph_lvm_block.db/defaults/main.yml",
"content": "---\n#Добавляем состояние создания absent или present\nstate: 'present'\n#HDD Диски 12 шт.\nmydrives:\n - /dev/sda\n - /dev/sdb\n - /dev/sdc\n - /dev/sdd\n - /dev/sde\n - /dev/sdf\n - /dev/sdg\n - /dev/sdh\n - /dev/sdi\n - /dev/sdj... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3462,
"all_permissive": false
} |
ansible_role | dimik10/ceph_install-dependencies | 4964320efb744c27162f9ee0d1fb52e075c31f9e | 0 | roles/install-dependencies | 7,237 | [
"no_license"
] | [
{
"path": "roles/install-dependencies/tasks/main.yml",
"content": "# File: roles/scripts/tasks/main.yml\n---\n#- name: clean sources.list.d del files puppet.list & zabbix.list\n# command: rm -rf /etc/apt/sources.list.d/puppet.list && rm -rf /etc/apt/sources.list.d/zabbix.list\n#\n- name: Update and upgrade... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/aovs-plugin | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/aovs-plugin/tasks/main.yaml",
"content": "---\n- name: Checkout the aovs plugin\n git:\n repo: \"{{ aovs_plugin }}\"\n dest: /opt/stack/agilio-ovs-openstack-plugin\n become_user: stack\n become: true\n\n- name: install the aovs plugin\n command: python setup.py install\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 363,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/cleanup-cloud-init | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/cleanup-cloud-init/tasks/main.yaml",
"content": "---\n- name: EL7 - Remove cloud-init\n yum:\n name: cloud-init\n state: absent\n when: ansible_facts['os_family']|lower == 'redhat'\n\n- name: Ubuntu - Remove cloud-init\n apt:\n name: cloud-init\n state: absent\n when... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 739,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/devstack | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/devstack/tasks/main.yaml",
"content": "---\n- set_fact:\n sudo_group: sudo\n when: ansible_facts['os_family']|lower == 'debian'\n\n- name: Ensure 'stack' user exists\n user:\n name: stack\n shell: /bin/bash\n groups: \"{{ sudo_group | default('wheel') }}\"\n append:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6873,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/flower-firmware | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/flower-firmware/tasks/initramfs-tools.yaml",
"content": "---\n- name: Ubuntu - Ensure initramfs-tools has a hook to load the firmware\n template:\n src: initramfs-hook.j2\n dest: \"{{ initramfs_hook }}\"\n mode: 0755\n\n- name: Ubuntu - Rebuild initramfs\n command: update... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3156,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/kernel-settings | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/kernel-settings/tasks/redhat.yaml",
"content": "---\n- name: EL7 - Find grub.cfg\n stat:\n path: \"{{ item }}\"\n with_items:\n - /boot/grub2-efi/grub.cfg\n - /boot/grub2/grub.cfg\n - /etc/grub2.cfg\n - /etc/grub2-efi.cfg\n register: grubcfg\n\n- name: EL7 - Reset ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1472,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/network-config | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/network-config/templates/ifcfg-up.j2",
"content": "BOOTPROTO=none\nDEVICE={{ item }}\nONBOOT=yes\nTYPE=Ethernet\nMTU={{ mtu_map[item] }}\nUSERCTL=no\nNOZEROCONF=yes\nIPV6INIT=no\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_byte... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4075,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/openvswitch | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/openvswitch/tasks/debian.yaml",
"content": "---\n- name: Ubuntu - add cloud-archive repo\n command: >-\n apt-add-repository -y cloud-archive:{{ cloud_archive | default('stein') }}\n\n- name: Ubuntu - Upgrade all packages to the latest version\n apt:\n name: \"*\"\n state:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1798,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/probe-tuning-profile | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/probe-tuning-profile/scripts/gen_tuning_profile.py",
"content": "#!/usr/bin/python2\n\nfrom __future__ import print_function\nfrom subprocess import Popen, PIPE\n\nimport argparse\nimport json\nimport os\n\n\ndef _cmd(command):\n \"\"\"Runs command and returns stdout\"\"\"\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4020,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/required-packages | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/required-packages/tasks/debian.yaml",
"content": "---\n- name: Ubuntu - Upgrade all packages to the latest version\n apt:\n name: \"*\"\n state: latest\n update_cache: true\n force_apt_get: true\n\n- name: Ubuntu - Ensure convenient tools installed\n apt:\n name: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/swap | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/swap/tasks/main.yaml",
"content": "---\n- command: swapoff {{ swapdisk }}1\n when: swapdisk is defined\n ignore_errors: true\n\n- command: cat /proc/swaps\n register: result\n until: result.stdout.find((swapdisk, '1 ') | join('')) == -1\n retries: 5\n delay: 1\n when: swapdis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 954,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/switchdev | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/switchdev/scripts/scan_switchdevs.py",
"content": "#!/usr/bin/python2.7\n\nfrom __future__ import print_function\n\nimport os\n\n\ndef get_phys_switch_id(netdev):\n try:\n with open('/sys/class/net/{}/phys_switch_id'.format(netdev)) as f:\n return f.read().strip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6475,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/system-logging | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/system-logging/tasks/main.yaml",
"content": "---\n- name: Enable persistent journal\n file:\n path: /var/log/journal\n state: directory\n register: journal_dir\n\n- name: Restart systemd-journald\n systemd:\n state: restarted\n name: systemd-journald\n when: journal_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 384,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/vfio-module | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/vfio-module/tasks/main.yaml",
"content": "---\n- name: Load the vfio-pci module\n modprobe:\n name: vfio-pci\n state: present\n\n- name: Load vfio-pci at boot\n copy:\n content: \"# Load vfio-pci.ko at boot\\nvfio-pci\"\n dest: /etc/modules-load.d/vfio-pci.conf\n mo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": true
} |
ansible_role | Netronome/agilio-ovs-openstack-plugin | 4074eabd3d75672bf358bc0b60949004299f4760 | 6 | ansible/roles/virtio-forwarder | 7,237 | [
"permissive"
] | [
{
"path": "ansible/roles/virtio-forwarder/tasks/main.yaml",
"content": "---\n- name: Run EL7 specific tasks\n import_tasks: redhat.yaml\n when: ansible_facts['os_family']|lower == 'redhat'\n\n- name: Run Ubuntu specific tasks\n import_tasks: debian.yaml\n when: ansible_facts['os_family']|lower == 'debia... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6526,
"all_permissive": true
} |
ansible_role | ptoal/infrastructure_config | dd7d27326c217a0db2411c8fc3d2cc6c5491e088 | 0 | roles/oatakan.rhel_template_build | 7,237 | [
"no_license"
] | [
{
"path": "roles/oatakan.rhel_template_build/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n author: oatakan\n description: RedHat/CentOS template build.\n role_name: rhel_template_build\n company: \"Red Hat\"\n license: \"license (BSD, MIT)\"\n min_ansible_version: 2.4\n platform... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 13080,
"all_permissive": false
} |
ansible_role | ptoal/infrastructure_config | dd7d27326c217a0db2411c8fc3d2cc6c5491e088 | 0 | roles/oatakan.rhel_upgrade | 7,237 | [
"no_license"
] | [
{
"path": "roles/oatakan.rhel_upgrade/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - oatakan.rhel_upgrade",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/oatakan.rhel_upgrade/tasks/main.yml",
"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3668,
"all_permissive": false
} |
ansible_role | ptoal/infrastructure_config | dd7d27326c217a0db2411c8fc3d2cc6c5491e088 | 0 | roles/oatakan.rhel_vcenter_template | 7,237 | [
"no_license"
] | [
{
"path": "roles/oatakan.rhel_vcenter_template/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Ansible galaxy role for building a RHEL/CentOS VM template from an ISO file on VMware vcenter.\n role_name: rhel_vcenter_template\n company: Red Hat\n\n license: MIT\n\n min_ans... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 16011,
"all_permissive": false
} |
ansible_role | ptoal/infrastructure_config | dd7d27326c217a0db2411c8fc3d2cc6c5491e088 | 0 | roles/oatakan.rhn | 7,237 | [
"no_license"
] | [
{
"path": "roles/oatakan.rhn/tasks/register.yml",
"content": "---\n\n- name: include rhn subscription tasks\n block:\n - include_tasks: rhn.yml\n when: ansible_version.full is version('2.10', '>=')\n\n - include_tasks: rhn_29.yml\n when: ansible_version.full is version('2.10', '<')\n when:... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 6355,
"all_permissive": false
} |
ansible_role | amansharif/Ansible | aedec50ad8aec8782974c36ecd238fd39b0688b9 | 0 | roles/sharif.java | 7,237 | [
"no_license"
] | [
{
"path": "roles/sharif.java/tasks/setup-RedHat.yml",
"content": "---\n- name: Install Java if shall_remove value is not passed.\n yum:\n name: \"{{ java_packages }}\"\n autoremove: \"{{ shall_remove }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1600,
"all_permissive": false
} |
ansible_role | amansharif/Ansible | aedec50ad8aec8782974c36ecd238fd39b0688b9 | 0 | roles/sharif.maven | 7,237 | [
"no_license"
] | [
{
"path": "roles/sharif.maven/tasks/main.yml",
"content": "---\n- name: load version vars\n with_first_found:\n - '../vars/versions/{{ maven_version }}.yml'\n - ../vars/versions/default.yml\n include_vars: '{{ item }}'\n\n- name: assert version vars\n assert:\n that:\n - \"maven_redis_sha25... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7213,
"all_permissive": false
} |
ansible_role | amansharif/Ansible | aedec50ad8aec8782974c36ecd238fd39b0688b9 | 0 | roles/sharif.nodejs_forever | 7,237 | [
"no_license"
] | [
{
"path": "roles/sharif.nodejs_forever/defaults/main.yml",
"content": "---\n# defaults file for nodejs\nnode_major_version: 14\npackage_state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/sharif.nodejs_forever/tasks/forever.yml",... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 994,
"all_permissive": false
} |
ansible_role | amansharif/Ansible | aedec50ad8aec8782974c36ecd238fd39b0688b9 | 0 | roles/sharif.server-configuration | 7,237 | [
"no_license"
] | [
{
"path": "roles/sharif.server-configuration/tasks/create-user.yml",
"content": "---\n- name: Make sure we have 'einsite_admins' group\n group:\n name: einsite_admins\n state: present\n become: yes\n\n- name: Make sure we have 'einsite_apps' group\n group:\n name: einsite_apps\n system: yes\n... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3540,
"all_permissive": false
} |
ansible_role | nelsonenzo/ansible-base | a20cd69e08272b65c6fbece744b37b9bf8260593 | 0 | roles/common | 7,233 | [
"no_license"
] | [
{
"path": "roles/common/meta/main.yml",
"content": "---\ndependencies:\n - role: ntp\n ntp_config_server: [2.ubuntu.pool.ntp.org, 1.ubuntu.pool.ntp.org]\n - role: users\n - role: mail-sender",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"path": "ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | AndreasSko/GalaxyToPulsarInfrastructure | 0a8460cd34787b47efaac6af83ab479ef4e78e9d | 1 | ansible/roles/galaxyproject.pulsar | 7,233 | [
"no_license"
] | [
{
"path": "ansible/roles/galaxyproject.pulsar/templates/app.yml.j2",
"content": "---\n\n{{ pulsar_yaml_config | to_nice_yaml }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "ansible/roles/galaxyproject.pulsar/README.md",
"content": "Pulsar\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 11482,
"all_permissive": false
} |
ansible_role | Dominique57/my-rpi-ansible | ba3d2e917307e84eeba81c9127c78f52a0786fd4 | 0 | roles/common | 7,233 | [
"no_license"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "# yamllint disable rule:line-length\ncommon_users:\n - user: \"dominique\"\n ssh_keys:\n - name: \"github\"\n key: \"https://github.com/dominique57.keys\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1437,
"all_permissive": false
} |
ansible_role | Dominique57/my-rpi-ansible | ba3d2e917307e84eeba81c9127c78f52a0786fd4 | 0 | roles/dashboard | 7,233 | [
"no_license"
] | [
{
"path": "roles/dashboard/templates/config/services.yaml.j2",
"content": "---\n{{ ansible_managed | comment }}\n\n- Applicative:\n - Whoami:\n icon: mdi-cloud-question\n href: https://whoami.aloeil.duckdns.org\n server: my-docker\n container: whoami\n\n- Network:\n - Traef... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3445,
"all_permissive": false
} |
ansible_role | Dominique57/my-rpi-ansible | ba3d2e917307e84eeba81c9127c78f52a0786fd4 | 0 | roles/traefik | 7,233 | [
"no_license"
] | [
{
"path": "roles/traefik/tasks/main.yml",
"content": "---\n- name: \"Create root directory\"\n ansible.builtin.file:\n path: \"/compose/traefik/{{ item }}\"\n state: directory\n mode: '0700'\n loop:\n - ''\n\n- name: \"Create applicative directory\"\n ansible.builtin.file:\n path: \"/compo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2525,
"all_permissive": false
} |
ansible_role | Dominique57/my-rpi-ansible | ba3d2e917307e84eeba81c9127c78f52a0786fd4 | 0 | roles/upsnap | 7,233 | [
"no_license"
] | [
{
"path": "roles/upsnap/tasks/main.yml",
"content": "---\n- name: \"Create root directory\"\n ansible.builtin.file:\n path: \"/compose/upsnap/{{ item }}\"\n state: directory\n mode: '0700'\n loop:\n - ''\n\n- name: \"Create applicative directory\"\n ansible.builtin.file:\n path: \"/compose... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 898,
"all_permissive": false
} |
ansible_role | Dominique57/my-rpi-ansible | ba3d2e917307e84eeba81c9127c78f52a0786fd4 | 0 | roles/wireguard | 7,233 | [
"no_license"
] | [
{
"path": "roles/wireguard/templates/docker-compose.yml.j2",
"content": "{{ ansible_managed | comment }}\n\nversion: \"3.6\"\n\nnetworks:\n default:\n name: 'wireguard'\n traefik:\n external: true\n\nservices:\n wireguard:\n image: ghcr.io/wg-easy/wg-easy\n restart: unless-stopped\n contai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1694,
"all_permissive": false
} |
ansible_role | Antongetmanchuk/webdav | 39f472962a1cdda61cb9d2a9b6836cfbe4ee53e5 | 0 | roles/apache | 7,233 | [
"permissive"
] | [
{
"path": "roles/apache/templates/webdav.conf.j2",
"content": "NameVirtualHost *\n<VirtualHost *:{{webdav_port}}>\nServerAdmin webmaster@domain\nDocumentRoot /home/webdav/\n\n<Directory /home/webdav/>\nOptions Indexes MultiViews\nAllowOverride None\nOrder allow,deny\nallow from all\n</Directory>\n\n</Virtua... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2908,
"all_permissive": true
} |
ansible_role | Antongetmanchuk/webdav | 39f472962a1cdda61cb9d2a9b6836cfbe4ee53e5 | 0 | roles/aws_create | 7,233 | [
"permissive"
] | [
{
"path": "roles/aws_create/tasks/main.yml",
"content": "- name: Get EC2 facts\n ec2_remote_facts:\n aws_access_key: \"{{ ec2_access_key }}\"\n aws_secret_key: \"{{ ec2_secret_key }}\"\n region: \"{{ ec2_region }}\"\n filters:\n instance-state-name: running\n \"tag:env\": \"{{ env }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2915,
"all_permissive": true
} |
ansible_role | Antongetmanchuk/webdav | 39f472962a1cdda61cb9d2a9b6836cfbe4ee53e5 | 0 | roles/mysql | 7,233 | [
"permissive"
] | [
{
"path": "roles/mysql/templates/dump.sql.j2",
"content": "/*!40101 SET NAMES utf8 */;\nDROP USER IF EXISTS '{{dbd_user}}'@'localhost';\nCREATE USER '{{dbd_user}}'@'localhost' IDENTIFIED BY '{{dbd_password}}';\nGRANT ALL PRIVILEGES ON webdav . * TO '{{dbd_user}}'@'localhost';\nFLUSH PRIVILEGES;\n\nDROP TABL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3560,
"all_permissive": true
} |
ansible_role | Antongetmanchuk/webdav | 39f472962a1cdda61cb9d2a9b6836cfbe4ee53e5 | 0 | roles/systemtasks | 7,233 | [
"permissive"
] | [
{
"path": "roles/systemtasks/files/python.sh",
"content": "#test -e /usr/bin/python || (sudo apt -y update && sudo apt install -y python-minimal)\n#!/bin/bash\nset -e\napt-get -qq update\napt-get -qq --yes install python python-apt python-pycurl sshpass\ntouch /root/.ansible_python_installed\n\n\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1209,
"all_permissive": true
} |
ansible_role | pavantech/Ansible_jenkins | 26d8212c28a6a951dda241daadbbb8978b8469ff | 0 | jenkins/centos7/roles/jenkins_jdk8 | 7,233 | [
"no_license"
] | [
{
"path": "jenkins/centos7/roles/jenkins_jdk8/tasks/main.yml",
"content": "---\n- name: install the epel relase latest for centos7\n yum: \n name: http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-10.noarch.rpm \n state: latest\n ignore_errors: true\n\n- name: Download JDK rpm file\n she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1711,
"all_permissive": false
} |
ansible_role | Grocer-Cao/ansible_playbook_training | b2e76f0b5224cf4a48763baa2368ec7d7c5fb157 | 0 | roles/common | 7,233 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Roles tasks test\n shell: uname >> /tmp/{{fp1}}\n\n- name: Templates\n template: src=vim.rc.j2 dest=/tmp/vim.rc\n\n- name: Install tree\n yum: name={{item}} state=present\n with_items:\n - tree\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | mattmakai/fsp-deployment-guide | 9b341d7199326ace7d89d46f9c148f3aa3b5ef31 | 123 | prod/roles/common | 7,233 | [
"no_license"
] | [
{
"path": "prod/roles/common/tasks/postgresql.yml",
"content": "###\n# Installs and configures the PostgreSQL database\n#\n- name: ensure postgresql database packages are installed\n apt: name={{item}}\n sudo: yes\n with_items:\n - postgresql\n - libpq-dev\n - python-psycopg2\n - postgresql-c... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 10726,
"all_permissive": false
} |
ansible_role | MarianFekry/udapeople-cicd | d1374f04a4efbb3fa47c7c9b403d1bb3705cf008 | 0 | .circleci/ansible/roles/configure-server | 7,233 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"install dependencies.\"\n become: true\n apt:\n name: [\"nodejs\", \"npm\"]\n state: latest\n update_cache: yes\n \n- name: \"install n\"\n become: yes\n npm:\n name: n\n global: yes\n pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1426,
"all_permissive": false
} |
ansible_role | MarianFekry/udapeople-cicd | d1374f04a4efbb3fa47c7c9b403d1bb3705cf008 | 0 | .circleci/ansible/roles/deploy | 7,233 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n\n- name: \"Creates backend app directory\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: \"install depende... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 989,
"all_permissive": false
} |
ansible_role | nobbe/tinfoilgw | 388f6c46a2d226e74f49cd1d19f8a970e14ea4e9 | 1 | roles/hostapd | 7,233 | [
"no_license"
] | [
{
"path": "roles/hostapd/tasks/main.yml",
"content": "---\n - debug: var=wlanSSID\n\n - name: \"Install hostapd (SUSE)\"\n become: true\n zypper:\n name: hostapd\n state: present\n when: ansible_os_family|lower == 'suse'\n\n - name: \"Install hostapd (RedHat)\"\n become: true\n y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1510,
"all_permissive": false
} |
ansible_role | nobbe/tinfoilgw | 388f6c46a2d226e74f49cd1d19f8a970e14ea4e9 | 1 | roles/tinfoilgw | 7,233 | [
"no_license"
] | [
{
"path": "roles/tinfoilgw/tasks/main.yml",
"content": "---\n # Enable ipforwarding in sysctl\n - name: \"Enable ipforwarding\"\n sysctl:\n name: \"{{ item }}\"\n value: 1\n sysctl_set: yes\n state: present\n reload: yes\n with_items:\n - net.ipv4.ip_forward\n\n # Allo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1782,
"all_permissive": false
} |
ansible_role | LastStar/playbooks | bfb3d0bc81e2f9e93b8b8f5f7a5ba992d374786a | 0 | roles/common | 7,233 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Upgrade apt packages\n apt: upgrade=yes\n update_cache=yes\n\n- name: Install GIT\n apt: name=git\n state=latest\n\n- name: Install NTP\n apt: pkg=ntp\n state=latest\n\n- name: Install Vim\n apt: pkg=vim\n state=la... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | LastStar/playbooks | bfb3d0bc81e2f9e93b8b8f5f7a5ba992d374786a | 0 | roles/deploy-user | 7,233 | [
"no_license"
] | [
{
"path": "roles/deploy-user/tasks/main.yml",
"content": "---\n- name: Add the deploy user\n user: name=deploy\n home=/home/deploy\n shell=/bin/bash\n comment=\"Deploy User\"\n\n- name: Set up authorized_keys for the deploy user\n authorized_key: user=deploy\n state=p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 845,
"all_permissive": false
} |
ansible_role | LastStar/playbooks | bfb3d0bc81e2f9e93b8b8f5f7a5ba992d374786a | 0 | roles/forge | 7,233 | [
"no_license"
] | [
{
"path": "roles/forge/vars/main.yml",
"content": "---\nruby_version: ruby-2.1.2\nruby_checksum: f22a6447811a81f3c808d1c2a5ce3b5f5f0955c68c9a749182feb425589e6635\nruby_download_location: http://cache.ruby-lang.org/pub/ruby/2.1/{{ruby_version}}.tar.gz\n\nurl_apt_key: \"http://keyserver.ubuntu.com/pks/lookup?... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4986,
"all_permissive": false
} |
ansible_role | LastStar/playbooks | bfb3d0bc81e2f9e93b8b8f5f7a5ba992d374786a | 0 | roles/middleman | 7,233 | [
"no_license"
] | [
{
"path": "roles/middleman/tasks/main.yml",
"content": "---\n- name: Install libxml library\n apt: name=libxml2-dev state=latest\n\n- name: Install libxslt library\n apt: name=libxslt1-dev state=latest\n\n- name: Install bundler\n gem: name=bundler state=latest\n\n- name: Install therubyracer\n gem: nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1310,
"all_permissive": false
} |
ansible_role | LastStar/playbooks | bfb3d0bc81e2f9e93b8b8f5f7a5ba992d374786a | 0 | roles/nginx | 7,233 | [
"no_license"
] | [
{
"path": "roles/nginx/vars/main.yml",
"content": "---\nuser: www-data\nworker_processes: $ansible_processor_count\npid: /var/run/nginx.pid\nworker_connections: 768\nvhosts:\n - name: laststar.eu\n aliases:\n - www.laststar.eu\n - name: wrabec.cz\n aliases:\n - wrabec.eu\n - www.wrabe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2681,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-L4-L7-service-graph-template | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-L4-L7-service-graph-template/tasks/apply-server-config.yml",
"content": "---\n- name: Apply Service Graph Server Config\n aci_rest:\n hostname: '{{ aci_ip }}'\n username: '{{ aci_username }}'\n password: '{{ <PASSWORD> }}'\n validate_certs: \"no\"\n path: /api/node/mo/un... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 16957,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-aep | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-aep/tasks/main.yml",
"content": "---\n# 3.1.3 Create Attachable Entity Profile for each External Node\n\n- name: Create Attachable Entity profile with an assigned physical domain\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: \"{{ <PASS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1147,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-associate-contract-to-extr-epg | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-associate-contract-to-extr-epg/vars/main.yml",
"content": "\n#### Type of contract associations\n\nprovider_case:\n - url: api/node/mo/uni/tn-{{ item.tenant_name }}/out-{{ item.tenant_external_routed_network_name }}/instP-{{item.tenant_external_routed_network_epg_name}}/rsprov-{{ item.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2175,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-associate-subnet-to-epg | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-associate-subnet-to-epg/tasks/main.yml",
"content": "---\n# 3.4.1.4.2 Create Subnet for the External Routed Network\n# This role deploys a subnet under a specified External Network (EPG)\n\n- name: Deploy an Subnet under a specified External EPG \n aci_rest:\n hostname: \"{{ aci_ip ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1318,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-L4-L7 | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-L4-L7/tasks/main.yml",
"content": "---\n- name: Create L4 L7 Devices Physical FW \n aci_rest:\n hostname: '{{ aci_ip }}'\n username: '{{ aci_username }}'\n password: '{{ <PASSWORD> }}'\n validate_certs: \"no\"\n path: /api/node/mo/uni/tn-{{item.tenant_name}}/lDevV... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4286,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-access-port-policy-group | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-access-port-policy-group/tasks/main.yml",
"content": "---\n# 3.1.5.1 Create Access Port Policy Group\n\n- name: Create an access port policy group\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4618,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-bfd-profile | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-bfd-profile/tasks/main.yml",
"content": "---\n# Create BFD profile\n\n- name: Create BFD Profile\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n path: \"/api/node/mo/uni/tn-{{ item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-cdp-policy | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-cdp-policy/tasks/main.yml",
"content": "---\n# 3.1.4.2 Create CDP Policy\n\n- name: Create a CDP policy\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n path: api/node/mo/uni/infra/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 803,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-extr-epg | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-extr-epg/tasks/main.yml",
"content": "---\n\n#3.4.1.4.1 Create External Network (EPG) for the External Routed Network\n\n- name: Create External Network (EPG) for the External Routed Network\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-interface-profile | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-interface-profile/tasks/main.yml",
"content": "---\n# 3.1.6.1-3 Create Interface Profile for Access Port or PC/vPC\n- name: Create interface profile\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2252,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-link-level-policy | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-link-level-policy/tasks/main.yml",
"content": "---\n# 3.1.4.1 Create Link Level Policy\n\n- name: Create a link-level policy\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n path: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1332,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-lldp-policy | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-lldp-policy/tasks/main.yml",
"content": "---\n# 3.1.4.3 Create LLDP policy\n\n- name: Create a LLDP policy\n aci_intf_policy_lldp: # this module manages LLDP interface policies on Cisco ACI fabrics. It works with the internal APIC class lldp:ifPol\n hostname: \"{{ aci_ip }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 920,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-match-all-contract | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-match-all-contract/tasks/main_rest.yml",
"content": "---\n- name: Print IP, USR, PASS for debug purposes. is group vars working here?\n debug: \n msg: \"DBG = {{ aci_ip }} _ {{ aci_username }} _ {{ aci_password }} \"\n\n- name: Item debug\n debug: \n msg: \"DBG_ITEM = {{ ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5388,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-pc-policy-group | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-pc-policy-group/tasks/main.yml",
"content": "---\n# 3.1.5.2 and 3.1.5.4 Create PC/vPC Policy Group\n\n- name: Create a port-channel policy group\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_ce... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5051,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-port-channel-policy | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-port-channel-policy/tasks/main.yml",
"content": "---\n# 3.1.4.4 Create Port-Channel Policy\n\n- name: Create a Port-Channel policy\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1287,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-static-route-nodes | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-static-route-nodes/tasks/main.yml",
"content": "---\n# 3.6.3.2.1 Add Static route to Node Profile on Configured Nodes\n\n- name: Add Static route to Node Profile on Configured Nodes\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1505,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-create-stp-policy | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-create-stp-policy/tasks/main.yml",
"content": "---\n# 3.1.4.5 Create an STP interface policy\n\n- name: Create an interface STP policy\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 897,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-external-domain | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-external-domain/tasks/main.yml",
"content": "---\n# 3.1.2 Create External Routed Domain\n\n- name: Create External Routed Domain with associated VLAN Pool and Security Domains\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: \"{{ <PASSWOR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1912,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-external-network-logical-interface | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-external-network-logical-interface/tasks/main.yml",
"content": "---\n# 3.4.1.2.2 Create Logical Interface Profile\n\n- name: Add Logical Interface Profile for External Network Logical Node\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3888,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-external-network-peer-conn-profile | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-external-network-peer-conn-profile/tasks/main.yml",
"content": "---\n# 3.1.4.2.3 Create Peer Connectivity Profile\n\n- name: Create Peer Connectivity Profile\n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: \"{{ <PASSWORD> }}\"\n valid... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1697,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-external-routed-network | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-external-routed-network/tasks/main.yml",
"content": "# 3.4.1.1 Create External Routed Network \n\n# This role is repeated in different use cases. It basically create (any number of ) L3Outs on ACI defined in each Tenant definition \n\n---\n\n- name: Add External routed Network (with BG... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2805,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-external-routed-network-vrf | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-external-routed-network-vrf/tasks/main.yml",
"content": "---\n- name: Add External routed Network\n aci_rest:\n hostname: '{{ aci_ip }}'\n username: '{{ aci_username }}'\n password: '{{ <PASSWORD> }}'\n validate_certs: no\n path: /api/node/mo/uni/tn-{{ item.tenant_name }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1051,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-logical-node-leaf-selector | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-logical-node-leaf-selector/tasks/main.yml",
"content": "---\n- name: Assign nodes to Logical Node Profiles\n aci_rest:\n hostname: '{{ aci_ip }}'\n username: '{{ aci_username }}'\n password: '{{ <PASSWORD> }}'\n validate_certs: no\n path: /api/node/mo/uni/infra/nprof-{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1302,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-logical-node-profile | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-logical-node-profile/tasks/main.yml",
"content": "---\n# 3.4.1.2.1 Create Logical Node Profile\n\n- name: Create Logical Node Profile \n aci_rest:\n hostname: \"{{ aci_ip }}\"\n username: \"{{ aci_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-physical-domain | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-physical-domain/tasks/main.yml",
"content": "# 3.1.1 Create Physical Domain for each Physical External Node and assign a VLAN Pool name to the domain\n# The assumption is that VLAN Pools already exist when this role is called.\n\n- name: Add physical domains for each physical external n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1159,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-tenant | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-tenant/tasks/main.yml",
"content": "# 3.2.1\tCreates/updates Tenants in ACI Fabric -if multiple tenants are specified in the YAML file, it creates/updates all \n---\n- name: Tenant (Create or Update) on ACI Fabric \n aci_tenant: # This module manages tenants on cisco aci fabric. It wo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-tenant-ap | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-tenant-ap/tasks/main.yml",
"content": "# 3.2.1\t(sub-task) Creates/Updates and Associate an AP to a Tenant\n\n# Creates/updates and associates (any number of) APs to (any number of ) Tenants in ACI Fabric -if multiple tenants are specified in the YAML file, it creates/updates all \n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 905,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-tenant-bd | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-tenant-bd/tasks/main.yml",
"content": "# 3.2.2.1 Create ACI Bridge Domain and Assign Private Network\n\n## We expect that this role creates/updates (any numeber of) BDs for each Tenant specified in the YAML customer file\n---\n- name: Tenant BD Create/Update and Associate to Specified T... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-tenant-bd-subnet | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-tenant-bd-subnet/tasks/main.yml",
"content": "# 3.2.2.2 Add Subnet to ACI Bridge Domain \n\n## We expect that this role associates (any number of) Subnet for each BD on each Tenant when BD and Tenant are specified in the YAML customer file\n\n---\n- name: Tenant BD Subnet Assignment\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1471,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-tenant-epg-bd | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-tenant-epg-bd/tasks/main.yml",
"content": "# 3.2.2.3 Create ACI EPG according Security Zone definition per each Class.\n\n## We expect that this role associates (any number of) Subnet for each BD on each Tenant when BD and Tenant are specified in the YAML customer file\n\n---\n- name: C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1015,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-tenant-vrf | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-tenant-vrf/tasks/main.yml",
"content": "# 3.2.1\t(sub-task) Creates/Updates and Associate VRF to Tenants\n\n# Creates/updates and associates (any number of) VRFs to (any number of ) Tenants in ACI Fabric -if multiple tenants are specified in the YAML file, it creates/updates all \n---\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 789,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-verify-bgp-peering | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-verify-bgp-peering/tasks/main.yml",
"content": "---\n# 3.4.1.2.4 Verify BGP Peering\n\n####### Check if the BGP peer connection is established\n\n- set_fact: \n peer_ip: \"{{ item.tenant_external_routed_network_logical_node_profile_interface_peer_ip }}\" #It sets the peer ip which is... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2981,
"all_permissive": false
} |
ansible_role | whchoi98/Ansible-Aci-1 | 7bf381f28390e3f944918750ffcd152b1647ebb5 | 0 | roles/aci-vlan-pool | 7,233 | [
"no_license"
] | [
{
"path": "roles/aci-vlan-pool/tasks/main.yml",
"content": "---\n- name: Add Vlan Pool\n aci_rest:\n hostname: '{{ aci_ip }}'\n username: '{{ aci_username }}'\n password: '{{ <PASSWORD> }}'\n validate_certs: no\n path: /api/node/mo/uni/infra/vlanns-[{{ item.access_policy_vlan_pool_name }}]-{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | Kasat1/Ansible_ex | 961fc71531dfe149310152aa93d8bbc368cff726 | 0 | roles/boostrap | 7,233 | [
"no_license"
] | [
{
"path": "roles/boostrap/tasks/debian.yml",
"content": "- name: Run\n apt:\n update_cache: yes\n\n- name: Install packages\n apt:\n name:\n - python3\n - python3-pip\n state: latest\n\n- name: update puthon\n set_fact:\n asnible_python_interpreter: /usr/bin/python3\n\n- name: python pa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | Kasat1/Ansible_ex | 961fc71531dfe149310152aa93d8bbc368cff726 | 0 | roles/mysql | 7,233 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Create mysql data\n ansible.builtin.file: \n path: \"{{ mysql.docker_volume }}\"\n owner: \"root\"\n group: \"root\"\n state: directory\n\n- name: Launch container wih mysql\n docker_container:\n name: \"{{ mysql.db_name }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | Kasat1/Ansible_ex | 961fc71531dfe149310152aa93d8bbc368cff726 | 0 | roles/user | 7,233 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": " - name: Create Group \"{{ username }}\"\n ansible.builtin.group:\n name: \"{{ username }}\"\n state: present\n \n - name: Create User\n ansible.builtin.user: \n name: \"{{ username }}\"\n shell: /bin/bash\n groups: \"{{ us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | Kasat1/Ansible_ex | 961fc71531dfe149310152aa93d8bbc368cff726 | 0 | roles/wordpress | 7,233 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "- name: \"Create wordpress container\"\n docker_container: \n name: \"{{ wp.container_name }}\"\n image: \"{{ wp.docker_image }}\"\n volumes:\n - \"/var/www/{{ username }}:/var/www/html:rw\"\n restart: true\n ports: \n - \"80:80\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | b-long/csr-aug-talk | 62c787fa8dca043ed91ab387fbb55facc7660999 | 1 | ansible-code/roles/allocate-ec2 | 7,238 | [
"no_license"
] | [
{
"path": "ansible-code/roles/allocate-ec2/tasks/new-server-tasks.yml",
"content": "---\n - debug:\n msg: \"dynamic_group_name is required\"\n failed_when: dynamic_group_name is not defined\n\n - debug:\n msg: \"ec2_tags is required\"\n failed_when: ec2_tags is not defined\n\n - debug:\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6045,
"all_permissive": false
} |
ansible_role | juliekoubova/machines | 042593aff2f22ff5a6740856f6638000c32b5197 | 1 | roles/1password-cli | 7,238 | [
"no_license"
] | [
{
"path": "roles/1password-cli/tasks/main.yaml",
"content": "- name: Add 1Password APK repo\n tags: apk\n ansible.builtin.lineinfile:\n dest: /etc/apk/repositories\n line: \"https://downloads.1password.com/linux/alpinelinux/stable/\"\n insertafter: EOF\n\n- name: Add 1Password APK repo keys\n ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 538,
"all_permissive": false
} |
ansible_role | juliekoubova/machines | 042593aff2f22ff5a6740856f6638000c32b5197 | 1 | roles/alpine-base | 7,238 | [
"no_license"
] | [
{
"path": "roles/alpine-base/tasks/apk.yaml",
"content": "- name: Ensure community repo\n ansible.builtin.lineinfile:\n dest: /etc/apk/repositories\n line: \"{{ alpine_mirror }}/{{ alpine_release }}/community\"\n regexp: '/v\\d+\\.\\d+/community$'\n insertafter: BOF\n\n- name: Ensure main repo\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3413,
"all_permissive": false
} |
ansible_role | juliekoubova/machines | 042593aff2f22ff5a6740856f6638000c32b5197 | 1 | roles/alpine-initramfs | 7,238 | [
"no_license"
] | [
{
"path": "roles/alpine-initramfs/tasks/main.yaml",
"content": "- name: Ensure vfio.modules in mkinitfs features.d\n tags: mkinitfs\n ansible.builtin.copy:\n src: vfio.modules\n dest: /etc/mkinitfs/features.d/vfio.modules\n\n- name: Add vfio soft deps\n tags: mkinitfs\n ansible.builtin.template:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | juliekoubova/machines | 042593aff2f22ff5a6740856f6638000c32b5197 | 1 | roles/alpine-kernel-module | 7,238 | [
"no_license"
] | [
{
"path": "roles/alpine-kernel-module/tasks/main.yaml",
"content": "- name: Load kernel module\n community.general.modprobe:\n name: \"{{ module }}\"\n state: present\n- name: Ensure module in /etc/modules\n ansible.builtin.lineinfile:\n dest: /etc/modules\n line: \"{{ module }}\"\n\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | juliekoubova/machines | 042593aff2f22ff5a6740856f6638000c32b5197 | 1 | roles/alpine-physical | 7,238 | [
"no_license"
] | [
{
"path": "roles/alpine-physical/tasks/main.yaml",
"content": "- name: Install packages\n community.general.apk:\n name:\n - dosfstools\n - e2fsprogs\n - efibootmgr\n - eudev\n - eudev-netifnames\n - font-terminus\n - lm-sensors\n - lm-sensors-detect\n - lm-s... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2919,
"all_permissive": false
} |
ansible_role | juliekoubova/machines | 042593aff2f22ff5a6740856f6638000c32b5197 | 1 | roles/alpine-podman | 7,238 | [
"no_license"
] | [
{
"path": "roles/alpine-podman/tasks/main.yaml",
"content": "- name: Install podman and fuse-overlayfs\n tags: [ apk, podman ]\n community.general.apk:\n name: [ podman, fuse, fuse-overlayfs ]\n state: present\n\n- name: Configure unified cgroup mode\n tags: [ podman ]\n ansible.builtin.lineinfile... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1210,
"all_permissive": false
} |
ansible_role | juliekoubova/machines | 042593aff2f22ff5a6740856f6638000c32b5197 | 1 | roles/alpine-sdk | 7,238 | [
"no_license"
] | [
{
"path": "roles/alpine-sdk/tasks/main.yaml",
"content": "- name: Ensure alpine-sdk package\n community.general.apk:\n name: alpine-sdk\n state: present\n\n- name: Add alpine_sdk_users to abuild group\n ansible.builtin.user:\n name: \"{{ item }}\"\n append: yes\n groups: abuild\n loop: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.