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
costadanilofreitas/pos-structure
9b07abb4d1245bc3b6b38a93bc5506b535dbf39a
0
scripts/rpmbuild/BUILD/edeployPOS-1.0/edeployPOS-1.0/tmp/roles/eDeployPOS-KDS
7,418
[ "no_license" ]
[ { "path": "scripts/rpmbuild/BUILD/edeployPOS-1.0/edeployPOS-1.0/tmp/roles/eDeployPOS-KDS/files/bash_profile", "content": "# .bash_profile\n\n# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n . ~/.bashrc\nfi\n\n# User specific environment and startup programs\n\nPATH=$PATH:$HOME/.local/bin:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1709, "all_permissive": false }
ansible_role
costadanilofreitas/pos-structure
9b07abb4d1245bc3b6b38a93bc5506b535dbf39a
0
scripts/rpmbuild/BUILD/edeployPOS/edeployPOS-1.0/tmp/roles/eDeployPOS
7,418
[ "no_license" ]
[ { "path": "scripts/rpmbuild/BUILD/edeployPOS/edeployPOS-1.0/tmp/roles/eDeployPOS/tasks/cron.yml", "content": "---\n - cron:\n name: \"Cron to reboot system\"\n minute: \"17\"\n hour: \"07\"\n job: \"/sbin/reboot\"\n\n - cron:\n name: \"Cron to stop edeployPOS\"\n minute: \"15...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1223, "all_permissive": false }
ansible_role
costadanilofreitas/pos-structure
9b07abb4d1245bc3b6b38a93bc5506b535dbf39a
0
scripts/rpmbuild/BUILD/edeployPOS/edeployPOS-1.0/tmp/roles/eDeployPOS-KDS
7,418
[ "no_license" ]
[ { "path": "scripts/rpmbuild/BUILD/edeployPOS/edeployPOS-1.0/tmp/roles/eDeployPOS-KDS/tasks/cron.yml", "content": "---\n - cron:\n name: \"Cron to reboot system\"\n minute: \"20\"\n hour: \"07\"\n job: \"/sbin/reboot\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1574, "all_permissive": false }
ansible_role
costadanilofreitas/pos-structure
9b07abb4d1245bc3b6b38a93bc5506b535dbf39a
0
scripts/rpmbuild/SOURCES/edeployPOS-1.0/edeployPOS-1.0/tmp/roles/eDeployPOS
7,418
[ "no_license" ]
[ { "path": "scripts/rpmbuild/SOURCES/edeployPOS-1.0/edeployPOS-1.0/tmp/roles/eDeployPOS/files/edeploypos_server", "content": "#!/bin/sh -e\n### BEGIN INIT INFO\n# Provides: edeploy_server\n# Required-Start: $local_fs $remote_fs $network $syslog\n# Required-Stop: $local_fs $remote_fs $network ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1518, "all_permissive": false }
ansible_role
costadanilofreitas/pos-structure
9b07abb4d1245bc3b6b38a93bc5506b535dbf39a
0
scripts/rpmbuild/SOURCES/edeployPOS-1.0/edeployPOS-1.0/tmp/roles/eDeployPOS-KDS
7,418
[ "no_license" ]
[ { "path": "scripts/rpmbuild/SOURCES/edeployPOS-1.0/edeployPOS-1.0/tmp/roles/eDeployPOS-KDS/files/edeployPOS_kds/stop.sh", "content": "#!/bin/bash\n\npushd \"$(dirname $0)/bin\">/dev/null\nexport LD_LIBRARY_PATH=$(pwd)\n./hv --stop\npopd>/dev/null\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2523, "all_permissive": false }
ansible_role
Pramodh90/roboshop-ansible
77fd16f7c8c15668553a8bd9eae64a12ddf143b4
0
roles/catalogue
7,418
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: Import common role for node JS\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
Pramodh90/roboshop-ansible
77fd16f7c8c15668553a8bd9eae64a12ddf143b4
0
roles/common
7,418
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "- name: Setup YUM repo fpr nodejs\n ansible.builtin.shell: curl -sL https://rpm.nodesource.com/setup_lts.x | bash\n\n- name: Installing nodeJS\n ansible.builtin.yum:\n name: nodejs\n state: installed\n\n- name: Import common role for downlaod\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1258, "all_permissive": false }
ansible_role
Pramodh90/roboshop-ansible
77fd16f7c8c15668553a8bd9eae64a12ddf143b4
0
roles/frontend
7,418
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "#The frontend is the service in RobotShop to serve the web content over Nginx.\n#To Install Nginx.```\n# # yum install nginx -y\n# # systemctl enable nginx\n# # systemctl start nginx\n#\n#Let's download the HTDOCS content and deploy under the Nginx p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1129, "all_permissive": false }
ansible_role
Pramodh90/roboshop-ansible
77fd16f7c8c15668553a8bd9eae64a12ddf143b4
0
roles/payment
7,418
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Import common roles - python\n ansible.builtin.include_role:\n name: common\n tasks_from: python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
RedHatGov/ansible-workshop
70cb316b989aab4321f95ffd21fbbbc4609eaf45
5
provision_ec2/roles/ec2_common
7,418
[ "no_license" ]
[ { "path": "provision_ec2/roles/ec2_common/tasks/main.yml", "content": "---\n- name: create ec2 instance\n ec2:\n keypair: ansible-lab\n type: t2.small\n image: ami-ca56b5aa\n region: us-west-2\n count: \"{{ ec2_instance_count | int }}\"\n group_id: sg-921030f4\n vpc_subnet_id: subnet-7...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 941, "all_permissive": false }
ansible_role
RedHatGov/ansible-workshop
70cb316b989aab4321f95ffd21fbbbc4609eaf45
5
rhel_host_config/roles/host_common
7,418
[ "no_license" ]
[ { "path": "rhel_host_config/roles/host_common/templates/resolv.conf.j2", "content": "# Ansible Tower Workshop / resolv.conf template\nnameserver 192.168.122.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "rhel_host_config/roles/host_common/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1358, "all_permissive": false }
ansible_role
RedHatGov/ansible-workshop
70cb316b989aab4321f95ffd21fbbbc4609eaf45
5
workshop_management/roles/workshop_common
7,418
[ "no_license" ]
[ { "path": "workshop_management/roles/workshop_common/tasks/main.yml", "content": "---\n- name: ensure pip is installed\n package: name=python-pip state=present use=yum\n tags:\n - common\n\n- name: install tower-cli\n pip: name=ansible-tower-cli\n tags:\n - common\n\n- name: disable ssl for tower-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2568, "all_permissive": false }
ansible_role
Mellanox/Kubespray-role-for-RDMA-shared-DP
c906421ccd0f4ae9c6df49e1799d86b5f433e23d
2
roles/mlnx-hca-shared
7,418
[ "no_license" ]
[ { "path": "roles/mlnx-hca-shared/vars/main.yml", "content": "---\n# vars file for mlnx-shared-hca role\n# Physical adapter names must be connected to separate InfiniBand fabric\n# max_hca variable in shared_resouces supports value: 1-1000\n# Example resources configuration of the multi resource pools with s...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7197, "all_permissive": false }
ansible_role
Dexmachi/Ch-aronte
265dc847e252d81d793838bdda488a0078def980
2
roles/chroot
7,418
[ "no_license" ]
[ { "path": "roles/chroot/tasks/main.yml", "content": "- name: gerar fstab\n ansible.builtin.shell:\n cmd: \"genfstab -U {{ fsroot }} >> {{ fsroot }}/etc/fstab\"\n\n- name: configurar a região\n ansible.builtin.shell: roles/chroot/scripts/regiao.sh\n\n- name: configurar a personalização\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
Dexmachi/Ch-aronte
265dc847e252d81d793838bdda488a0078def980
2
roles/particionamento
7,418
[ "no_license" ]
[ { "path": "roles/particionamento/tasks/main.yml", "content": "- name: Formatação de partição root\n ansible.builtin.filesystem:\n fstype: \"{{ formato }}\"\n dev: \"{{ root }}\"\n when: root | length > 0 and formato | length > 0\n\n- name: Formatação de partição home\n ansible.builtin.filesystem:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1545, "all_permissive": false }
ansible_role
Dexmachi/Ch-aronte
265dc847e252d81d793838bdda488a0078def980
2
roles/setup
7,418
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: Carregar variáveis com caminhos dos scripts\n ansible.builtin.include_vars: \"{{ role_path }}/vars/scripts_dirs.yml\"\n\n- name: Buscar scripts .sh nas pastas\n ansible.builtin.find:\n paths: \"{{ item }}\"\n patterns: \"*.sh\"\n loop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 498, "all_permissive": false }
ansible_role
Dexmachi/Ch-aronte
265dc847e252d81d793838bdda488a0078def980
2
roles/sistema
7,418
[ "no_license" ]
[ { "path": "roles/sistema/tasks/main.yml", "content": "---\n- name: pacotes no pacstrap\n ansible.builtin.command:\n cmd: >\n pacstrap -K {{ fsroot }} --needed\n {% for pkg in sistema %}\n {{ pkg | quote }}\n {% endfor %}\n\n- name: Carregar plugin externo\n include_vars: \"{{ plug...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 833, "all_permissive": false }
ansible_role
irynadiudiuk/Dev_Ops_Mentorship_Program
d2e44fe58e256391da0ed96c9b99c70d7f71f446
0
ansible_nta/roles/apache
7,418
[ "no_license" ]
[ { "path": "ansible_nta/roles/apache/handlers/main.yml", "content": "---\n- name: restart httpd\n service: name=httpd state=restarted\n\n- name: restart iptables\n service: name=iptables state=restarted\n\n- name: restart firewalld\n service: name=firewalld state=restarted\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 618, "all_permissive": false }
ansible_role
irynadiudiuk/Dev_Ops_Mentorship_Program
d2e44fe58e256391da0ed96c9b99c70d7f71f446
0
ansible_nta/roles/nginx
7,418
[ "no_license" ]
[ { "path": "ansible_nta/roles/nginx/handlers/main.yml", "content": "---\n# handlers file for ansible-centos7-nginx\n\n- name: restart firewalld\n service: name=firewalld state=restarted\n\n- name: reload nginx\n service: name=nginx state=reloaded\n\n- name: restart nginx\n service: name=nginx state=restar...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2016, "all_permissive": false }
ansible_role
soudegesu/my_packer_best_practice
678872f98ce28893ed9ac409d5c48e02daa5566c
13
packer/ansible/roles/hoge
7,418
[ "no_license" ]
[ { "path": "packer/ansible/roles/hoge/tasks/main.yml", "content": "- name: set locale to Japanese\n command: localectl set-locale LANG=ja_JP.UTF-8\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
marcinhlybin/redis-slowlog
8c717ed34d5dd6910eec106bc82080ee69333d49
9
ansible/roles/redis-slowlog
7,418
[ "no_license" ]
[ { "path": "ansible/roles/redis-slowlog/tasks/main.yml", "content": "---\n- name: Install apt packages\n apt:\n name: python3-redis\n update_cache: true\n cache_valid_time: 3600\n state: present\n\n- name: Clone redis-slowlog repository\n git:\n dest: /usr/local/src/redis-slowlog\n repo: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": false }
ansible_role
kiaev/ansible
f5eb50517e3fb7a36abee4f43d6e39fbf14719cc
0
lesson3/task1/roles/inshttpd
7,418
[ "no_license" ]
[ { "path": "lesson3/task1/roles/inshttpd/defaults/main.yml", "content": "---\n# defaults file for inshttpd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "lesson3/task1/roles/inshttpd/tasks/main.yml", "content": "---\n- name: service facts\n se...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 921, "all_permissive": false }
ansible_role
kiaev/ansible
f5eb50517e3fb7a36abee4f43d6e39fbf14719cc
0
lesson3/task1/roles/insvsftpd
7,418
[ "no_license" ]
[ { "path": "lesson3/task1/roles/insvsftpd/templates/main.yml", "content": "anonymous_enable={{anonymous_enable}}\nlocal_enable=YES\nwrite_enable=YES\nlocal_umask=022\nanon_upload_enable=YES\nanon_mkdir_write_enable=YES\ndirmessage_enable=YES\nxferlog_enable=YES\nconnect_from_port_20=YES\nxferlog_std_format=Y...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2056, "all_permissive": false }
ansible_role
dansholds/ansible-opennebula-authentication
ff401f2435dfcab15f2bead5cfc34d050f37095d
0
roles/ansible-opennebula
7,418
[ "no_license" ]
[ { "path": "roles/ansible-opennebula/tasks/main.yml", "content": "#using the simple one_vm module which will just spin up a VM using template id 7\n\n- one_vm:\n api_password: #PASSWORD can be found at '/var/lib/one/.one/one_auth' of your opennebula host\n api_url: http://<opennebulahost>:2633/RPC2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
obiohaa/ansible_play_around
1e964ffd82189b18ad78bf14cbc4b03960724537
0
roles/custom_role
7,418
[ "no_license" ]
[ { "path": "roles/custom_role/vars/main.yml", "content": "message: \"THIS IS AN HTML PAGE FROM ANSIBLE\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/custom_role/tasks/play.yml", "content": "---\n- name: Update apt repo\n apt:\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 509, "all_permissive": false }
ansible_role
obiohaa/ansible_play_around
1e964ffd82189b18ad78bf14cbc4b03960724537
0
roles/install_apache
7,418
[ "no_license" ]
[ { "path": "roles/install_apache/tasks/main.yml", "content": "---\n- name: Install Apache web server\n become: yes\n apt:\n name: apache2\n state: latest\n update_cache: yes\n\n- name: Install lighttpd web server\n become: yes\n apt:\n name: lighttpd\n state: latest\n update_cache: yes\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1097, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/ansible
7,414
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "- name: Add Ansible Repository\n apt_repository:\n repo: \"ppa:ansible/ansible\"\n state: present\n\n- name: Install Ansible\n package:\n name: ansible\n state: present\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/apt
7,414
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "- name: apt update\n apt:\n update_cache: yes\n upgrade: 'yes'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/azure_devops_agent
7,414
[ "no_license" ]
[ { "path": "roles/azure_devops_agent/defaults/main.yml", "content": "ADO_AGENT_VERSION: 3.225.0\nADO_RECONFIGURE_AGENT: false\nADO_AGENT_REPLACE_EXISTING: false\nADO_AGENT_ROLE: \"build\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/azure_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4019, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_adguard_home
7,414
[ "no_license" ]
[ { "path": "roles/docker_adguard_home/tasks/main.yml", "content": "- name: deploy Adguard Home Container Network \n docker_network:\n name: \"adguard-home\"\n\n- name: deploy Adguard Home Docker Container\n docker_container:\n name: \"adguard-home\"\n image: \"adguard/adguardhome:latest@sha256:d16...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 843, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_ado_agent
7,414
[ "no_license" ]
[ { "path": "roles/docker_ado_agent/templates/azp_agent_linux.dockerfile.j2", "content": "FROM ubuntu:22.04\n\nRUN apt update -y && apt upgrade -y && apt install curl git jq libicu70 -y\n\n# Also can be \"linux-arm\", \"linux-arm64\".\nENV TARGETARCH=\"linux-x64\"\n\nWORKDIR /azp/\n\nCOPY ./start.sh ./\nRUN c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1516, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_gh_actions_runner
7,414
[ "no_license" ]
[ { "path": "roles/docker_gh_actions_runner/templates/start.sh.j2", "content": "#!/bin/bash\n\nORGANIZATION=$ORGANIZATION\nACCESS_TOKEN=$ACCESS_TOKEN\n\nREG_TOKEN=$(curl -sX POST -H \"Authorization: token ${ACCESS_TOKEN}\" https://api.github.com/orgs/${ORGANIZATION}/actions/runners/registration-token | jq .to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1004, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_guacamole
7,414
[ "no_license" ]
[ { "path": "roles/docker_guacamole/tasks/main.yml", "content": "- name: Ensure init directory exists\n ansible.builtin.file: \n path: \"/docker/guacamole/db/init\"\n state: directory\n\n- name: Create init script\n ansible.builtin.shell: | \n docker run --rm guacamole/guacamole /opt/guacamole/bin/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2910, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_install
7,414
[ "no_license" ]
[ { "path": "roles/docker_install/tasks/main.yml", "content": "- name: Install required system packages\n ansible.builtin.apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n - virtualenv\n - python3-setuptools...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1171, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_mealie
7,414
[ "no_license" ]
[ { "path": "roles/docker_mealie/tasks/main.yml", "content": "- name: deploy Mealie Container Network \n docker_network:\n name: \"mealie\"\n\n- name: deploy Mealie Docker Container\n docker_container:\n name: \"mealie\"\n image: \"hkotel/mealie:latest@sha256:88e8e12542e9a2733c07f175682dc69e7360bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_minecraft_bedrock
7,414
[ "no_license" ]
[ { "path": "roles/docker_minecraft_bedrock/tasks/main.yml", "content": "- name: deploy Minecraft Bedrock container network\n docker_network:\n name: \"minecraft-bedrock\"\n\n- name: deploy Minecraft Docker Container\n docker_container:\n name: \"minecraft-bedrock\"\n image: \"itzg/minecraft-bedroc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_minio
7,414
[ "no_license" ]
[ { "path": "roles/docker_minio/tasks/main.yml", "content": "- name: deploy Minio Container\n docker_container:\n name: \"minio\"\n image: \"minio/minio:latest@sha256:a929054ae025fa7997857cd0e2a2e3029238e31ad89877326dc032f4c1a14259\"\n restart_policy: always\n networks:\n - name: \"proxy\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1913, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_monica
7,414
[ "no_license" ]
[ { "path": "roles/docker_monica/tasks/main.yml", "content": "- name: deploy Monica Container Network \n docker_network:\n name: \"monica\"\n\n- name: deploy Monica DB Docker Container\n docker_container:\n name: \"monica-db\"\n image: \"mysql:9.0@sha256:c69299937e5e2fc9a2cb26f5cd7a7151e48d9d5a3b36...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 974, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_npm
7,414
[ "no_license" ]
[ { "path": "roles/docker_npm/tasks/main.yml", "content": "- name: deploy Nginx Proxy Manager Container Network \n docker_network:\n name: \"npm\"\n\n- name: deploy Nginx Proxy Manager Docker Container\n docker_container:\n name: \"nginxproxymanager\"\n image: \"jc21/nginx-proxy-manager:latest@sha2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1216, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_phpipam
7,414
[ "no_license" ]
[ { "path": "roles/docker_phpipam/tasks/main.yml", "content": "- name: deploy phpipam Container Network \n docker_network:\n name: \"phpipam\"\n\n- name: deploy phpipam DB Docker Container\n docker_container:\n name: \"phpipam-db\"\n image: \"mysql:9.0@sha256:c69299937e5e2fc9a2cb26f5cd7a7151e48d9d5...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_portainer
7,414
[ "no_license" ]
[ { "path": "roles/docker_portainer/tasks/main.yml", "content": "- name: deploy Portainer Container\n docker_container:\n name: \"portainer\"\n image: \"portainer/portainer-ce:2.23.0@sha256:bac59ebb8208d09aa3f1b13f2467b8145cad01c754dc8c59a7d5cf0677d5c963\"\n restart_policy: always\n networks:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1110, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_teamspeak
7,414
[ "no_license" ]
[ { "path": "roles/docker_teamspeak/tasks/main.yml", "content": "- name: deploy Teamspeak Container Network \n docker_network:\n name: \"teamspeak\"\n\n- name: deploy Teamspeak Docker Container\n docker_container:\n name: \"teamspeak\"\n image: \"teamspeak@sha256:f23e251a1327cc2d766ee8f4c485670be7a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1212, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_tftp
7,414
[ "no_license" ]
[ { "path": "roles/docker_tftp/tasks/main.yml", "content": "- name: deploy TFTP Network\n docker_network:\n name: \"tftpd-hpa\"\n\n- name: deploy TFTP Container\n docker_container:\n name: \"tftpd-hpa\"\n image: \"3x3cut0r/tftpd-hpa:latest@sha256:8de02517bdcda9aa5f2c498a1c1305fb402e882d77dda4d2556b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_traefik
7,414
[ "no_license" ]
[ { "path": "roles/docker_traefik/tasks/main.yml", "content": "- name: Copy acme.json\n ansible.builtin.template:\n src: acme.json.j2\n dest: /docker/traefik/acme.json\n owner: root\n group: root\n mode: 0600\n force: false\n backup: yes\n\n- name: Copy config.yml\n ansible.builtin.temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2247, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_uptime_kuma
7,414
[ "no_license" ]
[ { "path": "roles/docker_uptime_kuma/tasks/main.yml", "content": "- name: deploy Uptime Kuma Network\n docker_network:\n name: \"uptime-kuma\"\n\n- name: deploy Uptime Kuma Container\n docker_container:\n name: \"uptime-kuma\"\n image: \"louislam/uptime-kuma:1@sha256:96510915e6be539b76bcba2e687359...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_watchtower
7,414
[ "no_license" ]
[ { "path": "roles/docker_watchtower/tasks/main.yml", "content": "- name: deploy Watchtower Container Network \n docker_network:\n name: \"watchtower\"\n\n- name: deploy Mealie Docker Container\n docker_container:\n name: \"watchtower\"\n image: \"containrrr/watchtower@sha256:6dd50763bbd632a83cb154...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/docker_zabbix_mysql
7,414
[ "no_license" ]
[ { "path": "roles/docker_zabbix_mysql/tasks/main.yml", "content": "- name: deploy Zabbix Container Network \n docker_network:\n name: \"zabbix\"\n\n- name: deploy Zabbix Mysql Docker Container\n docker_container:\n name: \"zabbix-db\"\n image: \"mysql@sha256:fd8d1b4e287c49e1e35eb5a103f337111947662...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1598, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/hyper_v_vm_linux
7,414
[ "no_license" ]
[ { "path": "roles/hyper_v_vm_linux/tasks/main.yml", "content": "- name: Check if VHDX is already exists\n win_stat:\n path: \"{{ TEMPLATE_VHDX_DESTINATION }}\"\n get_checksum: false\n register: vhdx_exists\n\n- name: Clone Template VHDX\n win_copy:\n src: \"{{ TEMPLATE_VHDX_SOURCE }}\"\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1982, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/k3s
7,414
[ "no_license" ]
[ { "path": "roles/k3s/tasks/main.yml", "content": "- name: Populate service facts\n ansible.builtin.service_facts:\n\n- name: apt update\n apt:\n update_cache: yes\n upgrade: 'yes'\n\n- name: Install Cluster Init Node \n ansible.builtin.shell: |\n curl -sfL https://get.k3s.io | K3S_TOKEN=\"{{ K3S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3020, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/linux_ad_join
7,414
[ "no_license" ]
[ { "path": "roles/linux_ad_join/handlers/main.yml", "content": "---\n- name: \"samba_restart\"\n service: name=smbd state=restarted\n\n- name: \"winbind_restart\"\n service: name=winbind state=restarted\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4762, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/linux_hosts_file_edit
7,414
[ "no_license" ]
[ { "path": "roles/linux_hosts_file_edit/tasks/main.yml", "content": "- name: Copy hosts file template\n ansible.builtin.template: \n src: hosts.j2\n dest: /etc/hosts\n owner: root\n group: root\n mode: \"0644\"", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/linux_snmp
7,414
[ "no_license" ]
[ { "path": "roles/linux_snmp/templates/snmpd.conf.j2", "content": "###########################################################################\n#\n# snmpd.conf\n# An example configuration file for configuring the Net-SNMP agent ('snmpd')\n# See snmpd.conf(5) man page for details\n#\n#########################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3411, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/linux_template
7,414
[ "no_license" ]
[ { "path": "roles/linux_template/templates/00-installer-config.yaml.ubuntu.j2", "content": "# This is the network config written by 'subiquity'\nnetwork:\n ethernets:\n ens160:\n addresses:\n - {{ ip_address }}/24\n nameservers:\n addresses:\n - {{ DNS_1 }}\n - {{ DNS_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3672, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/loadshedding_script
7,414
[ "no_license" ]
[ { "path": "roles/loadshedding_script/tasks/main.yml", "content": "- name: Create scripts directory\n ansible.builtin.file:\n path: /opt/scripts\n state: directory\n mode: 0644\n\n- name: Copy loadshedding_checker_script.sh.j2\n ansible.builtin.template:\n src: loadshedding_checker_script.sh.j2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3524, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/networking_edge_os
7,414
[ "no_license" ]
[ { "path": "roles/networking_edge_os/tasks/main.yml", "content": "- name: Configure Static Host Names\n community.network.edgeos_config:\n lines:\n - set system static-host-mapping host-name \"{{ HOST_NAME_1 }}\" inet \"{{ ORACLE_DOCKER_IP }}\"\n - set system static-host-mapping host-name \"{{ HOST...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1633, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/networking_edge_os_vpn
7,414
[ "no_license" ]
[ { "path": "roles/networking_edge_os_vpn/tasks/main.yml", "content": "- name: Configure IPSec VPN to Oracle Cloud\n community.network.edgeos_config:\n lines:\n - set vpn ipsec ike-group \"{{ IKE_GROUP_1 }}\" key-exchange ikev1 \n - set vpn ipsec ike-group \"{{ IKE_GROUP_1 }}\" lifetime 28800 \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3321, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/oracle_terraform_keys
7,414
[ "no_license" ]
[ { "path": "roles/oracle_terraform_keys/tasks/main.yml", "content": "- name: Create Terraform Keys Directory\n file:\n path: \"/keys\"\n state: directory\n owner: \"{{ USER }}\"\n group: \"{{ USER }}\"\n\n- name: Copy over Terraform OCI Auth Key\n ansible.builtin.copy:\n content: \"{{ TERRAF...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/oracle_vm_backup
7,414
[ "no_license" ]
[ { "path": "roles/oracle_vm_backup/tasks/main.yml", "content": "- name: Check for existing OCI CLI Install\n stat:\n path: \"/root/lib/oracle-cli\"\n register: oci_check\n\n- name: Install OCI CLI \n ansible.builtin.shell: |\n bash -c \"$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/mast...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6128, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/packer
7,414
[ "no_license" ]
[ { "path": "roles/packer/defaults/main.yml", "content": "packer_version: 1.9.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/packer/tasks/main.yml", "content": "- name: Check if Tools directory exists\n ansible.windows.win_stat:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1605, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/postfix
7,414
[ "no_license" ]
[ { "path": "roles/postfix/templates/sender_canonical.j2", "content": "/./ {{ EMAIL_ADDRESS }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/postfix/tasks/main.yml", "content": "- name: apt update\n apt:\n update_cache: yes\n upgra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2901, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/prometheus_linux_node_exporter
7,414
[ "no_license" ]
[ { "path": "roles/prometheus_linux_node_exporter/templates/node_exporter.service.j2", "content": "[Unit]\nDescription=NodeExporter\n\n[Service]\nTimeoutStartSec=0\nUser=node_exporter\nExecStart={{ node_exporter_bin_path }} {{ node_exporter_options }}\n\n[Install]\nWantedBy=multi-user.target", "license_ty...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4797, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/prometheus_windows_node_exporter
7,414
[ "no_license" ]
[ { "path": "roles/prometheus_windows_node_exporter/tasks/main.yml", "content": "---\n- name: Check that the service variable values are sane\n assert:\n that:\n - windows_exporter_state == 'started' and windows_exporter_start_mode != 'disabled'\n fail_msg: \"You cannot manage the service with the...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3997, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/telegraf
7,414
[ "no_license" ]
[ { "path": "roles/telegraf/defaults/main.yml", "content": "---\ntelegraf_enabled: True\n# defaults file for ansible-telegraf\n\ntelegraf_agent_version: 1.31.3\ntelegraf_agent_version_patch: 1\ntelegraf_agent_package: telegraf\ntelegraf_agent_package_file_deb: telegraf_{{ telegraf_agent_version }}-{{ telegraf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5617, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/veeam_discord_notifications
7,414
[ "no_license" ]
[ { "path": "roles/veeam_discord_notifications/templates/conf.json.j2", "content": "{\n \"services\": {\n \"discord\": {\n \"webhook\": \"#{discord_webhook}#\",\n \"user_id\": \"#{discord_user_id}#\"\n }\n },\n \"mentions\": {\n \"on_failure\": false,\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2933, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/windows_rds
7,414
[ "no_license" ]
[ { "path": "roles/windows_rds/tasks/main.yml", "content": "# Install the RDS Roles\n\n- name: Install RDS Gateway\n when: inventory_hostname in groups['app_server']\n ansible.windows.win_feature:\n name: RDS-Gateway\n include_management_tools: yes\n state: present\n\n- name: Install RDS Web Access...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1461, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/windows_snmp
7,414
[ "no_license" ]
[ { "path": "roles/windows_snmp/tasks/main.yml", "content": "- name: Install SNMP Feature\n ansible.windows.win_feature:\n name: SNMP-Service\n include_management_tools: yes\n state: present\n\n- name: Update SNMP Community String\n community.windows.win_snmp:\n community_strings:\n - \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/windows_template
7,414
[ "no_license" ]
[ { "path": "roles/windows_template/tasks/main.yml", "content": "# Change IP Address of new server\n- name: Gathering ipam auth token\n uri:\n validate_certs: false\n url: \"{{ IPAM_TOKEN_REQUEST }}\"\n method: POST\n headers: \n Content-Type: application/json\n user: \"{{ IPAM_USER }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2294, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/windows_updates
7,414
[ "no_license" ]
[ { "path": "roles/windows_updates/tasks/main.yml", "content": "- name: Install all security, critical, and rollup updates without a scheduled task\n ansible.windows.win_updates:\n category_names:\n - SecurityUpdates\n - CriticalUpdates\n - UpdateRollups\n reboot: true\n log_path: C:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/zabbix_linux_agent
7,414
[ "no_license" ]
[ { "path": "roles/zabbix_linux_agent/handlers/main.yml", "content": "---\n- name: \"zabbix_restart\"\n service: name=zabbix-agent2 state=restarted\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/zabbix_linux_agent/templates/zabbix_agen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2757, "all_permissive": false }
ansible_role
data-tangles/ansible
332f127795a40ba19e5802e6b2f5e799daf2adba
13
roles/zabbix_windows_agent
7,414
[ "no_license" ]
[ { "path": "roles/zabbix_windows_agent/tasks/main.yml", "content": "- name: Check installed Zabbix Agent\n ansible.windows.win_powershell:\n script: |\n [CmdletBinding(SupportsShouldProcess)]\n param ()\n \n $ZabbixVersion = (Get-Package | Where-Object Name -match \"Zabbix Agent 2\").Ve...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2297, "all_permissive": false }
ansible_role
rodrigo-reiss/k8s-cluster
124ea7ee98a58c6b0cd13b6c9db8395f2c20ba59
0
roles/docker
7,414
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker PreReqs\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n state: present\n loop: \"{{ docker_prereqs_packages }}\"\n\n\n- name: Add the Docker's official GPG key\n apt_key:\n url: https://download.docker.com/li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
rodrigo-reiss/k8s-cluster
124ea7ee98a58c6b0cd13b6c9db8395f2c20ba59
0
roles/kubernetes
7,414
[ "no_license" ]
[ { "path": "roles/kubernetes/vars/main.yml", "content": "---\nkubernetes_prereqs_packages:\n - apt-transport-https\n\nkubernetes_packages:\n - kubelet\n - kubeadm\n - kubectl\n\nservices_to_restart:\n - systemctl daemon-reload\n - systemctl restart docker\n - systemctl restart kubelet", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1115, "all_permissive": false }
ansible_role
rodrigo-reiss/k8s-cluster
124ea7ee98a58c6b0cd13b6c9db8395f2c20ba59
0
roles/master
7,414
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "---\n- name: Initiate control-plane node\n command: kubeadm init\n register: kubeadm_output\n\n- name: Create file with kubeadm output\n copy:\n content: \"{{ kubeadm_output.stdout }}\"\n dest: /root/kubeadm_init\n\n- name: Create kubejoin script...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 779, "all_permissive": false }
ansible_role
rodrigo-reiss/k8s-cluster
124ea7ee98a58c6b0cd13b6c9db8395f2c20ba59
0
roles/workers
7,414
[ "no_license" ]
[ { "path": "roles/workers/tasks/main.yml", "content": "---\n- name: Copy Join Script to worker nodes\n copy:\n src: ./join/kubejoin.sh\n dest: /opt/kubejoin.sh\n mode: '0700'\n\n- name: Join workers with Join script\n shell: /opt/kubejoin.sh\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
astrochun/redata-iac
59a49d345cf9aa248f56d3746c6a88d10d2f28f8
0
ansible/roles/do-ubuntu-swapspace
7,414
[ "no_license" ]
[ { "path": "ansible/roles/do-ubuntu-swapspace/vars/main.yml", "content": "---\n# vars file for roles/do-ubuntu-swapspace", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible/roles/do-ubuntu-swapspace/tasks/main.yml", "content": "--- # tasks f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4996, "all_permissive": false }
ansible_role
astrochun/redata-iac
59a49d345cf9aa248f56d3746c6a88d10d2f28f8
0
ansible/roles/redata-account-create
7,414
[ "no_license" ]
[ { "path": "ansible/roles/redata-account-create/README.md", "content": "ReDATA Linux Account Creator\n============================\n\nThis role easily allow for the creation of a linux account.\nDefault configurations is intended for ReDATA purposes.\n\n\nRequirements\n------------\n\nA Linux virtual machine...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5158, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/1password
7,414
[ "no_license" ]
[ { "path": "roles/1password/tasks/ubuntu.yml", "content": "---\n- name: \"1Password | Create keyrings directory\"\n ansible.builtin.file:\n path: /usr/share/keyrings\n state: directory\n mode: '0755'\n become: true\n\n- name: \"1Password | Add APT Key\"\n ansible.builtin.shell: |\n curl -fsSL ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1966, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/alacritty
7,414
[ "no_license" ]
[ { "path": "roles/alacritty/tasks/main.yml", "content": "---\n- name: Run Ubuntu Tasks\n ansible.builtin.import_tasks: ubuntu.yml\n when: ansible_os_family == 'Debian' and not ansible_host_environment_is_wsl\n\n- name: Run WSL Tasks\n ansible.builtin.import_tasks: wsl.yml\n when: ansible_host_environment...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/arduino
7,414
[ "no_license" ]
[ { "path": "roles/arduino/handlers/main.yml", "content": "---\n- name: Remove arduino archive\n ansible.builtin.file:\n path: /tmp/arduino.tar.xz\n state: absent\n become: true\n\n- name: Remove extracted files\n ansible.builtin.file:\n path: \"/tmp/arduino-{{ arduino_version|default('latest') }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2715, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/azure
7,414
[ "no_license" ]
[ { "path": "roles/azure/tasks/ubuntu.yml", "content": "---\n- name: \"Azure | Install dependencies\"\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n become: true\n loop:\n - ca-certificates\n - curl\n - apt-transport-https\n - lsb-release\n - gnupg\n\n- name: \"Azure ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1143, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/bash
7,414
[ "no_license" ]
[ { "path": "roles/bash/files/bash/vars.sh", "content": "#!/usr/env/bin bash\n\n# color codes\nRESTORE='\\033[0m'\nNC='\\033[0m'\nBLACK='\\033[00;30m'\nRED='\\033[00;31m'\nGREEN='\\033[00;32m'\nYELLOW='\\033[00;33m'\nBLUE='\\033[00;34m'\nPURPLE='\\033[00;35m'\nCYAN='\\033[00;36m'\nSEA=\"\\\\033[38;5;49m\"\nLI...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 16098, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/bat
7,414
[ "no_license" ]
[ { "path": "roles/bat/tasks/main.yml", "content": "---\n- name: Run Ubuntu Tasks\n ansible.builtin.import_tasks: ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- name: \"bat | Config folder\"\n ansible.builtin.file:\n mode: \"0755\"\n path: \"{{ ansible_user_dir }}/.config/bat\"\n state: dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/blender
7,414
[ "no_license" ]
[ { "path": "roles/blender/tasks/Archlinux.yml", "content": "---\n- name: \"blender | Arch | Install blender\"\n community.general.pacman:\n name: blender\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "role...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 251, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/bluetooth
7,414
[ "no_license" ]
[ { "path": "roles/bluetooth/tasks/ubuntu.yml", "content": "---\n- name: \"Bluetooth | Install dependencies\"\n ansible.builtin.apt:\n name:\n - bluez\n - bluez-tools\n - bluetooth\n - blueman\n state: present\n become: true\n\n- name: \"Docker | Enable service\"\n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/btop
7,414
[ "no_license" ]
[ { "path": "roles/btop/tasks/Ubuntu.yml", "content": "---\n- name: \"btop | Ubuntu | Install btop\"\n ansible.builtin.apt:\n name: btop\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/btop/tasks/Archl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 233, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/chromium
7,414
[ "no_license" ]
[ { "path": "roles/chromium/meta/main.yml", "content": "---\n dependencies:\n - snap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/chromium/tasks/Ubuntu.yml", "content": "---\n- name: Chromium | Ubuntu | Install chromium via Snap\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 184, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/docker
7,414
[ "no_license" ]
[ { "path": "roles/docker/tasks/ubuntu.yml", "content": "---\n# These steps are based on the official Docker documentation: https://docs.docker.com/engine/install/ubuntu/#installation-methods\n- name: \"Docker | Update APT cache\"\n ansible.builtin.apt:\n update_cache: true\n become: true\n\n- name: \"Do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2028, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/eduvpn
7,414
[ "no_license" ]
[ { "path": "roles/eduvpn/tasks/ubuntu.yml", "content": "---\n- name: \"EduVPN | Update apt cache\"\n ansible.builtin.apt:\n update_cache: true\n become: true\n\n- name: \"EduVPN | Install dependencies\"\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n become: true\n loop:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1257, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/gh
7,414
[ "no_license" ]
[ { "path": "roles/gh/tasks/ubuntu.yml", "content": "---\n- name: Install GitHub CLI tool\n ansible.builtin.apt:\n name: gh\n state: present\n become: true\n\n# - name: Authenticate with GitHub using SSH key\n# command: gh auth login --hostname github.com --method ssh\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/ghostty
7,414
[ "no_license" ]
[ { "path": "roles/ghostty/tasks/main.yml", "content": "---\n- import_tasks: Ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- name: Run Arch Tasks\n ansible.builtin.import_tasks: Archlinux.yml\n when: ansible_os_family == 'Archlinux'\n\n- name: \"ghostty | Config folder\"\n ansible.builtin.file:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 859, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/gimp
7,414
[ "no_license" ]
[ { "path": "roles/gimp/tasks/Ubuntu.yml", "content": "---\n- name: \"gimp | Ubuntu | Install gimp\"\n ansible.builtin.apt:\n name: gimp\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/gimp/tasks/Archl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 233, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/git
7,414
[ "no_license" ]
[ { "path": "roles/git/tasks/Archlinux.yml", "content": "---\n- name: \"Git | Arch | Install git\"\n ansible.builtin.pacman:\n name:\n - git\n state: present\n become: true\n\n- name: \"Git | Set diff.colorMoved\"\n community.general.git_config:\n name: diff.colorMoved\n scope: global\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2449, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/go
7,414
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n- name: Run Ubuntu Tasks\n ansible.builtin.import_tasks: ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- name: Install Packages\n import_tasks: packages.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 165...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/helm
7,414
[ "no_license" ]
[ { "path": "roles/helm/tasks/main.yml", "content": "---\n- name: Run Ubuntu Tasks\n ansible.builtin.import_tasks: ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- name: Helm | Add Helm Repos\n kubernetes.core.helm_repository:\n name: \"{{ item.name }}\"\n url: \"{{ item.url }}\"\n repo_state...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1392, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/hyprland
7,414
[ "no_license" ]
[ { "path": "roles/hyprland/tasks/Ubuntu.yml", "content": "---\n- name: \"hyprland | Ubuntu | Install dependencies\"\n ansible.builtin.apt:\n name:\n - network-manager\n - network-manager-gnome \n state: latest\n become: true\n\n- name: \"Hyprland | Ubuntu | Install hyprland\"\n ansible.bui...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5345, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/iio-hyprland
7,414
[ "no_license" ]
[ { "path": "roles/iio-hyprland/tasks/Ubuntu.yml", "content": "---\n- name: \"iio-hyprland | Check if iio-hyprland is installed\"\n ansible.builtin.shell: which iio-hyprland 2>/dev/null || echo \"not installed\"\n register: iio_hyprland_check\n changed_when: false\n failed_when: false\n\n- name: \"iio-hyp...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1902, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/k8s
7,414
[ "no_license" ]
[ { "path": "roles/k8s/tasks/ubuntu.yml", "content": "---\n- name: K8s | Ensure required packages are installed\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n state: present\n become: true\n\n- name: K8s | Create keyrings directory\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1169, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/kitty
7,414
[ "no_license" ]
[ { "path": "roles/kitty/tasks/Ubuntu.yml", "content": "---\n- name: \"Kitty | Ubuntu | Install kitty\"\n ansible.builtin.apt:\n name: kitty\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/kitty/tasks/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 765, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/logseq
7,414
[ "no_license" ]
[ { "path": "roles/logseq/meta/main.yml", "content": "---\ndependencies:\n - role: flatpak", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/logseq/tasks/Ubuntu.yml", "content": "---\n- name: \"Logseq | Detect Desktop Environment\"\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 925, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/lsd
7,414
[ "no_license" ]
[ { "path": "roles/lsd/tasks/main.yml", "content": "---\n- name: \"LSD | Checking for Distribution Config: {{ ansible_distribution }}\"\n ansible.builtin.stat:\n path: \"{{ role_path }}/tasks/{{ ansible_distribution }}.yml\"\n register: lsd_distribution_config\n\n- name: \"LSD | Run Tasks: {{ ansible_dis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }