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
aleksa-sukovic/restituto
08a0edc0961e19234a5d81e4d72540eb2495b86a
0
playbooks/roles/sublime
530
[ "no_license" ]
[ { "path": "playbooks/roles/sublime/tasks/main.yml", "content": "---\n- name: Install\n snap:\n name: sublime-text\n classic: yes\n state: present\n\n- name: Remove current user config\n file:\n path: \"/home/{{ username }}/.config/sublime-text-3/Packages/User\"\n state: absent\n\n- name: Cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 402, "all_permissive": false }
ansible_role
aleksa-sukovic/restituto
08a0edc0961e19234a5d81e4d72540eb2495b86a
0
playbooks/roles/telegram
530
[ "no_license" ]
[ { "path": "playbooks/roles/telegram/tasks/main.yml", "content": "---\n- name: Install\n snap:\n name: telegram-desktop\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
aleksa-sukovic/restituto
08a0edc0961e19234a5d81e4d72540eb2495b86a
0
playbooks/roles/todoist
530
[ "no_license" ]
[ { "path": "playbooks/roles/todoist/tasks/main.yml", "content": "---\n- name: Install\n aur:\n name: todoist-linux-bin\n become: true\n become_user: aur_builder\n\n- name: Copy desktop file\n template:\n src: desktop/todoist.desktop\n dest: \"/home/{{ username }}/.local/share/applications/\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 673, "all_permissive": false }
ansible_role
aleksa-sukovic/restituto
08a0edc0961e19234a5d81e4d72540eb2495b86a
0
playbooks/roles/trizen
530
[ "no_license" ]
[ { "path": "playbooks/roles/trizen/tasks/main.yml", "content": "---\n- name: Install\n aur:\n name: trizen\n become: true\n become_user: aur_builder\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
aleksa-sukovic/restituto
08a0edc0961e19234a5d81e4d72540eb2495b86a
0
playbooks/roles/vagrant
530
[ "no_license" ]
[ { "path": "playbooks/roles/vagrant/tasks/main.yml", "content": "---\n- name: Install\n pacman:\n name: vagrant\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
aleksa-sukovic/restituto
08a0edc0961e19234a5d81e4d72540eb2495b86a
0
playbooks/roles/viber
530
[ "no_license" ]
[ { "path": "playbooks/roles/viber/tasks/main.yml", "content": "---\n- name: Install\n aur:\n name: viber\n become: true\n become_user: aur_builder\n\n- name: Copy desktop file\n copy:\n src: desktop/viber.desktop\n dest: \"/home/{{ username }}/.local/share/applications/\"\n mode: 0755\n ow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
aleksa-sukovic/restituto
08a0edc0961e19234a5d81e4d72540eb2495b86a
0
playbooks/roles/virtual-box
530
[ "no_license" ]
[ { "path": "playbooks/roles/virtual-box/tasks/main.yml", "content": "---\n- name: Copy installation script\n become: true\n become_user: \"{{ username }}\"\n copy:\n src: scripts/vbox-setup.sh\n dest: ~/.config/vbox/\n owner: \"{{ username }}\"\n group: \"{{ group }}\"\n mode: 0755\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 278, "all_permissive": false }
ansible_role
aleksa-sukovic/restituto
08a0edc0961e19234a5d81e4d72540eb2495b86a
0
playbooks/roles/vlc
530
[ "no_license" ]
[ { "path": "playbooks/roles/vlc/tasks/main.yml", "content": "---\n- name: Install VLC Player\n pacman:\n name: vlc\n state: latest\n update_cache: yes\n\n- name: Create VLC Player config directory\n file:\n path: \"/home/{{ username }}/.config/vlc\"\n state: directory\n owner: \"{{ userna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
aleksa-sukovic/restituto
08a0edc0961e19234a5d81e4d72540eb2495b86a
0
playbooks/roles/vmware
530
[ "no_license" ]
[ { "path": "playbooks/roles/vmware/tasks/main.yml", "content": "---\n- name: Install ncruses5 compat libraries\n aur:\n name: ncurses5-compat-libs\n become: true\n become_user: aur_builder\n\n- name: Install VMware\n aur:\n name: vmware-workstation\n become: true\n become_user: aur_builder\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1349, "all_permissive": false }
ansible_role
aleksa-sukovic/restituto
08a0edc0961e19234a5d81e4d72540eb2495b86a
0
playbooks/roles/vysor
530
[ "no_license" ]
[ { "path": "playbooks/roles/vysor/tasks/main.yml", "content": "---\n- name: Install\n aur:\n name: vysor\n become: true\n become_user: aur_builder\n\n- name: Copy desktop file\n copy:\n src: desktop/vysor.desktop\n dest: \"/home/{{ username }}/.local/share/applications/\"\n mode: 0755\n ow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
aleksa-sukovic/restituto
08a0edc0961e19234a5d81e4d72540eb2495b86a
0
playbooks/roles/xprop
530
[ "no_license" ]
[ { "path": "playbooks/roles/xprop/tasks/main.yml", "content": "---\n- name: Install\n pacman:\n name: xorg-xprop\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
aleksa-sukovic/restituto
08a0edc0961e19234a5d81e4d72540eb2495b86a
0
playbooks/roles/yay
530
[ "no_license" ]
[ { "path": "playbooks/roles/yay/tasks/main.yml", "content": "---\n- name: Install\n pacman:\n name: yay\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
zedr/wordpress-on-podman
f67096c999b3f67ccbcf0fe2086aed4689827d12
0
roles/nginx_proxy
530
[ "no_license" ]
[ { "path": "roles/nginx_proxy/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include nginx_proxy\"\n include_role:\n name: \"nginx_proxy\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5398, "all_permissive": false }
ansible_role
zedr/wordpress-on-podman
f67096c999b3f67ccbcf0fe2086aed4689827d12
0
roles/wordpress_standalone
530
[ "no_license" ]
[ { "path": "roles/wordpress_standalone/molecule/integration/converge.yml", "content": "---\n- name: Converge\n hosts: all\n gather_facts: false\n tasks:\n - name: \"Include wordpress_standalone\"\n include_role:\n name: \"wordpress_standalone\"\n\n - name: \"Include nginx_proxy\"\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 3532, "all_permissive": false }
ansible_role
boubou1100/ansible-project
2244f45229d09e934550f226c77d1f8fe8cf89e1
0
ansible_dir/roles/valo_web
530
[ "no_license" ]
[ { "path": "ansible_dir/roles/valo_web/vars/main.yml", "content": "---\n# vars file for valo_web\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible_dir/roles/valo_web/defaults/main.yml", "content": "---\n# defaults file for valo_web\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 773, "all_permissive": false }
ansible_role
DanDorado/DockerHelloWorldAWX
f3f989b19e8cca32c5c42d7c93a63054e07d9b2e
0
roles/hello-world
530
[ "no_license" ]
[ { "path": "roles/hello-world/tasks/main.yml", "content": "# Tasks for running the \"hello-world\" alpine image in docker\r\n---\r\n- name: check echo\r\n shell: echo 'hello'\r\n register: hello\r\n\r\n- name: check if it ran\r\n debug:\r\n msg: '{{ hello.stdout }}'\r\n\r\n- name: sudo docker run alpin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
DanDorado/DockerHelloWorldAWX
f3f989b19e8cca32c5c42d7c93a63054e07d9b2e
0
roles/installDockerAndCompose
530
[ "no_license" ]
[ { "path": "roles/installDockerAndCompose/tasks/main.yml", "content": "# Install Docker and Docker-compose on Centos\r\n---\r\n\r\n- name: Install the Dependencies\r\n yum:\r\n name: \"{{ item }}\"\r\n state: latest\r\n loop:\r\n - yum-utils\r\n - device-mapper-persistent-data\r\n - lvm2\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1373, "all_permissive": false }
ansible_role
comsysto/wp06-jfrog
8e2f815978a71d9d7d09fc31c3d343794cd7014e
0
roles/artifactory_deploy
530
[ "no_license" ]
[ { "path": "roles/artifactory_deploy/tasks/main.yml", "content": "\n---\n- name: Add JFrog Helm Repository\n command: helm repo add jfrog https://charts.jfrog.io\n args:\n creates: ~/.cache/helm/repository/jfrog-index.yaml\n changed_when: false\n\n- name: Create Namespaces for Artifactory Instances\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6866, "all_permissive": false }
ansible_role
comsysto/wp06-jfrog
8e2f815978a71d9d7d09fc31c3d343794cd7014e
0
roles/azure_storage
530
[ "no_license" ]
[ { "path": "roles/azure_storage/defaults/main.yml", "content": "---\n# defaults file for azure_storage\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/azure_storage/tasks/main.yml", "content": "---\n- name: Create Resource Group\n azure...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1572, "all_permissive": false }
ansible_role
comsysto/wp06-jfrog
8e2f815978a71d9d7d09fc31c3d343794cd7014e
0
roles/ca_certificate
530
[ "no_license" ]
[ { "path": "roles/ca_certificate/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ca_certificate\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/ca_certificate/handlers/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3509, "all_permissive": false }
ansible_role
comsysto/wp06-jfrog
8e2f815978a71d9d7d09fc31c3d343794cd7014e
0
roles/nginx_ingress
530
[ "no_license" ]
[ { "path": "roles/nginx_ingress/tasks/main.yml", "content": "---\n- name: Add the ingress-nginx Helm repository\n community.kubernetes.helm_repository:\n repo_name: ingress-nginx\n repo_url: https://kubernetes.github.io/ingress-nginx\n\n- name: Install the ingress-nginx chart\n community.kubernetes.h...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1030, "all_permissive": false }
ansible_role
comsysto/wp06-jfrog
8e2f815978a71d9d7d09fc31c3d343794cd7014e
0
roles/nginx_ingress_mtls
530
[ "no_license" ]
[ { "path": "roles/nginx_ingress_mtls/README.md", "content": "Ngnix Ingress MTLS\n=========\n\nConfigures Nginx Ingress controller routing to specified artifactory instances using mTLS.\n\nRequirements\n------------\n\nAccess to Kubernetes cluster as default profile in kubectl. \n\nRole Variables\n-----------...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2715, "all_permissive": false }
ansible_role
comsysto/wp06-jfrog
8e2f815978a71d9d7d09fc31c3d343794cd7014e
0
roles/tls_certificate
530
[ "no_license" ]
[ { "path": "roles/tls_certificate/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - tls_certificate\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/tls_certificate/tasks/main.yml", "content": "---...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6587, "all_permissive": false }
ansible_role
turubee/ansible-sample
ca49049f8c0d15a2f01665c82c33085ea1d9c971
0
sample-project/roles/common
530
[ "no_license" ]
[ { "path": "sample-project/roles/common/tasks/main.yml", "content": "---\n- name: localtime settings\n include: localize.yml\n- name: disable unused services\n include: services.yml\n- name: setting prompt\n include: prompt.yml\n- name: install common packages\n include: packages.yml\n", "license_typ...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1437, "all_permissive": false }
ansible_role
turubee/ansible-sample
ca49049f8c0d15a2f01665c82c33085ea1d9c971
0
sample-project/roles/nginx
530
[ "no_license" ]
[ { "path": "sample-project/roles/nginx/templates/nginx.conf.j2", "content": "worker_processes {{ nginx_worker_proccesses }};\n\nevents {\n worker_connections {{ nginx_worker_connections }};\n use epoll;\n multi_accept on;\n}\n\nhttp {\n include /etc/ngin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2202, "all_permissive": false }
ansible_role
turubee/ansible-sample
ca49049f8c0d15a2f01665c82c33085ea1d9c971
0
sample-project/roles/swap
530
[ "no_license" ]
[ { "path": "sample-project/roles/swap/defaults/main.yml", "content": "---\nswap_file_path: /swapfile\nswap_size_mb: 1024\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "sample-project/roles/swap/tasks/main.yml", "content": "---\n- name: create...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 968, "all_permissive": false }
ansible_role
b0tanic/restful-service
aa7981645b33fc272b4a3dddef1f350a64d5ef6d
0
deploy/roles/disk
530
[ "no_license" ]
[ { "path": "deploy/roles/disk/tasks/main.yml", "content": "- name: create directory for disk app\n file:\n path: /etc/docker/compose/disk\n state: directory\n mode: 0770\n owner: root\n group: docker\n\n- name: deploy docker-compose.yml for disk app\n template:\n src: docker-compose.yml.j...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2028, "all_permissive": false }
ansible_role
EBIBioStudies/BioStudySubmProxy
84b5e866f85c7c205a3f9b39e387fcb9e40b162f
0
scripts/backend/roles/build
530
[ "no_license" ]
[ { "path": "scripts/backend/roles/build/tasks/build_core_model.yml", "content": "---\n- set_fact:\n core_model_home: \"{{home_dir}}/core-model\"\n\n- name: clean core-model folder\n file: path=\"{{core_model_home}}\" state=absent\n\n- name: git checkout core-model\n git:\n repo: \"{{core_model_repo}}...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3599, "all_permissive": false }
ansible_role
EBIBioStudies/BioStudySubmProxy
84b5e866f85c7c205a3f9b39e387fcb9e40b162f
0
scripts/backend/roles/common
530
[ "no_license" ]
[ { "path": "scripts/backend/roles/common/tasks/common.yml", "content": "---\n- name: include additional variables\n include_vars: ../../vars.yml\n\n- name: convert tilda path\n shell: echo ~\n register: home_dir_echo\n\n- set_fact:\n home_dir: \"{{home_dir_echo.stdout}}\"\n\n- debug: var=home_dir\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
EBIBioStudies/BioStudySubmProxy
84b5e866f85c7c205a3f9b39e387fcb9e40b162f
0
scripts/backend/roles/deploy
530
[ "no_license" ]
[ { "path": "scripts/backend/roles/deploy/tasks/main.yml", "content": "---\n- set_fact:\n backend_app_base: \"/biostudies\"\n\n- name: find war name\n shell: ls {{backend_dist}} | grep war | head -1\n register: war_name_out\n\n- set_fact:\n war_name: \"{{war_name_out.stdout}}\"\n\n- debug: var=war_nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1962, "all_permissive": false }
ansible_role
EBIBioStudies/BioStudySubmProxy
84b5e866f85c7c205a3f9b39e387fcb9e40b162f
0
scripts/backend/roles/env
530
[ "no_license" ]
[ { "path": "scripts/backend/roles/env/tasks/install_mysql.yml", "content": "---\n- name: upgrade all packages\n apt: update_cache=yes\n\n- name: set MySQL root password before installing\n debconf: \n name: \"mysql-server\" \n question: \"mysql-server/root_password\" \n value: \"{{mysql_root_passw...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4081, "all_permissive": false }
ansible_role
EBIBioStudies/BioStudySubmProxy
84b5e866f85c7c205a3f9b39e387fcb9e40b162f
0
scripts/submtool-ui/roles/build
530
[ "no_license" ]
[ { "path": "scripts/submtool-ui/roles/build/tasks/build_proxy.yml", "content": "---\n- name: add jdk8 repository\n apt_repository:\n repo: 'ppa:webupd8team/java'\n state: present\n become: yes\n\n- name: run apt-get update\n apt:\n update_cache: yes\n become: yes\n\n- name: accepting oracle lice...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2220, "all_permissive": false }
ansible_role
EBIBioStudies/BioStudySubmProxy
84b5e866f85c7c205a3f9b39e387fcb9e40b162f
0
scripts/submtool-ui/roles/checkout
530
[ "no_license" ]
[ { "path": "scripts/submtool-ui/roles/checkout/tasks/main.yml", "content": "---\n- name: include additional variables\n include_vars: ../../vars.yml\n\n- name: install and configure the necessary dependencies\n apt: name={{item}} state=present\n with_items:\n - git\n - curl\n become: yes\n\n- name: del...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 630, "all_permissive": false }
ansible_role
EBIBioStudies/BioStudySubmProxy
84b5e866f85c7c205a3f9b39e387fcb9e40b162f
0
scripts/submtool-ui/roles/deploy
530
[ "no_license" ]
[ { "path": "scripts/submtool-ui/roles/deploy/tasks/main.yml", "content": "---\n- name: include additional variables\n include_vars: ../../vars.yml\n\n- name: convert tilda path\n shell: echo {{git_dest['proxy']}}\n register: proxy_dir_echo\n\n- set_fact:\n proxy_dir: \"{{proxy_dir_echo.stdout}}\"\n\n- ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2615, "all_permissive": false }
ansible_role
bestki522/My_Ansible_Playbook
6a68221307ce254fa654ac3c4954cffe047ffe79
0
roles/elastic
530
[ "no_license" ]
[ { "path": "roles/elastic/tasks/elasticsearch.yml", "content": "---\n- name: add yum repo for elasticsearch\n template: src=elasticsearch_repo.j2 dest=/etc/yum.repos.d/elasticsearch.repo\n tags: elasticsearch\n\n- name: install java sdk\n yum: name=java state=latest\n\n- name: install elasticsearch\n yum...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1710, "all_permissive": false }
ansible_role
bestki522/My_Ansible_Playbook
6a68221307ce254fa654ac3c4954cffe047ffe79
0
roles/filebeat
530
[ "no_license" ]
[ { "path": "roles/filebeat/templates/filebeat.yml.j2", "content": "filebeat:\n prospectors:\n -\n paths:\n - /var/log/messages\n input_type: log\n document_type: syslog\noutput:\n logstash:\n hosts: [\"192.168.23.200:5044\"]\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 464, "all_permissive": false }
ansible_role
bestki522/My_Ansible_Playbook
6a68221307ce254fa654ac3c4954cffe047ffe79
0
roles/mariadb
530
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/mysql_secure_installation.yml", "content": "---\n- name: ensure anonymous users are not in the database\n mysql_user:\n name: ''\n host: \"{{ item }}\"\n state: absent\n host_all: yes\n with_items:\n - 127.0.0.1\n - localhost\n - ::1\n\n- name: Remove th...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1335, "all_permissive": false }
ansible_role
bestki522/My_Ansible_Playbook
6a68221307ce254fa654ac3c4954cffe047ffe79
0
roles/metricbeat
530
[ "no_license" ]
[ { "path": "roles/metricbeat/templates/metricbeat.yml.j2", "content": "metricbeat.modules:\n- module: system\n metricsets:\n - cpu\n - load\n - core\n - diskio\n - filesystem\n - fsstat\n - memory\n - network\n - process\n - socket\n enabled: true\n period: 10s\n processes: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 789, "all_permissive": false }
ansible_role
bestki522/My_Ansible_Playbook
6a68221307ce254fa654ac3c4954cffe047ffe79
0
roles/mongodb
530
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/pymongo.yml", "content": "---\n- name: Install pip\n yum: name=python-pip state=latest\n\n- name: Install pymongo\n command: pip install pymongo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/mongodb/tasks...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 678, "all_permissive": false }
ansible_role
bestki522/My_Ansible_Playbook
6a68221307ce254fa654ac3c4954cffe047ffe79
0
roles/redis
530
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: add epel-release repo\n shell: yum install epel-release -y\n tags: redis\n\n- name: install redis\n yum: name=redis state=present\n tags: redis\n\n- name: restart redis\n service: name=redis state=started enabled=yes\n tags: redis\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
moikot/ansible-playbook-k8-nano
4718a97a582a89322b91646bb7232e380c566c28
1
roles/kube_config
530
[ "no_license" ]
[ { "path": "roles/kube_config/tasks/main.yml", "content": "---\n\n- name: Create directory {{ ansible_user_dir }}/.kube/ if it doesnt exist already\n file:\n path: \"{{ ansible_user_dir }}/.kube/\"\n state: directory\n\n- name: Copy Kubernetes config file to {{ ansible_user_dir }}/.kube/config\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
moikot/ansible-playbook-k8-nano
4718a97a582a89322b91646bb7232e380c566c28
1
roles/pre_kubernetes
530
[ "no_license" ]
[ { "path": "roles/pre_kubernetes/tasks/main.yml", "content": "---\n\n- name: Disable swap\n include_tasks: disable_swap.yml\n when: disable_swap | bool\n\n- name: Rename host\n include_tasks: rename_host.yml\n when: host_name is defined\n\n- name: Add NFS common\n include_tasks: nfs_common.yml\n\n- name...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1825, "all_permissive": false }
ansible_role
zer0glitch/rancher-libvirt
72b33fc4fc0d6e0300459ca67cbacb2dc6915b64
0
roles/rancher_kvm_provision
532
[ "no_license" ]
[ { "path": "roles/rancher_kvm_provision/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - rancher_kvm_provision\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/rancher_kvm_provision/vars/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1607, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/basics
532
[ "no_license" ]
[ { "path": "roles/basics/tasks/install_packages.yml", "content": "---\n- name: Ensure python3 is installed\n apt:\n name:\n - python3\n state: present\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/basic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 187, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/cloud_sync_cron
532
[ "no_license" ]
[ { "path": "roles/cloud_sync_cron/defaults/main.yml", "content": "cron_list:\n - name: \"Sync storage data to PCloud\"\n minute: \"0\"\n hour: \"3\"\n local_storage_mapped_to_docker: \"/datastorage\"\n remote_location: \"PCloud:/DataStorage/ --min-age 5m --ignore-errors --retries 1 --ignore-exis...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1027, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/cloudflare_tunnel
532
[ "no_license" ]
[ { "path": "roles/cloudflare_tunnel/tasks/create_tunnel.yml", "content": "---\n- name: Check if the tunnel already exists\n shell: cloudflared tunnel list\n changed_when: false\n register: tunnel_list_output\n\n- name: Determine if the tunnel exists\n set_fact:\n tunnel_exists: \"{{ tunnel_name in tun...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3315, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/deploy_ssh
532
[ "no_license" ]
[ { "path": "roles/deploy_ssh/defaults/main.yml", "content": "---\nvm_username: \"{{ vm_username }}\"\nssh_public_key: \"{{ ssh_public_key }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/deploy_ssh/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 321, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_homarr
532
[ "no_license" ]
[ { "path": "roles/install_homarr/tasks/main.yml", "content": "- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Check if networks exist\n command: docker network inspect {{ item }}\n register: network_check\n failed_when: network_check....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2122, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_immich
532
[ "no_license" ]
[ { "path": "roles/install_immich/tasks/main.yml", "content": "---\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Check if networks exist\n command: docker network inspect {{ item }}\n register: network_check\n failed_when: network_c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4673, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_linkwarden
532
[ "no_license" ]
[ { "path": "roles/install_linkwarden/tasks/main.yml", "content": "---\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Check if networks exist\n command: docker network inspect {{ item }}\n register: network_check\n failed_when: netwo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3035, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_matrix_synapse
532
[ "no_license" ]
[ { "path": "roles/install_matrix_synapse/defaults/main.yml", "content": "matrix_base_path: \"{{ base_storage_path }}/matrix\"\nmatrix_data_dir: \"{{ matrix_base_path }}/data\"\npostgres_data_dir: \"{{ matrix_base_path }}/matrixdb\"\nmatrix_db_name: \"matrix_db\"\nmatrix_db_user: \"{{ vm_username }}\"\nmatrix...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5986, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_media_packages
532
[ "no_license" ]
[ { "path": "roles/install_media_packages/tasks/install_aria2_pro.yml", "content": "---\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Check if networks exist\n command: docker network inspect {{ item }}\n register: network_check\n f...
{ "task_files": 12, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 25027, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_n8n
532
[ "no_license" ]
[ { "path": "roles/install_n8n/tasks/main.yml", "content": "---\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Check if networks exist\n command: docker network inspect {{ item }}\n register: network_check\n failed_when: network_chec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1843, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_nextcloud
532
[ "no_license" ]
[ { "path": "roles/install_nextcloud/defaults/main.yml", "content": "---\nnextcloud_version: \"25.0.0\"\nnextcloud_base_directory: \"{{ base_storage_path }}/nextcloud\"\nnextcloud_config_directory: \"{{ nextcloud_base_directory }}/config\"\nnextcloud_db_data_directory: \"{{ nextcloud_base_directory }}/db_data...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4219, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_nginx_proxy_manager
532
[ "no_license" ]
[ { "path": "roles/install_nginx_proxy_manager/tasks/main.yml", "content": "---\n- name: Create Nginx Proxy Manager directory\n file:\n path: \"{{ nginx_directory }}\"\n state: directory\n mode: '0755'\n\n# - name: Deploy docker-compose.yml for Nginx Proxy Manager\n# template:\n# src: docker-c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4987, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_ollama
532
[ "no_license" ]
[ { "path": "roles/install_ollama/defaults/main.yml", "content": "ollama_base_path: \"{{ base_storage_path }}/ollama\"\nollama_data_dir: \"{{ ollama_base_path }}/data\"\n\nollama_domain: \"ollama.{{ subdomain }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1608, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_open_webui
532
[ "no_license" ]
[ { "path": "roles/install_open_webui/defaults/main.yml", "content": "openwebui_base_path: \"{{ base_storage_path }}/openwebui\"\nopenwebui_data_dir: \"{{ openwebui_base_path }}/data\"\n\nopenwebui_domain: \"openwebui.{{ subdomain }}\"\nollama_domain: \"ollama.{{ subdomain }}\"\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1795, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_portainer
532
[ "no_license" ]
[ { "path": "roles/install_portainer/tasks/install_portainer.yml", "content": "---\n\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Ensure external networks exist\n docker_network:\n name: traefik_proxy\n state: present\n inte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1787, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_rclone
532
[ "no_license" ]
[ { "path": "roles/install_rclone/tasks/deploy_google_drive.yml", "content": "---\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Check if traefik_proxy network exists\n command: docker network inspect traefik_proxy\n register: network...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7745, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_syncthing
532
[ "no_license" ]
[ { "path": "roles/install_syncthing/tasks/main.yml", "content": "---\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Ensure external networks exist\n docker_network:\n name: \"{{ item }}\"\n state: present\n internal: no\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2111, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_tailscale_with_headscale
532
[ "no_license" ]
[ { "path": "roles/install_tailscale_with_headscale/defaults/main.yml", "content": "tailscale_base_path: \"{{ base_storage_path }}/tailscale2\"\ntailscale_config_path: \"{{ tailscale_base_path }}/config\"\n\n# get auth key from headscale server\n# commands: 1. \"headscale create user example\" 2. \"headscale ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1563, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_traefik
532
[ "no_license" ]
[ { "path": "roles/install_traefik/tasks/main.yml", "content": "---\n- name: Create proxy network if it does not exist\n docker_network:\n name: traefik_proxy\n state: present\n\n- name: Create Traefik directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"www-data\"\n gr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5216, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_tsdproxy_tailscale
532
[ "no_license" ]
[ { "path": "roles/install_tsdproxy_tailscale/defaults/main.yml", "content": "tsdproxy_base_path: \"{{ base_storage_path }}/tsdproxy\"\ntsdproxy_data_path: \"{{ tsdproxy_base_path }}/data\"\ntsdproxy_config_path: \"{{ tsdproxy_base_path }}/config\"\n\ntsdproxy_auth_key: \"{{ tsdproxy_auth_key }}\" \n\ntsdprox...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1685, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/install_uptimeKuma
532
[ "no_license" ]
[ { "path": "roles/install_uptimeKuma/tasks/main.yml", "content": "---\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Ensure external networks exist\n docker_network:\n name: \"{{ item }}\"\n state: present\n internal: no\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1840, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/mergerfs
532
[ "no_license" ]
[ { "path": "roles/mergerfs/tasks/install_mergerfs.yml", "content": "---\n- name: Install MergerFS\n apt:\n name: mergerfs\n state: present\n\n- name: Ensure mount directories exist\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - \"{{ mergerfs_mount_location }}\"\n - \"{{ me...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2805, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/notification_script
532
[ "no_license" ]
[ { "path": "roles/notification_script/defaults/main.yml", "content": "notify_script_path: \"/usr/local/bin/matrix_notify.py\"\nmatrix_homeserver_url: \"https://matrix.{{ subdomain }}\"\nmatrix_bot_username: \"@homelab:matrix.{{ subdomain }}\"\nmatrix_room_id: \"!EeepdmpVgLXnFtyaBd:matrix.{{ subdomain }}\"\nm...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3109, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/openssl_generate_certificate
532
[ "no_license" ]
[ { "path": "roles/openssl_generate_certificate/tasks/generate_ca.yml", "content": "---\n- name: Ensure CA certificate directories exist\n file:\n path: \"{{ ca_cert_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Create password file with password\n copy:\n dest: \"{{ password_file }}\"\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3610, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/pangolin_newt
532
[ "no_license" ]
[ { "path": "roles/pangolin_newt/defaults/main.yml", "content": "newt_id: \"{{ newt_id }}\"\nnewt_secret: \"{{ newt_secret }}\"\npangolin_endpoint: \"https://pangolin.shajalslab.top\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/pangolin_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 860, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/postgresql
532
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Check if traefik_proxy network exists\n command: docker network inspect traefik_proxy\n register: network_check\n failed_wh...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1919, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/proxmox_host_resource_monitor_grafana
532
[ "no_license" ]
[ { "path": "roles/proxmox_host_resource_monitor_grafana/defaults/main.yml", "content": "node_exporter_version: \"1.8.1\"\nnode_exporter_user: \"node_exporter\"\nnode_exporter_download_url: \"https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version }}/node_exporter-{{ node_expor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1537, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/rustdesk
532
[ "no_license" ]
[ { "path": "roles/rustdesk/tasks/main.yml", "content": "---\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Ensure external networks exist\n docker_network:\n name: \"{{ item }}\"\n state: present\n internal: no\n driver: b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1958, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/samba_share
532
[ "no_license" ]
[ { "path": "roles/samba_share/tasks/main.yml", "content": "---\n- name: Install Samba\n apt:\n name: samba\n state: present\n\n- name: Ensure users exist\n user:\n name: \"{{ item.username }}\"\n state: present\n loop: \"{{ shares }}\"\n\n- name: Ensure Samba users exist\n command: \"smbpassw...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2363, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/snapraid
532
[ "no_license" ]
[ { "path": "roles/snapraid/tasks/install_snapraid.yml", "content": "---\n- name: Install required packages\n package:\n name: \n - snapraid\n - btrfs-progs\n - git\n - snapper\n - python3\n - python3-pip\n state: present\n\n- name: Create SnapRAID content directory\n fil...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6386, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/storager_drive
532
[ "no_license" ]
[ { "path": "roles/storager_drive/tasks/format_drives.yml", "content": "---\n- name: Get list of all available block devices\n command: \"lsblk -dn -o NAME,TYPE,SIZE\"\n register: lsblk_output\n changed_when: false\n\n- name: Extract valid disk names\n set_fact:\n available_disks: \"{{ lsblk_output.std...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5609, "all_permissive": false }
ansible_role
Shajal525/ansible_homelab
3026f3a121880b35faec0bce6e3ff775723c31b7
0
roles/system_monitoring
532
[ "no_license" ]
[ { "path": "roles/system_monitoring/defaults/main.yml", "content": "monitoring_base_path: \"{{ base_storage_path }}/system_monitoring\"\nprometheus_base: \"{{ monitoring_base_path }}/prometheus\"\nprometheus_data: \"{{ prometheus_base }}/data\"\nprometheus_config: \"{{ prometheus_base }}/config\"\ngrafana_da...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 51668, "all_permissive": false }
ansible_role
100-hours-a-week/3-team-CareerBee-cloud
2fdcbb429dd272cd380b44202b2194e896ec42d4
0
kube/dev/ansible/roles/ai
532
[ "no_license" ]
[ { "path": "kube/dev/ansible/roles/ai/tasks/main.yml", "content": "- name: Create namespace for AI workloads\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: ai\n\n- name: Apply ArgoCD Application for AI\n kubernetes.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
100-hours-a-week/3-team-CareerBee-cloud
2fdcbb429dd272cd380b44202b2194e896ec42d4
0
kube/dev/ansible/roles/ai_ingress
532
[ "no_license" ]
[ { "path": "kube/dev/ansible/roles/ai_ingress/tasks/main.yml", "content": "- name: Create proxy namespace\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: proxy\n\n- name: Load Terraform output\n set_fact:\n tf_outpu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1566, "all_permissive": false }
ansible_role
100-hours-a-week/3-team-CareerBee-cloud
2fdcbb429dd272cd380b44202b2194e896ec42d4
0
kube/dev/ansible/roles/alb_ingress_controller
532
[ "no_license" ]
[ { "path": "kube/dev/ansible/roles/alb_ingress_controller/tasks/main.yml", "content": "- name: Check if ALB Controller is already installed\n shell: helm list -n kube-system | grep aws-load-balancer-controller\n register: alb_check\n ignore_errors: true\n changed_when: false\n\n- name: Add EKS Helm repo\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1207, "all_permissive": false }
ansible_role
100-hours-a-week/3-team-CareerBee-cloud
2fdcbb429dd272cd380b44202b2194e896ec42d4
0
kube/dev/ansible/roles/argocd
532
[ "no_license" ]
[ { "path": "kube/dev/ansible/roles/argocd/tasks/main.yml", "content": "# - name: Create namespace for ArgoCD\n# kubernetes.core.k8s:\n# state: present\n# definition:\n# apiVersion: v1\n# kind: Namespace\n# metadata:\n# name: argocd\n\n- name: Load Terraform output from JSO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1810, "all_permissive": false }
ansible_role
100-hours-a-week/3-team-CareerBee-cloud
2fdcbb429dd272cd380b44202b2194e896ec42d4
0
kube/dev/ansible/roles/be
532
[ "no_license" ]
[ { "path": "kube/dev/ansible/roles/be/tasks/main.yml", "content": "- name: Create namespace for Backend\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: be\n\n- name: Apply ArgoCD Application for Backend\n kubernetes.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
100-hours-a-week/3-team-CareerBee-cloud
2fdcbb429dd272cd380b44202b2194e896ec42d4
0
kube/dev/ansible/roles/common
532
[ "no_license" ]
[ { "path": "kube/dev/ansible/roles/common/tasks/main.yml", "content": "- name: Apt update and upgrade\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: Set timezone to Asia/Seoul\n timezone:\n name: Asia/Seoul\n \n- name: Disable swap\n shell: swapoff -a\n\n- name: Comment swap in fstab\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2147, "all_permissive": false }
ansible_role
100-hours-a-week/3-team-CareerBee-cloud
2fdcbb429dd272cd380b44202b2194e896ec42d4
0
kube/dev/ansible/roles/db
532
[ "no_license" ]
[ { "path": "kube/dev/ansible/roles/db/tasks/main.yml", "content": "#######################\n# Helm Repository 추가\n#######################\n- name: Add Bitnami Helm repository\n community.kubernetes.helm_repository:\n name: bitnami\n repo_url: https://charts.bitnami.com/bitnami\n \n#################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1167, "all_permissive": false }
ansible_role
100-hours-a-week/3-team-CareerBee-cloud
2fdcbb429dd272cd380b44202b2194e896ec42d4
0
kube/dev/ansible/roles/externalDNS
532
[ "no_license" ]
[ { "path": "kube/dev/ansible/roles/externalDNS/tasks/main.yml", "content": "- name: Add Bitnami Helm repository\n community.kubernetes.helm_repository:\n name: bitnami\n repo_url: https://charts.bitnami.com/bitnami\n\n- name: Install External DNS via Helm\n community.kubernetes.helm:\n name: exter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
100-hours-a-week/3-team-CareerBee-cloud
2fdcbb429dd272cd380b44202b2194e896ec42d4
0
kube/dev/ansible/roles/fe
532
[ "no_license" ]
[ { "path": "kube/dev/ansible/roles/fe/tasks/main.yml", "content": "- name: Create namespace for Frontend\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: fe\n\n- name: Apply ArgoCD Application for Frontend\n kubernetes....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
100-hours-a-week/3-team-CareerBee-cloud
2fdcbb429dd272cd380b44202b2194e896ec42d4
0
kube/dev/ansible/roles/master
532
[ "no_license" ]
[ { "path": "kube/dev/ansible/roles/master/tasks/main.yml", "content": "- name: Initialize kubeadm\n shell: kubeadm init --pod-network-cidr=192.168.0.0/16\n register: kubeadm_output\n args:\n creates: /etc/kubernetes/admin.conf\n\n- name: Create join.sh\n shell: |\n kubeadm token create --print-join...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3045, "all_permissive": false }
ansible_role
100-hours-a-week/3-team-CareerBee-cloud
2fdcbb429dd272cd380b44202b2194e896ec42d4
0
kube/dev/ansible/roles/taint
532
[ "no_license" ]
[ { "path": "kube/dev/ansible/roles/taint/tasks/main.yml", "content": "- name: Taint DB nodes\n ansible.builtin.command: >\n kubectl taint nodes {{ item }} node-role=db:NoSchedule --overwrite\n loop: \"{{ groups['db_nodes'] }}\"\n failed_when: false\n \n- name: Taint AI nodes\n ansible.builtin.command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
100-hours-a-week/3-team-CareerBee-cloud
2fdcbb429dd272cd380b44202b2194e896ec42d4
0
kube/dev/ansible/roles/worker
532
[ "no_license" ]
[ { "path": "kube/dev/ansible/roles/worker/tasks/main.yml", "content": "- name: Copy join.sh to worker\n copy:\n src: /tmp/join.sh\n dest: /tmp/join.sh\n mode: 0755\n\n- name: Run kubeadm join\n shell: /tmp/join.sh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
Daniel12449/ansible-docker
b9c04aba76a6d4d4304a59bb51e7fa800969f95d
0
roles/backup
532
[ "no_license" ]
[ { "path": "roles/backup/tasks/backup_vaultwarden.yml", "content": "---\n - name: Check if sqlite3 is installed\n apt:\n name: sqlite3\n state: present\n \n - name: Remove Live Backups in Backup Directory\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1702, "all_permissive": false }
ansible_role
Daniel12449/ansible-docker
b9c04aba76a6d4d4304a59bb51e7fa800969f95d
0
roles/deploy-docker
532
[ "no_license" ]
[ { "path": "roles/deploy-docker/tasks/nginx_proxy_manager.yml", "content": "---\n - name: Deploy NginxProxyManager\n become_user: dockeruser\n community.docker.docker_container:\n name: npm\n image: jc21/nginx-proxy-manager:latest\n ports:\n - \"80:80\"\n -...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 7687, "all_permissive": false }
ansible_role
Daniel12449/ansible-docker
b9c04aba76a6d4d4304a59bb51e7fa800969f95d
0
roles/setup
532
[ "no_license" ]
[ { "path": "roles/setup/tasks/push_volumes.yml", "content": "---\n - name: Check if rsync is installed\n apt:\n name: rsync\n state: present\n\n - name: Synchronize Docker Volumes\n ansible.posix.synchronize:\n mode: push\n dest: /var/lib/docker\n src: \"{{ backup_path }}/vol...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3058, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
01/ansible/roles/nginx-change
532
[ "no_license" ]
[ { "path": "01/ansible/roles/nginx-change/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html>\n<head>\n<title>akopalev-otus-hl.ru</title>\n<style>\n body {\n width: 35em;\n margin: 0 auto;\n font-family: Tahoma, Verdana, Arial, sans-serif;\n }\n</style>\n</head>\n <body...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1505, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
02/roles/create-vm
532
[ "no_license" ]
[ { "path": "02/roles/create-vm/tasks/main.yml", "content": " - name: Clone VMs\n proxmox_kvm:\n node: \"{{ node }}\"\n name: \"{{ item.value.name }}\"\n newid: \"{{ item.value.vmid }}\"\n api_host: \"{{ api_host }}\"\n api_token_id: \"{{ api_token_id }}\"\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2865, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
02/roles/iscsi-client
532
[ "no_license" ]
[ { "path": "02/roles/iscsi-client/tasks/main.yml", "content": "- name: Install open-iscsi\n yum:\n name:\n - iscsi-initiator-utils\n state: present\n\n- name: change InitiatorName pcs1\n shell: \n echo '{{ iqn_pcs1 }}' > /etc/iscsi/initiatorname.iscsi\n when:\n inventory_hostname == play_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
02/roles/targetcli
532
[ "no_license" ]
[ { "path": "02/roles/targetcli/tasks/main.yml", "content": "- name: Install targetcli\n yum:\n name:\n - targetcli\n state: present\n\n- name: Gather targetcli status\n command: \"targetcli /backstores/block/disk01 info\"\n register: targetcli_status\n ignore_errors: true\n\n- name: Run target...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 897, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
03/roles/create-vm
532
[ "no_license" ]
[ { "path": "03/roles/create-vm/tasks/main.yml", "content": "###-----Create bastion host----------------###\n\n- name: Clone bastion VM\n community.general.proxmox_kvm:\n node: \"{{ node }}\"\n name: \"{{ bast_host.name }}\"\n newid: \"{{ bast_host.vmid }}\"\n api_host: \"{{ api_host }}\"\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5192, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
03/roles/loadbalancer
532
[ "no_license" ]
[ { "path": "03/roles/loadbalancer/tasks/main.yml", "content": "- name: Installing Nginx Repository\n ansible.builtin.yum_repository:\n name: nginx-stable\n description: nginx stable repo\n file: nginx\n baseurl: http://nginx.org/packages/centos/$releasever/$basearch/\n gpgkey: https://nginx.o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
04/roles/chrony
532
[ "no_license" ]
[ { "path": "04/roles/chrony/tasks/main.yml", "content": " - name: Installing Chrony\n ansible.builtin.dnf:\n name:\n - chrony\n state: present\n\n - name: Start Chronyd Service\n ansible.builtin.systemd:\n name: chronyd\n state: started\n enabled: yes\n\n - name: Set ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
04/roles/iscsi-client
532
[ "no_license" ]
[ { "path": "04/roles/iscsi-client/tasks/main.yml", "content": "- name: Install open-iscsi\n yum:\n name:\n - iscsi-initiator-utils\n state: present\n\n- name: change InitiatorName backend1\n shell: \n echo '{{ iqn_backend1 }}' > /etc/iscsi/initiatorname.iscsi\n when:\n inventory_hostname ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 650, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
04/roles/remove-vm
532
[ "no_license" ]
[ { "path": "04/roles/remove-vm/tasks/main.yml", "content": "- name: Stopped VMs\n proxmox_kvm:\n api_host: \"{{ api_host }}\"\n api_user: \"{{ api_user }}\"\n api_token_id: \"{{ api_token_id }}\"\n api_token_secret: \"{{ api_token_secret }}\"\n vmid: \"{{ item.value.vmid }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1121, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
05/roles/db
532
[ "no_license" ]
[ { "path": "05/roles/db/templates/root-my_empty.cnf.j2", "content": "[client]\nuser={{ mysql_root_user }}\npassword={{ temp_mysql_root_password.<PASSWORD> }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "05/roles/db/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5282, "all_permissive": false }