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
kskmori/ansible-bundle-demo
2748defceded45eb75be3fc22434a82e758065c8
0
roles/bundle-kube-demo-initdb
8,142
[ "no_license" ]
[ { "path": "roles/bundle-kube-demo-initdb/tasks/main.yml", "content": "- name: create NFS mount point\n file: path=/mnt/nfs state=directory\n\n- name: mount NFS storage as a shared volume\n mount:\n path: /mnt/nfs\n src: \"{{ NFS_SERVER }}:{{ NFS_EXPORT_DIR }}\"\n fstype: nfs\n state: mounted\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1059, "all_permissive": false }
ansible_role
kskmori/ansible-bundle-demo
2748defceded45eb75be3fc22434a82e758065c8
0
roles/bundle-kube-demo-prepare
8,142
[ "no_license" ]
[ { "path": "roles/bundle-kube-demo-prepare/tasks/container-prepare.yml", "content": "# the current pacemaker-remote always overrides mount on /var/log\n# so this storage-mapping is always necessary.\n# without this httpd will fail to start because /var/log/httpd is missing.\n- name: create bundle log directo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2277, "all_permissive": false }
ansible_role
kskmori/ansible-bundle-demo
2748defceded45eb75be3fc22434a82e758065c8
0
roles/bundle-postgres-generate-cib
8,142
[ "no_license" ]
[ { "path": "roles/bundle-postgres-generate-cib/tasks/main.yml", "content": "- name: generate cib.xml configuration chunks\n template:\n src: \"{{ item }}.j2\"\n dest: \"{{ BUNDLE_PG_WORK_DIR }}/{{ item }}\"\n with_items:\n - property-cib.xml.sh\n - resource-cib.xml.sh\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 540, "all_permissive": false }
ansible_role
kskmori/ansible-bundle-demo
2748defceded45eb75be3fc22434a82e758065c8
0
roles/bundle-postgres-initdb
8,142
[ "no_license" ]
[ { "path": "roles/bundle-postgres-initdb/tasks/main.yml", "content": "- name: create NFS mount point\n file: path=/mnt/nfs state=directory\n\n- name: mount NFS storage as a shared volume\n mount:\n path: /mnt/nfs\n src: \"{{ NFS_SERVER }}:{{ NFS_EXPORT_DIR }}\"\n fstype: nfs\n state: mounted\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1722, "all_permissive": false }
ansible_role
kskmori/ansible-bundle-demo
2748defceded45eb75be3fc22434a82e758065c8
0
roles/bundle-postgres-prepare
8,142
[ "no_license" ]
[ { "path": "roles/bundle-postgres-prepare/tasks/main.yml", "content": "- name: create bundle demo working directory\n file: path={{ BUNDLE_PG_WORK_DIR }} state=directory\n\n- name: prepare Dockerfile\n template:\n src: Dockerfile\n dest: \"{{ BUNDLE_PG_WORK_DIR }}/Dockerfile\"\n register: dockerfile...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1129, "all_permissive": false }
ansible_role
kskmori/ansible-bundle-demo
2748defceded45eb75be3fc22434a82e758065c8
0
roles/bundle-walk-through-prepare
8,142
[ "no_license" ]
[ { "path": "roles/bundle-walk-through-prepare/tasks/container-prepare.yml", "content": "- name: create bundle log directory\n file: path=/var/log/pacemaker/bundles/httpd-bundle-{{ index }} state=directory\n\n- name: create container contents directory\n file: path=/var/local/containers/httpd-bundle-{{ inde...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1767, "all_permissive": false }
ansible_role
kskmori/ansible-bundle-demo
2748defceded45eb75be3fc22434a82e758065c8
0
roles/centos-pacemaker-install
8,142
[ "no_license" ]
[ { "path": "roles/centos-pacemaker-install/tasks/main.yml", "content": "# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/high_availability_add-on_administration/ch-startup-haaa#s1-clusterinstall-HAAA\n\n- name: install packages\n yum:\n name=\"{{ item }}\"\n state=presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1220, "all_permissive": false }
ansible_role
kskmori/ansible-bundle-demo
2748defceded45eb75be3fc22434a82e758065c8
0
roles/centos-pacemaker-uninstall
8,142
[ "no_license" ]
[ { "path": "roles/centos-pacemaker-uninstall/tasks/main.yml", "content": "- name: uninstall packages\n yum:\n name=\"{{ item }}\"\n state=absent\n with_items:\n - pcs\n - pacemaker\n - corosync\n - libqb\n - resource-agents\n - fence-agents-*\n - fence-virt\n - python-clufter\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1210, "all_permissive": false }
ansible_role
kskmori/ansible-bundle-demo
2748defceded45eb75be3fc22434a82e758065c8
0
roles/debug
8,142
[ "no_license" ]
[ { "path": "roles/debug/tasks/main.yml", "content": "- debug: var=USE_PROXY\n\n- name: options\n command: echo {{ ('--arg ' + USE_PROXY|join(' --arg ')) if USE_PROXY is defined else '' }}\n register: buildargs\n\n- debug: var=buildargs\n \n- name: jinja2 join\n template:\n src: proxytest.j2\n dest:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 707, "all_permissive": false }
ansible_role
kskmori/ansible-bundle-demo
2748defceded45eb75be3fc22434a82e758065c8
0
roles/docker-install
8,142
[ "no_license" ]
[ { "path": "roles/docker-install/tasks/main.yml", "content": "- name: install docker\n yum:\n name=docker\n update_cache=yes\n state=present\n\n- name: enable docker\n systemd:\n name: docker\n enabled: yes\n state: started\n\n# Proxy configuration based on the documents\n# https://docs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1349, "all_permissive": false }
ansible_role
kskmori/ansible-bundle-demo
2748defceded45eb75be3fc22434a82e758065c8
0
roles/pacemaker-remote-init
8,142
[ "no_license" ]
[ { "path": "roles/pacemaker-remote-init/tasks/main.yml", "content": "- name: force to initialize the authkey for pacemaker-remote (when specified)\n file:\n path: /etc/pacemaker\n state: absent\n tags: never, force-init-authkey\n\n- name: create pacemaker-remote authkey directory\n file:\n path: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 927, "all_permissive": false }
ansible_role
Jebay/Scaleway-instance-configuration
04928957a6f3480289bd47667649272b47bded5f
0
roles/docker-engine
8,142
[ "no_license" ]
[ { "path": "roles/docker-engine/defaults/main.yml", "content": "---\ndocker_version: 18.09.8\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/docker-engine/tasks/main.yml", "content": "---\n\n- name: Add Docker CE repo for CentOS 7.\n yu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 965, "all_permissive": false }
ansible_role
Jebay/Scaleway-instance-configuration
04928957a6f3480289bd47667649272b47bded5f
0
roles/fail2ban
8,142
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n- name: Install fail2ban for systemd.\n yum:\n name: fail2ban-systemd\n state: present\n\n- name: Copy jail.local file on /etc/fail2ban/jail.local.\n copy:\n src: jail.local\n dest: /etc/fail2ban/jail.local\n owner: root\n group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
Jebay/Scaleway-instance-configuration
04928957a6f3480289bd47667649272b47bded5f
0
roles/kubectl
8,142
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "---\n- name: Add kubectl yum repository\n template:\n src: kubernetes.repo.j2\n dest: /etc/yum.repos.d/kubernetes.repo\n mode: 0644\n\n- name: Install kubectl\n yum:\n name: kubectl\n state: installed", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
Jebay/Scaleway-instance-configuration
04928957a6f3480289bd47667649272b47bded5f
0
roles/minikube
8,142
[ "no_license" ]
[ { "path": "roles/minikube/tasks/main.yml", "content": "---\n\n- name: Check if minikube is installed.\n stat:\n path: /usr/local/bin/minikube\n register: result\n\n- name: Install minikube.\n import_tasks: install-minikube.yml\n when: not result.stat.exists\n\n...", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 760, "all_permissive": false }
ansible_role
Jebay/Scaleway-instance-configuration
04928957a6f3480289bd47667649272b47bded5f
0
roles/scaleway-instance-destroy
8,142
[ "no_license" ]
[ { "path": "roles/scaleway-instance-destroy/tasks/main.yml", "content": "---\n\n- name: Destroy an instance\n scaleway_compute:\n name: \"{{ vm.name }}\"\n state: absent\n image: \"{{ vm.image_os }}\"\n organization: \"{{ scaleway_organization_id }}\"\n region: \"{{ vm.region }}\"\n commer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
Jebay/Scaleway-instance-configuration
04928957a6f3480289bd47667649272b47bded5f
0
roles/scaleway-instance-setup
8,142
[ "no_license" ]
[ { "path": "roles/scaleway-instance-setup/tasks/main.yml", "content": "---\n\n- name: Create an instance.\n scaleway_compute:\n name: \"{{ vm.name }}\"\n state: running\n image: \"{{ vm.image_os }}\"\n organization: \"{{ scaleway_organization_id }}\"\n region: \"{{ vm.region }}\"\n commerc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
Jebay/Scaleway-instance-configuration
04928957a6f3480289bd47667649272b47bded5f
0
roles/ssh_setup
8,142
[ "no_license" ]
[ { "path": "roles/ssh_setup/tasks/main.yml", "content": "---\n\n- name: Install libselinux-python package.\n yum:\n name: libselinux-python\n state: present\n\n- name: Ensure {{ remote_user }} account is in the wheel group.\n user:\n name: \"{{ remote_user }}\"\n groups: wheel\n append: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
Jebay/Scaleway-instance-configuration
04928957a6f3480289bd47667649272b47bded5f
0
roles/sudoers
8,142
[ "no_license" ]
[ { "path": "roles/sudoers/tasks/main.yml", "content": "---\n\n- name: Allow wheel group to sudo with NOPASSWD.\n lineinfile:\n path: /etc/sudoers\n state: present\n regexp: '^%wheel\\s'\n line: '%wheel ALL=(ALL) NOPASSWD: ALL'\n validate: '/usr/sbin/visudo -cf %s'\n\n...\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/iscsi-device-mapper-cleanup
8,142
[ "no_license" ]
[ { "path": "roles/iscsi-device-mapper-cleanup/tasks/main.yml", "content": "# check if the device-mapper-multipath packages was already uninstalled\n- name: gather the package facts\n package_facts:\n manager: auto\n\n## # multipath -F\n## # multipath -W\n- name: flush multipath device maps\n command: >-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1055, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/iscsi-device-mapper-setup
8,142
[ "no_license" ]
[ { "path": "roles/iscsi-device-mapper-setup/tasks/main.yml", "content": "# Based on the Red Hat Documents and the Knowledge base\n# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/dm_multipath/mpio_setup\n# https://access.redhat.com/solutions/66281\n\n## # yum install device-map...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/iscsi-initiator-cleanup
8,142
[ "no_license" ]
[ { "path": "roles/iscsi-initiator-cleanup/tasks/symlink.yml", "content": "# this playbook is not used any more\n\n## # rm -f /etc/udev/rules.d/99-iscsi-hacluster.rules\n- name: erase udev rules\n file:\n path: /etc/udev/rules.d/99-iscsi-hacluster.rules\n state: absent\n", "license_type": "no_licen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1549, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/iscsi-initiator-setup
8,142
[ "no_license" ]
[ { "path": "roles/iscsi-initiator-setup/tasks/symlink.yml", "content": "### This playbook is not used any more - device-mapper is now used instead.\n\n### create symlinks as the persistent device name\n## # (target host) targetcli /backstores/fileio/lun0 info | awk '/^wwn: / {print $2}'\n- name: obtain the w...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2560, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/iscsi-target-cleanup
8,142
[ "no_license" ]
[ { "path": "roles/iscsi-target-cleanup/tasks/main.yml", "content": "## # targetcli /iscsi delete TARGET_IQN\n- name: delete the iscsi target\n command: >-\n targetcli /iscsi delete {{ TARGET_IQN }}\n register: result\n changed_when: result.rc == 0\n failed_when: result.rc != 0 and \"No such Target\" n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1739, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/iscsi-target-setup
8,142
[ "no_license" ]
[ { "path": "roles/iscsi-target-setup/tasks/main.yml", "content": "## # yum -y install targetcli\n- name: install targetcli package\n yum:\n name: targetcli\n state: present\n\n## # systemctl enable target.service\n## # systemctl start target.service\n- name: enable and start target.service\n service:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2270, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/pacemaker-install
8,142
[ "no_license" ]
[ { "path": "roles/pacemaker-install/tasks/main.yml", "content": "### 4.1 Installing cluster software\n\n# 1. install packages\n#\n## # yum install pcs pacemaker fence-agents-all\n#\n- name: install Pacemaker packages\n yum:\n name: ['pcs', 'pacemaker', 'fence-agents-all']\n state: present\n\n# 2. allo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2670, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/pacemaker-uninstall
8,142
[ "no_license" ]
[ { "path": "roles/pacemaker-uninstall/tasks/main.yml", "content": "### destroy cluster\n## # pcs cluster destroy --all\n## # pcs host deauth NODE1 NODE2\n- name: check if pcs was already uninstalled\n command: pcs --version\n changed_when: false\n failed_when: false\n register: pcs_state\n\n- block:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2528, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/postgresql-erasedb
8,142
[ "no_license" ]
[ { "path": "roles/postgresql-erasedb/tasks/main.yml", "content": "### Erase DB and configurations on the Primary node\n\n- block:\n\n # mount temporary to erase everything in the shared storage\n # ignores when the mountpoint was already removed\n - name: mount the DB mountpoints for the initialization\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1453, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/postgresql-initdb
8,142
[ "no_license" ]
[ { "path": "roles/postgresql-initdb/tasks/main.yml", "content": "### Initialize the PostgreSQL database and configuration files\n\n### Prepare DB mountpoint directories\n- name: create mountpoint directories\n file:\n path: \"{{ item.mountpoint }}\"\n state: directory\n owner: postgres\n group: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2331, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/postgresql-install
8,142
[ "no_license" ]
[ { "path": "roles/postgresql-install/tasks/main.yml", "content": "### Install PostgreSQL packages\n\n# make sure an old version of PostgreSQL is absent\n# ignore warnings about using yum instead of rpm;\n# yum can not be used here because it would also erase postgresql11-libs if presented\n# so it woul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1825, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/postgresql-uninstall
8,142
[ "no_license" ]
[ { "path": "roles/postgresql-uninstall/tasks/main.yml", "content": "# yum module on rhel8 does not handle a wildcard name like:\n# name: postgresql11-*\n- name: uninstall PostgreSQL packages\n yum:\n name:\n - postgresql11\n - postgresql11-libs\n - postgresql11-docs\n autoremove: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/qdevice-install
8,142
[ "no_license" ]
[ { "path": "roles/qdevice-install/tasks/main.yml", "content": "# 20.5 Quorum devices\n\n# 20.5.1 Installing quorum device packages\n#\n## # yum install corosync-qdevice\n#\n- name: install qdevice package\n yum:\n name: 'corosync-qdevice'\n state: present\n\n# 20.5.2 Configuring a quorum device\n- set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1175, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/qdevice-uninstall
8,142
[ "no_license" ]
[ { "path": "roles/qdevice-uninstall/tasks/main.yml", "content": "# 20.5.4.2 Removing a quorum device\n#\n## # pcs quorum device remove\n#\n- name: remove a quorum device\n command: >\n pcs quorum device remove\n register: result\n changed_when: result.rc == 0\n failed_when: result.rc != 0 and \"no quo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 481, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/qnetd-install
8,142
[ "no_license" ]
[ { "path": "roles/qnetd-install/tasks/main.yml", "content": "# 20.5 Quorum devices\n\n# 20.5.1 Installing quorum device packages\n#\n## # yum install pcs corosync-qnetd\n#\n- name: install qnetd packages\n yum:\n name: ['pcs', 'corosync-qnetd']\n state: present\n#\n## # systemctl start pcsd.service\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1803, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/qnetd-uninstall
8,142
[ "no_license" ]
[ { "path": "roles/qnetd-uninstall/tasks/main.yml", "content": "- name: check if pcs was already uninstalled\n command: pcs --version\n changed_when: false\n failed_when: false\n register: pcs_state\n\n# 20.5.4.3 Destroying a quorum device\n#\n## # pcs qdevice destroy net\n#\n- name: destroy qdevice\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2021, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/repo-setup
8,142
[ "no_license" ]
[ { "path": "roles/repo-setup/tasks/main.yml", "content": "## Preparation:\n## - 1. download both the RHEL8 base ISO image and the HA addon ISO image\n## - 2. set the RHEL8 base ISO image as a DVD media on the target hosts\n## - 3. copy and rename the HA addon ISO image into \n## ./roles/repo-set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1693, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rhel8
dd703b70b82055b64d42529b419a94dd2a0dee0f
0
roles/sharedstorage-setup
8,142
[ "no_license" ]
[ { "path": "roles/sharedstorage-setup/tasks/main.yml", "content": "## # parted SHAREDDISK_DEV --script 'mklabel msdos mkpart primary 0% 64MiB mkpart primary 64MiB 100% print quit'\n- name: create partitions on the shareddisk\n parted:\n device: \"{{ SHAREDDISK_DEV }}\"\n state: present\n number: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1043, "all_permissive": false }
ansible_role
johnson-li/pluton
d648b3870ef973f91c5afb52afa72d214ff58538
0
provisioning/roles/common
8,141
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "- name: Install essential softwares from apt\n become_user: root\n apt: \n name: git,zsh,vim,tmux,bzip2,traceroute\n update_cache: yes\n- name: Add user \n become_user: root\n user: \n name: johnson\n # password: <PASS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
johnson-li/pluton
d648b3870ef973f91c5afb52afa72d214ff58538
0
provisioning/roles/dns
8,141
[ "no_license" ]
[ { "path": "provisioning/roles/dns/tasks/main.yml", "content": "- name: include tasks from dns\n include_role: \n name: bertvv.bind\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "provisioning/roles/dns/vars/main.yml", "content": "bind...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1344, "all_permissive": false }
ansible_role
HuyNguyenDinh/hadoop-cluster-ansible
11dec24b3069a19241d7c9110cb5bcfb1f8015a2
1
roles/ansible_user
8,141
[ "no_license" ]
[ { "path": "roles/ansible_user/vars/main.yml", "content": "ansible_user_name: \"ansible\"\nansible_user_password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\nansible_user_ssh_public_key: \"id_rsa.pub\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1134, "all_permissive": false }
ansible_role
HuyNguyenDinh/hadoop-cluster-ansible
11dec24b3069a19241d7c9110cb5bcfb1f8015a2
1
roles/common
8,141
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "timezone: \"UTC\"\npackages:\n - vim\n - curl\n - wget", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common role\n\n# - nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 969, "all_permissive": false }
ansible_role
HuyNguyenDinh/hadoop-cluster-ansible
11dec24b3069a19241d7c9110cb5bcfb1f8015a2
1
roles/hadoop
8,141
[ "no_license" ]
[ { "path": "roles/hadoop/tasks/group_setup.yml", "content": "# tasks/group_setup.yml\n# 1. Create Hadoop group\n- name: Create Hadoop group\n ansible.builtin.group:\n name: \"{{ hadoop_group }}\"\n state: present\n\n# 2. Create service users\n- name: Create HDFS user\n ansible.builtin.user:\n name...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 13750, "all_permissive": false }
ansible_role
HuyNguyenDinh/hadoop-cluster-ansible
11dec24b3069a19241d7c9110cb5bcfb1f8015a2
1
roles/hive
8,141
[ "no_license" ]
[ { "path": "roles/hive/tasks/main.yml", "content": "- name: Create Hive user\n ansible.builtin.user:\n name: \"{{ hive_user }}\"\n group: \"{{ hive_group }}\"\n create_home: yes\n shell: /bin/bash\n state: present\n\n- name: Create SSH directory for hive user\n ansible.builtin.file:\n pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1769, "all_permissive": false }
ansible_role
HuyNguyenDinh/hadoop-cluster-ansible
11dec24b3069a19241d7c9110cb5bcfb1f8015a2
1
roles/java
8,141
[ "no_license" ]
[ { "path": "roles/java/vars/main.yml", "content": "java_version: \"11\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "roles/java/tasks/main.yml", "content": "- name: Install OpenJDK\n ansible.builtin.package:\n name: \"openjdk-{{ java_vers...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 313, "all_permissive": false }
ansible_role
HuyNguyenDinh/hadoop-cluster-ansible
11dec24b3069a19241d7c9110cb5bcfb1f8015a2
1
roles/spark
8,141
[ "no_license" ]
[ { "path": "roles/spark/templates/hive-site.xml.j2", "content": "<?xml version=\"1.0\"?>\n<?xml-stylesheet type=\"text/xsl\" href=\"configuration.xsl\"?>\n<configuration>\n <property>\n <name>hive.metastore.db.type</name>\n <value>{{ hive_metastore_db_type }}</value>\n </property>\n <p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6797, "all_permissive": false }
ansible_role
openstack/heat-templates
109bb65c3adba0fa2b43d10ed5a78768a198e99d
385
roles/run-heat-template-check
8,141
[ "permissive" ]
[ { "path": "roles/run-heat-template-check/defaults/main.yaml", "content": "devstack_base_dir: /opt/stack\ntempest_test_timeout: ''\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 55 }, { "path": "roles/run-heat-template-check/tasks/main.yam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1928, "all_permissive": true }
ansible_role
iAlexBLR/barcelona
ccc0b3ade872d6cef804ceb7becaf12cc5edb831
0
ansible/roles/common
8,141
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/service.yml", "content": "---\n# tasks file for Docker-Compose services\n\n- name: Configure service for docker-compose projects\n ansible.builtin.template:\n src: \"service.tpl\"\n dest: \"/etc/systemd/system/{{ global.service_prefix }}@.service\"\n mode: '06...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4334, "all_permissive": false }
ansible_role
iAlexBLR/barcelona
ccc0b3ade872d6cef804ceb7becaf12cc5edb831
0
ansible/roles/mysql
8,141
[ "no_license" ]
[ { "path": "ansible/roles/mysql/templates/haproxy.cfg.tpl", "content": "global\n presetenv MYSQL_SERVER_PORT 3306\n presetenv MYSQL_HAPROXY_STATS_PORT 33060\n\ndefaults MYSQL\n mode tcp\n timeout connect 4s\n timeout server 30s\n timeout client 30s\n option log-health-checks\n\nfrontend stats\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 9866, "all_permissive": false }
ansible_role
iAlexBLR/barcelona
ccc0b3ade872d6cef804ceb7becaf12cc5edb831
0
ansible/roles/rabbitmq
8,141
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/templates/docker-compose.yml.tpl", "content": "version: '3.8'\n\nservices:\n rabbitmq_1:\n hostname: rabbitmq_1\n image: \"${RABBITMQ_IMAGE}\"\n environment:\n - RABBITMQ_DEFAULT_USER\n - RABBITMQ_DEFAULT_PASS\n - RABBITMQ_ERLANG_COOKIE\n volumes...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6262, "all_permissive": false }
ansible_role
iAlexBLR/barcelona
ccc0b3ade872d6cef804ceb7becaf12cc5edb831
0
ansible/roles/redis
8,141
[ "no_license" ]
[ { "path": "ansible/roles/redis/templates/docker-compose.yml.tpl", "content": "version: '3.8'\n\nservices:\n master:\n hostname: redis_1\n image: \"${REDIS_SERVER_IMAGE}\"\n environment:\n - REDIS_REPLICATION_MODE=master\n - REDIS_PASSWORD=${<PASSWORD>_SERVER_PASSWORD}\n expose:\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 6601, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
NSA_DevOPS/T-NSA-700_msc2022_devOPS/backend/backend/ansible-playbook-back/roles/apache2
8,141
[ "no_license" ]
[ { "path": "NSA_DevOPS/T-NSA-700_msc2022_devOPS/backend/backend/ansible-playbook-back/roles/apache2/tasks/main.yml", "content": "- name: APACHE2 CONFIGURATION\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: COPY file to /var/www/html\n command: mv /root/backend /var/www/html/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 928, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
NSA_DevOPS/T-NSA-700_msc2022_devOPS/backend/backend/ansible-playbook-back/roles/base
8,141
[ "no_license" ]
[ { "path": "NSA_DevOPS/T-NSA-700_msc2022_devOPS/backend/backend/ansible-playbook-back/roles/base/tasks/main.yml", "content": "- name: ROLE BASE\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: UPDATE system\n apt:\n upgrade: dist\n update_cache: yes\n\n - name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 781, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
NSA_DevOPS/T-NSA-700_msc2022_devOPS/backend/backend/ansible-playbook-back/roles/build
8,141
[ "no_license" ]
[ { "path": "NSA_DevOPS/T-NSA-700_msc2022_devOPS/backend/backend/ansible-playbook-back/roles/build/tasks/main.yml", "content": "- name: ROLE BUILD APP\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: INSTALL dependencies\n args:\n chdir: \"/root/backend/\"\n command:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
NSA_DevOPS/T-NSA-700_msc2022_devOPS/backend/backend/ansible-playbook-back/roles/composer
8,141
[ "no_license" ]
[ { "path": "NSA_DevOPS/T-NSA-700_msc2022_devOPS/backend/backend/ansible-playbook-back/roles/composer/tasks/main.yml", "content": "- name: ROLE COMPOSER\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: INSTALL composer\n apt:\n name: ['composer']\n\n - name: EXPORT com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
NSA_DevOPS/T-NSA-700_msc2022_devOPS/frontend/frontend/ansible-playbook-front/roles/build_app
8,141
[ "no_license" ]
[ { "path": "NSA_DevOPS/T-NSA-700_msc2022_devOPS/frontend/frontend/ansible-playbook-front/roles/build_app/tasks/main.yml", "content": "- name: ROLE BUILD APP\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: INSTALL dependencies\n args:\n chdir: \"/root/frontend/\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
NSA_DevOPS/T-NSA-700_msc2022_devOPS/frontend/frontend/ansible-playbook-front/roles/node
8,141
[ "no_license" ]
[ { "path": "NSA_DevOPS/T-NSA-700_msc2022_devOPS/frontend/frontend/ansible-playbook-front/roles/node/tasks/main.yml", "content": "- name: ROLE NODE\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: INSTALL nodejs\n apt:\n name: ['nodejs', 'npm']\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-back/roles/apache2
8,141
[ "no_license" ]
[ { "path": "T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-back/roles/apache2/tasks/main.yml", "content": "- name: APACHE 2 CONFIGURATION\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: COPY file to /var/www/html\n command: cp /root/backend /var/www/html/backend -r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 932, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-back/roles/base
8,141
[ "no_license" ]
[ { "path": "T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-back/roles/base/tasks/main.yml", "content": "- name: ROLE BASE\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: UPDATE system\n apt:\n upgrade: dist\n update_cache: yes\n\n - name: INSTALL bas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-back/roles/laravel
8,141
[ "no_license" ]
[ { "path": "T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-back/roles/laravel/tasks/main.yml", "content": "- name: ROLE BUILD APP\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: CREATE .env\n copy:\n remote_src: yes\n src: \"/root/backend/.env.example\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1050, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-back/roles/php
8,141
[ "no_license" ]
[ { "path": "T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-back/roles/php/tasks/main.yml", "content": "- name: ROLE PHP INSTALLATION\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: INSTALL php packages\n apt:\n name: ['php', 'php-bcmath', 'php-json', 'php-mbst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-front/roles/angular
8,141
[ "no_license" ]
[ { "path": "T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-front/roles/angular/tasks/main.yml", "content": "- name: ROLE ANGULAR\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: INSTALL Angular CLI\n command: npm install -g @angular/cli@7.3.9\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-front/roles/apache
8,141
[ "no_license" ]
[ { "path": "T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-front/roles/apache/tasks/main.yml", "content": "- name: APACHE 2 CONFIGURATION\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: COPY file to /var/www/html\n command: cp /root/frontend /var/www/html/frontend -r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 936, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-front/roles/base
8,141
[ "no_license" ]
[ { "path": "T-NSA-700_msc2022_devOPS/Ansible_devOps/ansible-playbook-front/roles/base/tasks/main.yml", "content": "- name: ROLE BASE\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: UPDATE system\n apt:\n upgrade: dist\n update_cache: yes\n\n - name: INSTALL ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
T-NSA-700_msc2022_devOPS/backend/backend/ansible-playbook-back/roles/composer
8,141
[ "no_license" ]
[ { "path": "T-NSA-700_msc2022_devOPS/backend/backend/ansible-playbook-back/roles/composer/tasks/main.yml", "content": "- name: ROLE COMPOSER INSTALLATION\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: INSTALL composer\n apt:\n name: ['composer']\n\n - name: EXPORT c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
LudgerKr/Epitech_MSC1
9584e04fd9261b9ec9a6d7e4bb247f8c19dcd4a8
0
T-NSA-700_msc2022_devOPS/backend/backend/ansible-playbook-back/roles/laravel
8,141
[ "no_license" ]
[ { "path": "T-NSA-700_msc2022_devOPS/backend/backend/ansible-playbook-back/roles/laravel/tasks/main.yml", "content": "- name: ROLE BUILD APP\n hosts: all\n become: yes\n remote_user: root\n\n tasks:\n - name: CREATE .env\n copy:\n remote_src: yes\n src: \"/root/backend/.env.example\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1015, "all_permissive": false }
ansible_role
kalrish/aws-vibes
6c3a759d26eba0ac71ae6efd0e7be15a90931e91
0
roles/builds
8,141
[ "no_license" ]
[ { "path": "roles/builds/tasks/main.yaml", "content": "---\n- name: Create mount point\n file:\n path: '{{ mount_point }}'\n state: directory\n owner: root\n group: root\n mode: 0000\n- name: Format volume\n filesystem:\n dev: '{{ device_name }}'\n fstype: ext4\n opts: '-v -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 963, "all_permissive": false }
ansible_role
kalrish/aws-vibes
6c3a759d26eba0ac71ae6efd0e7be15a90931e91
0
roles/server
8,141
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yaml", "content": "---\n- import_tasks: music-user.yaml\n- name: Update system and install required packages\n pacman:\n name: '{{ item }}'\n state: present\n update_cache: yes\n upgrade: yes\n with_items:\n - openssh\n - rsync\n- name: Enable rsy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 747, "all_permissive": false }
ansible_role
kalrish/aws-vibes
6c3a759d26eba0ac71ae6efd0e7be15a90931e91
0
roles/sources
8,141
[ "no_license" ]
[ { "path": "roles/sources/tasks/main.yaml", "content": "---\n- name: Create mount point\n file:\n path: '{{ mount_point }}'\n state: directory\n owner: root\n group: root\n mode: 0000\n- name: Format volume\n filesystem:\n dev: '{{ device_name }}'\n fstype: ext4\n opts: '-v ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 887, "all_permissive": false }
ansible_role
kalrish/aws-vibes
6c3a759d26eba0ac71ae6efd0e7be15a90931e91
0
roles/volmgr
8,141
[ "no_license" ]
[ { "path": "roles/volmgr/tasks/main.yaml", "content": "---\n- name: Update system software\n pacman:\n update_cache: yes\n upgrade: yes\n- name: Install required packages\n pacman:\n name: '{{ item }}'\n state: present\n with_items:\n - aws-cli\n - e2fsprogs\n - openssh\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
kalrish/aws-vibes
6c3a759d26eba0ac71ae6efd0e7be15a90931e91
0
roles/worker
8,141
[ "no_license" ]
[ { "path": "roles/worker/templates/vibes-build.service.j2", "content": "[Unit]\nDescription=Build vibes library\n\n[Service]\nType=oneshot\nExecStart=/usr/bin/tup\nUser=vibes\nGroup=vibes\nPrivateNetwork=yes\nWorkingDirectory={{ work_dir }}\nStandardOutput=journal+console\nStandardError=journal+console\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4838, "all_permissive": false }
ansible_role
yeti/chorelord-server
9379c47a8b171152891789d6cbb558f725035552
0
orchestration/roles/app
8,141
[ "no_license" ]
[ { "path": "orchestration/roles/app/tasks/setup_git_repo.yml", "content": "---\n\n- name: Create the SSH public key file\n copy: content=\"{{ git_ssh_pub_key }}\"\n dest=/root/.ssh/id_rsa.pub\n mode=0644\n\n- name: Create the SSH private key file\n copy: content=\"{{ git_ssh_priv_key }}\"\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8197, "all_permissive": false }
ansible_role
yeti/chorelord-server
9379c47a8b171152891789d6cbb558f725035552
0
orchestration/roles/base
8,141
[ "no_license" ]
[ { "path": "orchestration/roles/base/tasks/main.yml", "content": "---\n\n- name: Ensure bash, OpenSSl, and libssl are the latest versions\n apt: name={{ item }} update_cache={{ update_apt_cache }} state=latest\n with_items:\n - bash\n - openssl\n - libssl-dev\n - libssl-doc\n tags: packages\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 648, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/consul
8,141
[ "no_license" ]
[ { "path": "roles/consul/templates/config.json.j2", "content": "{\n \"client_addr\": \"0.0.0.0\",\n \"data_dir\": \"/opt/consul/data\",\n \"server\": true,\n \"bootstrap_expect\": 1,\n \"datacenter\": \"{{ env }}\"\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1571, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/dataDisk
8,141
[ "no_license" ]
[ { "path": "roles/dataDisk/tasks/main.yml", "content": "---\n\n- name: create /datadisk directory\n file:\n path: /datadisk\n owner: root\n group: root\n mode: 0744\n state: directory\n tags: disk\n\n- name: Create filesystem\n filesystem:\n fstype: ext4\n dev: /dev/sdb1\n tags: disk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/dgraphServer
8,141
[ "no_license" ]
[ { "path": "roles/dgraphServer/tasks/main.yml", "content": "---\n\n- name: dgraphServer\n docker_container:\n name: dgraphServer\n image: dgraph/dgraph\n state: started\n recreate: no\n command: \"{{ serverCommand }}\"\n published_ports:\n - \"{{ port1 }}\"\n - \"{{ port2 }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/dgraphZero
8,141
[ "no_license" ]
[ { "path": "roles/dgraphZero/tasks/main.yml", "content": "---\n\n- name: dgraphZero\n docker_container:\n name: dgraphZero\n image: dgraph/dgraph\n state: started\n recreate: no\n command: \"{{ zeroCommand }}\"\n published_ports:\n - \"{{ port }}\"\n - 6080:6080\n volumes:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/docker
8,141
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install pip\n apt:\n name: python-pip\n state: present\n update_cache: no\n tags : docker\n\n- name: Install libltdl7\n apt:\n name: libltdl7\n state: present\n tags : docker\n\n- name: Download Docker ded file\n get_url:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 834, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/elasticsearch
8,141
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n- name:\n apt:\n name: elasticsearch\n state: present\n\n- name: Ensure elasticsearch started\n service: name=elasticsearch state=started\n\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/elk
8,141
[ "no_license" ]
[ { "path": "roles/elk/tasks/main.yml", "content": "---\n\n- name: Copy elk files\n copy:\n src: .\n dest: /opt/elk\n tags: elk\n\n- name: Create docker network\n docker_network:\n name: elk\n tags: elk\n\n- name: elasticsearch\n docker_container:\n name: elasticsearch\n image: docker.elas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1383, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/filebeat
8,141
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/main.yml", "content": "---\n\n- name: copy filebeat.yml\n copy: src=filebeat.yml dest=/etc/filebeat/filebeat.yml mode=0544\n notify: restart filebeat\n tags: filebeat\n\n- name: Download filebeat ded file\n get_url:\n url: https://artifacts.elastic.co/downloads/beats/f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 557, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/hosts
8,141
[ "no_license" ]
[ { "path": "roles/hosts/tasks/main.yml", "content": "---\n\n- name: \"generate /etc/hosts.ansible file\"\n template: \"src=hosts.j2 dest='/etc/hosts.ansible' owner=root group=root mode=0644\"\n become: true\n tags: hosts", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/java
8,141
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Install add-apt-repostory\n become: yes\n apt: name=software-properties-common state=latest\n tags: java\n\n- name: Add Oracle Java Repository\n become: yes\n apt_repository: repo='ppa:webupd8team/java'\n tags: java\n\n- name: Accept Java...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 710, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/mongodb
8,141
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n- name:\n apt:\n name: mongodb\n state: present\n\n- name: Ensure Mongodb started\n service: name=mongodb state=started\n\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/postgresql
8,141
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name:\n apt:\n name: postgresql\n state: present\n\n- name: Ensure Postgres started\n service: name=postgresql state=started\n\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/proxy
8,141
[ "no_license" ]
[ { "path": "roles/proxy/tasks/main.yml", "content": "---\n- name: Run Nginx proxy Container\n docker_container:\n name: nginxProxy\n image: jwilder/nginx-proxy\n volumes : /var/run/docker.sock:/tmp/docker.sock:ro\n state: started\n recreate: no\n published_ports:\n - 80:80\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/serviceManager
8,141
[ "no_license" ]
[ { "path": "roles/serviceManager/tasks/main.yml", "content": "---\n- name: Include variables\n include_vars:\n dir: '../../../environments/{{ env }}/group_vars/tokens/'\n tags: httpd\n\n- name: Run learner ui container\n docker_container:\n name: lpg-learner-ui\n image: superroot/lpg-learner-ui\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1090, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/token
8,141
[ "no_license" ]
[ { "path": "roles/token/templates/token.sh.j2", "content": "#!/usr/bin/env bash\n\ntoken=$1\n\ndata=\"$(cat <<EOF\n{\n \"Name\": \"${token}Token\",\n \"Type\": \"client\",\n \"Rules\": \"key \\\"${token}/\\\" {policy = \\\"write\\\"}\"\n}\nEOF\n)\"\n\necho $data\n\nnewToken=`curl http://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1255, "all_permissive": false }
ansible_role
Civil-Service-Human-Resources/lpg-ansible
03b40bf44ad9f35612adfeda9d19af692ac76a0e
0
roles/vault
8,141
[ "no_license" ]
[ { "path": "roles/vault/handlers/main.yml", "content": "---\n- name: restart vault\n service: name=vault state=restarted\n\n- name: reload vault\n service: name=vault state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/vault/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1140, "all_permissive": false }
ansible_role
kohbah/artifactory
915c823bc71d9149bb94c055e3364b4c9e9dd96d
0
roles/artifactory
8,141
[ "no_license" ]
[ { "path": "roles/artifactory/requirements.yml", "content": "---\n- name: artifactory\n src: https://github.com/kohbah/artifactory.git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/artifactory/tasks/main.yml", "content": "---\n - nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1120, "all_permissive": false }
ansible_role
karimelka/EntrepriseLinux
4554f7d4fe6fbcd8bd51c8e5a85caafe58951ccc
0
ansible/roles/bind
8,141
[ "no_license" ]
[ { "path": "ansible/roles/bind/templates/17.172.in-addr.arpa", "content": "; Reverse zone file for linuxlab.net\n$TTL 1W\n$ORIGIN 17.172.in-addr.arpa.\n; primary NS email address admin\n@ IN SOA spu001.linuxlab.net. hostmaster.linuxlab.net. (\n14101813 ; serial\n1D ; refresh\n1H ; retry\n1W ; expire\n1D ) ; ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1838, "all_permissive": false }
ansible_role
karimelka/EntrepriseLinux
4554f7d4fe6fbcd8bd51c8e5a85caafe58951ccc
0
ansible/roles/common
8,141
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "# roles/common/main.yml\n---\n- name: Install common packages\n yum: pkg={{item}} state=installed\n with_items:\n - libselinux-python\n - gedit\n - git\n - tree\n - nano\n \n- name: activate selinux enforcing\n selinux: state=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
karimelka/EntrepriseLinux
4554f7d4fe6fbcd8bd51c8e5a85caafe58951ccc
0
ansible/roles/db
8,141
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "# db/tasks/main.yml\n---\n#Install MySQL\n- name: Install MySQL\n yum: pkg={{item}} state=installed\n with_items:\n - mariadb\n - mariadb-server\n - MySQL-python\n\n#Starten Service\n- name: Start Service\n service: name=mariadb state=runn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
karimelka/EntrepriseLinux
4554f7d4fe6fbcd8bd51c8e5a85caafe58951ccc
0
ansible/roles/dhcp
8,141
[ "no_license" ]
[ { "path": "ansible/roles/dhcp/handlers/main.yml", "content": "#Handler voor roles/dhcp/handlers\n\n#Herstarten van de DHCP rol\n- name: Restart DHCP server\n service: name=dhcpd state=reloaded enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 445, "all_permissive": false }
ansible_role
karimelka/EntrepriseLinux
4554f7d4fe6fbcd8bd51c8e5a85caafe58951ccc
0
ansible/roles/ftp
8,141
[ "no_license" ]
[ { "path": "ansible/roles/ftp/tasks/main.yml", "content": "##Roles/ftp/tasks\n\n#Installeren vsftpd\n- name: Install FTP services\n yum: name=vsftpd state=installed\n tags: ftp\n\n#starten van FTP\n- name: Starten FTP services\n service: name=vsftpd state=started enabled=true\n tags: ftp\n\n#Kopieren con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1143, "all_permissive": false }
ansible_role
karimelka/EntrepriseLinux
4554f7d4fe6fbcd8bd51c8e5a85caafe58951ccc
0
ansible/roles/samba
8,141
[ "no_license" ]
[ { "path": "ansible/roles/samba/tasks/main.yml", "content": "# File: roles/samba/tasks/main.yml\n---\n\n- name: Install Samba packages\n yum: pkg={{ item }} state=installed\n with_items:\n - libsemanage-python\n - samba-common\n - samba\n - samba-client\n tags: samba\n\n- name: setsebool for h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4970, "all_permissive": false }
ansible_role
winfr34k/k3s-mini
fa8afac512823d090c7e97168d0f24a8b7de9aca
1
roles/hcloud_server
8,141
[ "no_license" ]
[ { "path": "roles/hcloud_server/defaults/main.yml", "content": "---\nhcloud_server_name: host\nhcloud_server_type: cax11\nhcloud_server_image: rocky-9\nhcloud_server_fqdn: \"{{ hcloud_server_name }}.{{ hcloud_server_dns_zone }}\"\nhcloud_server_ssh_keys:\n - default\nhcloud_server_protect_ips: true\nhcloud_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2894, "all_permissive": false }
ansible_role
winfr34k/k3s-mini
fa8afac512823d090c7e97168d0f24a8b7de9aca
1
roles/k3s
8,141
[ "no_license" ]
[ { "path": "roles/k3s/tasks/main.yml", "content": "---\n- name: Set hostname to FQDN in TLS Subject Altname\n ansible.builtin.hostname:\n name: \"{{ k3s_tls_san }}\"\n use: systemd\n\n- name: Setup firewall\n ansible.builtin.import_tasks: firewall.yml\n\n- name: Check for K3s configuration to determi...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5406, "all_permissive": false }
ansible_role
winfr34k/k3s-mini
fa8afac512823d090c7e97168d0f24a8b7de9aca
1
roles/rocky_base
8,141
[ "no_license" ]
[ { "path": "roles/rocky_base/handlers/main.yml", "content": "---\n- name: Reboot, if needed\n ansible.builtin.reboot:\n\n- name: Reload fail2ban\n ansible.builtin.systemd_service:\n name: fail2ban\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2600, "all_permissive": false }
ansible_role
rufuskd/checkymatic
1ead2788ccd8cabcec01a9432a18449a2321dece
0
deploychecky/roles/buildsite
8,141
[ "no_license" ]
[ { "path": "deploychecky/roles/buildsite/vars/main.yml", "content": "---\n# vars file for buildsite", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "deploychecky/roles/buildsite/tasks/main.yml", "content": "---\n# tasks file for buildsite\n\n- na...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2286, "all_permissive": false }
ansible_role
rufuskd/checkymatic
1ead2788ccd8cabcec01a9432a18449a2321dece
0
deploychecky/roles/gunicorn
8,141
[ "no_license" ]
[ { "path": "deploychecky/roles/gunicorn/tasks/main.yml", "content": "---\n# tasks file for gunicorn\n\n- name: Stop any existing gunicorn container\n command: podman stop checky-gunicorn\n ignore_errors: yes\n become: yes\n tags: cleanup\n\n- name: Remove any existing gunicorn container\n command: podma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": false }