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
ConsortiumGARR/idemday-ansible-shibboleth
8b7356ae4e0f5a4ec6e1956dd62bf5f5d673b31a
0
roles/openldap
488
[ "permissive" ]
[ { "path": "roles/openldap/tasks/add_idpuser.yml", "content": "---\n\n- ldap_entry:\n dn: \"{{ idp_config['ldap']['bindDN'] }}\"\n objectClass:\n - inetOrgPerson\n attributes:\n cn: \"idpuser\"\n sn: \"idpuser\"\n givenName: \"idpuser\"\n userPassword: \"{{ idp_config['ldap'...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7156, "all_permissive": true }
ansible_role
ConsortiumGARR/idemday-ansible-shibboleth
8b7356ae4e0f5a4ec6e1956dd62bf5f5d673b31a
0
roles/phpldapadmin
488
[ "permissive" ]
[ { "path": "roles/phpldapadmin/tasks/pla-install.yml", "content": "---\n# tasks file for pla-install\n- name: \"Be sure that phpLDAPadmin required packages are installed\"\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items:\n - apache2-utils\n - python-passlib\n - ge...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3257, "all_permissive": true }
ansible_role
ConsortiumGARR/idemday-ansible-shibboleth
8b7356ae4e0f5a4ec6e1956dd62bf5f5d673b31a
0
roles/sys-update
488
[ "permissive" ]
[ { "path": "roles/sys-update/tasks/main.yml", "content": "---\n# tasks file for sys-update\n- name: \"Be sure to upgrade all packages\"\n apt:\n upgrade: dist\n update_cache: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": true }
ansible_role
sanksj999/july-playbboks
20325f11f0d60f15adb5d396f742692ba8916289
0
roles/setup-apache-role
488
[ "no_license" ]
[ { "path": "roles/setup-apache-role/tasks/main.yml", "content": "---\n# tasks file for setup-apache-role\n- name: install pkg\n yum:\n name: httpd\n state: installed\n when: ansible_os_family == \"RedHat\"\n notify: start httpd service\n\n- name: install apache2 pkg\n yum:\n name: apache2 \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 429, "all_permissive": false }
ansible_role
OshiraMax/SetupSitesAnsible
5dcde6ed6f9704da3fa8e121461c3ddee6f4e210
0
roles/certificates
488
[ "no_license" ]
[ { "path": "roles/certificates/templates/site.conf.j2", "content": "server {\n listen 80;\n server_name {{ item.domain }} www.{{ item.domain }};\n\n # Redirect all HTTP to HTTPS\n return 301 https://$host$request_uri;\n}\n\nserver {\n listen 443 ssl;\n server_name {{ item.domain }} www.{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1566, "all_permissive": false }
ansible_role
OshiraMax/SetupSitesAnsible
5dcde6ed6f9704da3fa8e121461c3ddee6f4e210
0
roles/nginx
488
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Установка Nginx\n apt:\n name: nginx\n state: present\n\n- name: Настройка конфигурации Nginx для сайтов без SSL\n template:\n src: no_ssl_site.conf.j2\n dest: \"/etc/nginx/sites-available/{{ item.domain }}\"\n mode: '0644'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 530, "all_permissive": false }
ansible_role
and1er/workspace-setup
640a7fff2d22f4f2169cf1bb0401c07fbbeeb1ec
1
provisioning/ansible/roles/ws-settings
488
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/ws-settings/tasks/install_terraform.yml", "content": "---\n- name: Install Terraform from an official .zip-archive.\n unarchive:\n src: \"https://releases.hashicorp.com/terraform/{{ terraform_version }}/terraform_{{ terraform_version }}_linux_amd64.zip\"\n dest: ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5785, "all_permissive": false }
ansible_role
KasimAbe/4640-lab11-kasim
355af7ec45c1fd1e850bfbc3641dc893be138b2a
0
ansible/roles/redis
488
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "- name: Install redis on Rocky Linux\n ansible.builtin.dnf:\n name: redis\n state: present\n when: \"'server_role_redis_server' in group_names and ansible_facts['distribution'] == 'Rocky'\"\n- name: Ensure Python is installed on Rocky Linux...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
bhirsch70/ansible-harden
d23a5f166db0566a8d98822b1fe2f8c60bfaf674
0
roles/oscap-exec
488
[ "no_license" ]
[ { "path": "roles/oscap-exec/handlers/main.yml", "content": "---\n# handlers file for oscap-exec", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/oscap-exec/vars/main.yml", "content": "---\n# vars file for oscap-exec\n# Available OpenScap P...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1175, "all_permissive": false }
ansible_role
bhirsch70/ansible-harden
d23a5f166db0566a8d98822b1fe2f8c60bfaf674
0
roles/oscap-install
488
[ "no_license" ]
[ { "path": "roles/oscap-install/tasks/main.yml", "content": "---\n# tasks file for oscap-install\n- name: Install openscap\n yum:\n name: '{{ item }}'\n state: latest\n with_items:\n \"{{ packages }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 232, "all_permissive": false }
ansible_role
bhirsch70/ansible-harden
d23a5f166db0566a8d98822b1fe2f8c60bfaf674
0
roles/patch
488
[ "no_license" ]
[ { "path": "roles/patch/tasks/main.yml", "content": "---\n# tasks file for patch\n- name: install auditd\n yum:\n name: audit\n state: present\n\n- name: Update wpa_supplicant (CVE-2017-13077)\n yum:\n name: wpa_supplicant\n state: latest\n\n- name: Update sudo (CVE-2017-1000368)\n yum:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
JamesJonesConsulting/jamesjonesconsulting.gitlab_runner_on_podman
1ad32136e966faa257ec2716a9ec6387692804f7
0
roles/gitlab_runner_setup
488
[ "no_license" ]
[ { "path": "roles/gitlab_runner_setup/tasks/main.yml", "content": "---\n- name: Setup the GitLab repo\n block:\n - name: Setup the GitLab Runner Repository \n shell: |\n curl -L \"https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh\" | bash\n rescue:\n - de...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5616, "all_permissive": false }
ansible_role
63m63m/ansible-test
7cb58e039f684bff026ba650fc8b68c8fe6bf18c
0
roles/common
488
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install common packages\n package:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items:\n# - afuse\n# - aptitude\n# - axel\n# - build-essential\n# - bzip2\n# - colortest\n - curl\n# - d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 941, "all_permissive": false }
ansible_role
KenezViktor/terraform-dswarm
d01d71e831865ddf009b3de317170c92252f833e
1
ansible-playbooks/balance/roles/balance
488
[ "no_license" ]
[ { "path": "ansible-playbooks/balance/roles/balance/tasks/haproxy.yml", "content": "---\n- name: \"HAProxy tasks\"\n tags:\n - haproxy\n block:\n - name: \"Check if haproxy stack exists\"\n ansible.builtin.shell:\n cmd: \"docker stack ls | awk '{print $1}' | grep -i haproxy || true\"\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6254, "all_permissive": false }
ansible_role
KenezViktor/terraform-dswarm
d01d71e831865ddf009b3de317170c92252f833e
1
ansible-playbooks/percona/roles/percona
488
[ "no_license" ]
[ { "path": "ansible-playbooks/percona/roles/percona/defaults/main.yml", "content": "---\npercona_replicas: \"{{ groups['worker-servers'] | length }}\"\npercona_image: percona/percona-xtradb-cluster:8.0\npercona_cluster_name: percona_cluster", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1272, "all_permissive": false }
ansible_role
KenezViktor/terraform-dswarm
d01d71e831865ddf009b3de317170c92252f833e
1
ansible-playbooks/percona/roles/setup
488
[ "no_license" ]
[ { "path": "ansible-playbooks/percona/roles/setup/tasks/percona.yml", "content": "---\n- name: \"Setup Dirs tasks for percona\"\n tags:\n - percona\n block:\n - name: \"Create compose dir\"\n ansible.builtin.file:\n path: \"/shared/stacks/percona/compose\"\n owner: \"root\"\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 11249, "all_permissive": false }
ansible_role
KenezViktor/terraform-dswarm
d01d71e831865ddf009b3de317170c92252f833e
1
ansible-playbooks/swarm-init/roles/base
488
[ "no_license" ]
[ { "path": "ansible-playbooks/swarm-init/roles/base/tasks/base.yml", "content": "---\n- name: \"Base tasks\"\n tags:\n - base\n block:\n - name: \"Set hostname\"\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n \n - name: \"Install packages\"\n ansible.built...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2931, "all_permissive": false }
ansible_role
KenezViktor/terraform-dswarm
d01d71e831865ddf009b3de317170c92252f833e
1
ansible-playbooks/swarm-init/roles/managers
488
[ "no_license" ]
[ { "path": "ansible-playbooks/swarm-init/roles/managers/tasks/label.yml", "content": "---\n- name: \"Label tasks\"\n tags:\n - swarm\n - label\n - manager\n block:\n - name: \"Add app tag\"\n community.docker.docker_node:\n hostname: \"{{ item }}\"\n labels:\n vault:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1590, "all_permissive": false }
ansible_role
KenezViktor/terraform-dswarm
d01d71e831865ddf009b3de317170c92252f833e
1
ansible-playbooks/swarm-init/roles/monitoring
488
[ "no_license" ]
[ { "path": "ansible-playbooks/swarm-init/roles/monitoring/tasks/prometheus.yml", "content": "---\n- name: \"Prometheus tasks\"\n tags:\n - prometheus\n block:\n - name: \"Install Prometheus Node exporter\"\n ansible.builtin.apt:\n name:\n - prometheus-node-exporter\n state...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6523, "all_permissive": false }
ansible_role
KenezViktor/terraform-dswarm
d01d71e831865ddf009b3de317170c92252f833e
1
ansible-playbooks/swarm-init/roles/storage
488
[ "no_license" ]
[ { "path": "ansible-playbooks/swarm-init/roles/storage/tasks/partitioning.yml", "content": "---\n- name: \"Partitioning\"\n tags:\n - storage\n - swarm\n block:\n - name: \"Install parted\"\n ansible.builtin.apt:\n name:\n - parted\n state: present\n\n - name: \"Crea...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2630, "all_permissive": false }
ansible_role
KenezViktor/terraform-dswarm
d01d71e831865ddf009b3de317170c92252f833e
1
ansible-playbooks/swarm-init/roles/workers
488
[ "no_license" ]
[ { "path": "ansible-playbooks/swarm-init/roles/workers/tasks/main.yml", "content": "---\n- name: \"Join worker nodes\"\n community.docker.docker_swarm:\n state: join\n timeout: 60\n remote_addrs:\n - \"{{ groups['manager-servers'][0] }}\"\n join_token: \"{{ hostvars[groups['manager-servers'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
wanghy8166/ansible_zabbix4
03c7a0ca62dd61d9f8cd97317b52d15a90b3f4ed
0
roles/zabbix_client_install
488
[ "no_license" ]
[ { "path": "roles/zabbix_client_install/vars/main.yml", "content": "zabbix_version: zabbix-agent-4.0.7-1.el7.x86_64.rpm\nzabbix_user: zabbix\nzabbix_port: 10050\nzabbix_server_ip: 172.29.5.18\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 575, "all_permissive": false }
ansible_role
NikAraga/install-terraform
36fd7b33b5c25b41bceee5edfd6ab6efe00717c8
0
roles/terraform
488
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "---\n\n- name: Install wget\n yum:\n use_backend: yum\n name: wget\n state: latest\n\n- name: Install unzip\n yum:\n use_backend: yum\n name: unzip\n state: latest\n\n- name: terraform install\n unarchive:\n src: https://release...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
DavidFvx/servops
32e4377a56f7c0eaa25e3694d7dd539fe9a84c58
0
roles/docker
488
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Docker installation\n apt:\n name : docker.io\n state: present\n\n- name: Enable docker\n service:\n name: docker\n enabled: yes\n state: started\n\n- name : Add user to docker group\n user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
MitchWebster1/ansible
22f4729896024b649a105b744798aa063caab8a6
0
roles/admin_users_groups
488
[ "no_license" ]
[ { "path": "roles/admin_users_groups/tasks/main.yml", "content": "---\n\n- name: Create admin groups\n ansible.builtin.group:\n name: \"{{ item }}\"\n state: present\n become: true\n with_items:\n - \"{{ users_admin_groups }}\"\n - \"{{ users_admin_users }}\"\n\n- name: Add admin users\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1877, "all_permissive": false }
ansible_role
MitchWebster1/ansible
22f4729896024b649a105b744798aa063caab8a6
0
roles/ansible_install
488
[ "no_license" ]
[ { "path": "roles/ansible_install/tasks/main.yml", "content": "---\n\n- name: Install dependent packages\n become: true\n ansible.builtin.apt:\n pkg:\n - software-properties-common\n - git\n - python3-pip\n - virtualenv\n state: present\n update_cache: true\n\n# - name: Set Git...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1211, "all_permissive": false }
ansible_role
MitchWebster1/ansible
22f4729896024b649a105b744798aa063caab8a6
0
roles/app_users_groups
488
[ "no_license" ]
[ { "path": "roles/app_users_groups/tasks/main.yml", "content": "---\n\n- name: Create app groups\n become: true\n ansible.builtin.group:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ users_app_groups }}\"\n\n- name: Add app users\n become: true\n ansible.builtin.user:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
MitchWebster1/ansible
22f4729896024b649a105b744798aa063caab8a6
0
roles/apt_upgrade
488
[ "no_license" ]
[ { "path": "roles/apt_upgrade/tasks/main.yml", "content": "---\n\n- name: Apt update\n become: true\n ansible.builtin.apt:\n update_cache: true\n upgrade: dist\n\n- name: Check if reboot is required\n ansible.builtin.stat:\n path: /var/run/reboot-required\n get_checksum: false\n register: reb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
MitchWebster1/ansible
22f4729896024b649a105b744798aa063caab8a6
0
roles/base_vm_packages
488
[ "no_license" ]
[ { "path": "roles/base_vm_packages/tasks/main.yml", "content": "---\n\n- name: Install base packages\n become: true\n ansible.builtin.apt:\n name:\n - qemu-guest-agent\n\n- name: Start qemu-guest-agent\n become: true\n ansible.builtin.service:\n name: qemu-guest-agent\n state: started\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
MitchWebster1/ansible
22f4729896024b649a105b744798aa063caab8a6
0
roles/docker_adguard_home
488
[ "no_license" ]
[ { "path": "roles/docker_adguard_home/tasks/main.yml", "content": "---\n\n- name: Deploy adguard docker network\n community.docker.docker_network:\n name: adguard\n\n- name: Deploy adguard container\n community.docker.docker_container:\n name: adguard\n image: adguard/adguardhome:latest\n resta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 767, "all_permissive": false }
ansible_role
MitchWebster1/ansible
22f4729896024b649a105b744798aa063caab8a6
0
roles/docker_authentik
488
[ "no_license" ]
[ { "path": "roles/docker_authentik/templates/docker_compose.yml.j2", "content": "---\n\nservices:\n postgresql:\n image: docker.io/library/postgres:16-alpine\n container_name: authentik_psql\n restart: unless-stopped\n healthcheck:\n test: [\"CMD-SHELL\", \"pg_isready -d $${POSTGRES_DB} -U ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4318, "all_permissive": false }
ansible_role
MitchWebster1/ansible
22f4729896024b649a105b744798aa063caab8a6
0
roles/docker_compose_setup
488
[ "no_license" ]
[ { "path": "roles/docker_compose_setup/tasks/main.yml", "content": "---\n\n- name: Ensure docker-compose is install\n ansible.builtin.package:\n name: docker-compose\n state: present\n\n- name: Ensure docker is running\n ansible.builtin.service:\n name: docker\n state: started\n enabled: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
MitchWebster1/ansible
22f4729896024b649a105b744798aa063caab8a6
0
roles/docker_install
488
[ "no_license" ]
[ { "path": "roles/docker_install/tasks/main.yml", "content": "---\n\n- name: Install required packages\n ansible.builtin.apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-docker\n - virtualenv\n - python3-setupto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 973, "all_permissive": false }
ansible_role
MitchWebster1/ansible
22f4729896024b649a105b744798aa063caab8a6
0
roles/docker_traefik
488
[ "no_license" ]
[ { "path": "roles/docker_traefik/templates/config.yml.j2", "content": "---\n\nhttp:\n #region routers\n routers:\n proxmox:\n entryPoints:\n - \"https\"\n rule: \"Host(`proxmox.home.mitch.casa`)\"\n middlewares:\n - default-headers\n - https-redirectscheme\n tls: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6952, "all_permissive": false }
ansible_role
MitchWebster1/ansible
22f4729896024b649a105b744798aa063caab8a6
0
roles/docker_traefik_kop
488
[ "no_license" ]
[ { "path": "roles/docker_traefik_kop/tasks/main.yml", "content": "---\n\n- name: Create proxy network\n community.docker.docker_network:\n name: proxy\n\n- name: Copy docker compose\n ansible.builtin.template:\n src: docker_compose.yml.j2\n dest: /home/docker/traefik_kop/docker-compose.yml\n mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 850, "all_permissive": false }
ansible_role
MitchWebster1/ansible
22f4729896024b649a105b744798aa063caab8a6
0
roles/whoami
488
[ "no_license" ]
[ { "path": "roles/whoami/templates/docker_compose.yml.j2", "content": "---\n\nservices:\n whoami:\n image: \"traefik/whoami\"\n container_name: whoami\n networks:\n - proxy\n ports:\n - 80:80\n labels:\n - \"traefik.enable=true\"\n - \"traefik.http.routers.whoami.middlewar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1022, "all_permissive": false }
ansible_role
dice-group/graphql-benchmark
76628fe11c05ca11dc7166b3a5d0f14d6ce2044b
0
ansible_playbook/roles/benchmark
489
[ "no_license" ]
[ { "path": "ansible_playbook/roles/benchmark/meta/main.yaml", "content": "dependencies:\n - role: base\n - role: build_common\n - role: dataset_lingbm\n - role: neo4j\n - role: tentris\n - role: loaders\n - role: iguana\n - role: iguana_suites\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4749, "all_permissive": false }
ansible_role
dice-group/graphql-benchmark
76628fe11c05ca11dc7166b3a5d0f14d6ce2044b
0
ansible_playbook/roles/build_common
489
[ "no_license" ]
[ { "path": "ansible_playbook/roles/build_common/tasks/main.yaml", "content": "- name: Install make & cmake\n become: yes\n apt:\n package:\n - make\n - cmake\n\n- name: Install pkg-config\n become: yes\n apt:\n package:\n - pkg-config\n - uuid-dev\n\n- name: Install C++ Compiler...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 834, "all_permissive": false }
ansible_role
dice-group/graphql-benchmark
76628fe11c05ca11dc7166b3a5d0f14d6ce2044b
0
ansible_playbook/roles/dataset_lingbm
489
[ "no_license" ]
[ { "path": "ansible_playbook/roles/dataset_lingbm/tasks/main.yaml", "content": "- name: Check for LingGBM directory\n stat:\n path: \"{{ target_dir }}/datasets/lingbm\"\n register: lingbm_dir\n\n- name: Create LinGBM directory\n file:\n path: \"{{ target_dir }}/datasets/lingbm/\"\n state: directo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1619, "all_permissive": false }
ansible_role
dice-group/graphql-benchmark
76628fe11c05ca11dc7166b3a5d0f14d6ce2044b
0
ansible_playbook/roles/iguana
489
[ "no_license" ]
[ { "path": "ansible_playbook/roles/iguana/defaults/main.yaml", "content": "iguana_version: 3.3.0\niguana_mem: \"10G\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible_playbook/roles/iguana/tasks/main.yaml", "content": "- name: Check for...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 645, "all_permissive": false }
ansible_role
dice-group/graphql-benchmark
76628fe11c05ca11dc7166b3a5d0f14d6ce2044b
0
ansible_playbook/roles/iguana_suites
489
[ "no_license" ]
[ { "path": "ansible_playbook/roles/iguana_suites/tasks/graphql.yaml", "content": "- name: Create HTTP suite directories for Neo4J\n file:\n path: \"{{ target_dir }}/iguana_suites/graphql/neo4j/{{ item.name }}\"\n state: directory\n loop: \"{{ graphql_datasets }}\"\n\n- name: Template copy neo4j start...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7642, "all_permissive": false }
ansible_role
dice-group/graphql-benchmark
76628fe11c05ca11dc7166b3a5d0f14d6ce2044b
0
ansible_playbook/roles/loaders
489
[ "no_license" ]
[ { "path": "ansible_playbook/roles/loaders/meta/main.yaml", "content": "dependencies:\n - role: base\n - role: neo4j\n - role: tentris\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "ansible_playbook/roles/loaders/defaults/main.yaml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6280, "all_permissive": false }
ansible_role
dice-group/graphql-benchmark
76628fe11c05ca11dc7166b3a5d0f14d6ce2044b
0
ansible_playbook/roles/neo4j
489
[ "no_license" ]
[ { "path": "ansible_playbook/roles/neo4j/defaults/main.yaml", "content": "neo4j_version: 5.5.0\napoc_version: 5.5.0\nneo4j_dir_path: \"{{ target_dir }}/systems/neo4j/neo4j-community-{{ neo4j_version }}\"\nneo4j_tarball_path: \"{{ target_dir }}/systems/neo4j/neo4j-community-{{ neo4j_version }}-unix.tar.gz\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1439, "all_permissive": false }
ansible_role
dice-group/graphql-benchmark
76628fe11c05ca11dc7166b3a5d0f14d6ce2044b
0
ansible_playbook/roles/tentris
489
[ "no_license" ]
[ { "path": "ansible_playbook/roles/tentris/defaults/main.yaml", "content": "tentris_version: tentris-lj", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ansible_playbook/roles/tentris/tasks/main.yaml", "content": "- name: Create Tentris directory...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 294, "all_permissive": false }
ansible_role
okihika/sample_ansible
06ffbd2507669cc62b86c400c0e0a411b1701682
0
roles/nginx
489
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n - name: Install NGINX.\n yum: name=nginx\n - command: chkconfig nginx on\n - command: service nginx restart\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
okihika/sample_ansible
06ffbd2507669cc62b86c400c0e0a411b1701682
0
roles/php
489
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n - name: Install fpm-\n yum: name={{ item }} state=present\n with_items:\n - php70\n - php70-devel\n - php70-gd\n - php70-fpm\n - php70-mbstring\n - php70-pdo\n - php70-mcrypt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1853, "all_permissive": false }
ansible_role
okihika/sample_ansible
06ffbd2507669cc62b86c400c0e0a411b1701682
0
roles/postgresql
489
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n# tasks file for postgresql\n - name: Install POSTGRESS CLIENT.\n yum: name=postgress\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/determine_vmware_placement
489
[ "no_license" ]
[ { "path": "roles/determine_vmware_placement/vars/datacenter.yml", "content": "---\nvcenters:\n - name: vcenter.shadowman.dev\n datacenters:\n - datacenter1\n - datacenter2\n - name: west.shadowman.dev\n datacenters:\n - datacenter3\n - datacenter4\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1173, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/generate_vm_names
489
[ "no_license" ]
[ { "path": "roles/generate_vm_names/tasks/main.yml", "content": "---\n- name: Establish schema\n ansible.builtin.set_fact:\n vm_name_prefix: \"{{ owner.split('@')[0] }}-{{ env }}-\"\n\n- name: Block for VMWare\n block:\n\n - name: List all VMs in the vCenter\n community.vmware.vmware_vm_info:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2999, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_agentcert
489
[ "no_license" ]
[ { "path": "roles/shadowman_agentcert/tasks/main.yml", "content": "---\n- name: Deploy New CA Cert\n ansible.builtin.copy:\n src: /certs/service-ca-cert.crt\n dest: /etc/assisted-service/service-ca-cert.crt\n owner: root\n group: root\n mode: '0644'\n\n- name: Restart agent service\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_aws_account_clear
489
[ "no_license" ]
[ { "path": "roles/shadowman_aws_account_clear/defaults/main.yml", "content": "---\n_region_: us-east-2\nvpc_name: \"Shadowman VPC\"\nigw_name: \"Shadowman IGW\"\nsubnet_name: \"Shadowman Subnet\"\n_route_table_name_: \"Shadowman Route Table\"\n_security_group_: \"ShadowmanSG\"\n_key_name_: \"Shadowmankey\"\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2845, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_deprovision
489
[ "no_license" ]
[ { "path": "roles/shadowman_deprovision/tasks/ocpv_vm_remove.yml", "content": "---\n- name: Remove instance\n redhat.openshift_virtualization.kubevirt_vm:\n state: absent\n wait: true\n validate_certs: false\n name: \"{{ inventory_hostname }}\"\n namespace: openshiftvms\n delegate_to: localh...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2704, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_hosted_cluster
489
[ "no_license" ]
[ { "path": "roles/shadowman_hosted_cluster/tasks/main.yml", "content": "---\n- name: Block for RHV\n block:\n\n - name: Login to RHV\n redhat.rhv.ovirt_auth:\n hostname: \"{{ rhvm_fqdn }}\"\n username: \"{{ rhvm_user }}\"\n password: \"{{ <PASSWORD> }}\"\n ca_file: \"{{ rhvm_cafile |...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2340, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_hosted_cluster_remove
489
[ "no_license" ]
[ { "path": "roles/shadowman_hosted_cluster_remove/tasks/main.yml", "content": "---\n- name: Block for RHV\n block:\n\n - name: Login to RHV\n redhat.rhv.ovirt_auth:\n hostname: \"{{ rhvm_fqdn }}\"\n username: \"{{ rhvm_user }}\"\n password: \"{{ <PASSWORD> }}\"\n ca_file: \"{{ rhvm_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 754, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_hostnameset
489
[ "no_license" ]
[ { "path": "roles/shadowman_hostnameset/tasks/vmware_hostname.yml", "content": "---\n- name: RHEL Hostname Set\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/shadowman_hos...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1637, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_inventory_collection
489
[ "no_license" ]
[ { "path": "roles/shadowman_inventory_collection/tasks/main.yml", "content": "---\n- name: Update a single inventory source\n ansible.controller.inventory_source_update:\n inventory_source: \"{{ inventory_source_name }}\"\n inventory: \"{{ inventory_name }}\"\n wait: true\n", "license_type": "n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 271, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_provision
489
[ "no_license" ]
[ { "path": "roles/shadowman_provision/templates/terraformvmware.tf.j2", "content": "provider \"vsphere\" {\n vsphere_server = var.vsphere_server\n user = var.vsphere_user\n password = <PASSWORD>\n\n # If you have a self-signed cert\n allow_unverified_ssl = true\n}\n\ndata \"vsphere_datac...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 52780, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_snapshots
489
[ "no_license" ]
[ { "path": "roles/shadowman_snapshots/templates/snapshot.j2", "content": "{\n \"name\": \"Restore Survey\",\n \"description\": \"Choose Description you want to use to restore\",\n \"spec\": [\n {\n \"type\": \"multiplechoice\",\n \"question_name\": \"Use which snapshot?\",\n \"question_d...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6382, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_soft_delete
489
[ "no_license" ]
[ { "path": "roles/shadowman_soft_delete/tasks/softdelete.yml", "content": "---\n- name: Get Host ID\n ansible.builtin.uri:\n url: https://{{ lookup('ansible.builtin.env', 'CONTROLLER_HOST') }}/api/controller/v2/host_metrics?hostname={{ item | trim | urlencode }}\n user: \"{{ lookup('ansible.builtin.en...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1016, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_soft_delete_batch
489
[ "no_license" ]
[ { "path": "roles/shadowman_soft_delete_batch/tasks/get_hosts_to_softdelete.yml", "content": "---\n\n- name: Convert host arrays to lowercase\n ansible.builtin.set_fact:\n __host_metrics_host_list_lower: \"{{ __host_metrics_host_list | map('lower') | list }}\"\n __host_inv_hosts_list_lower: \"{{ __hos...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8108, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_template_create
489
[ "no_license" ]
[ { "path": "roles/shadowman_template_create/tasks/rhv_vm_templatevmcreate.yml", "content": "---\n- name: RHV Block\n block:\n - name: Login to RHV\n redhat.rhv.ovirt_auth:\n hostname: \"{{ rhvm_fqdn }}\"\n username: \"{{ rhvm_user }}\"\n password: \"{{ <PASSWORD> }}\"\n ca_file: \"{{...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3523, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_unsubscribe
489
[ "no_license" ]
[ { "path": "roles/shadowman_unsubscribe/tasks/windows_unsubscribe.yml", "content": "---\n\n- name: Move Windows host to workgroup to disable in AD\n microsoft.ad.membership:\n workgroup_name: removegroup\n domain_admin_user: \"{{ domainuser }}\"\n domain_admin_password: \"{{ <PASSWORD> }}\"\n st...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3922, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_vmware_convert_to_template
489
[ "no_license" ]
[ { "path": "roles/shadowman_vmware_convert_to_template/tasks/main.yml", "content": "---\n- name: Stop VM\n community.vmware.vmware_guest:\n datacenter: Shadowman-DC\n cluster: Cluster01\n name: \"{{ template_name }}\"\n state: poweredoff\n validate_certs: false\n\n- name: Convert to Template\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_vmware_convert_to_vm
489
[ "no_license" ]
[ { "path": "roles/shadowman_vmware_convert_to_vm/tasks/main.yml", "content": "---\n- name: Convert to VM\n community.vmware.vmware_guest:\n datacenter: Shadowman-DC\n cluster: Cluster01\n name: \"{{ template_name }}\"\n is_template: false\n validate_certs: false\n\n- name: Turn on VM\n commu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Provision
37f74e6feed42620ae7651c3273e950b58cd6af9
10
roles/shadowman_vmware_update_template
489
[ "no_license" ]
[ { "path": "roles/shadowman_vmware_update_template/tasks/main.yml", "content": "---\n- name: Set activation key for RHEL7\n ansible.builtin.set_fact:\n activation_key: RHEL7\n when: ansible_distribution_version is match(\"7.*\")\n\n- name: Set activation key for RHEL8\n ansible.builtin.set_fact:\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3066, "all_permissive": false }
ansible_role
yuriidanylchenko/ansible
444413f922d55154f98cf5ec49419cd6e403fef8
0
roles/nginx
489
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Install required packages\n apt: name=nginx\n\n- name: Start nginx service\n service: name=nginx state=started\n\n- name: Delete default nginx site\n file: path=/etc/nginx/sites-enabled/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 665, "all_permissive": false }
ansible_role
GPegel/Ansible-LAMP
0df20f4f64037a79d73672e2a56ca75c93b04b1e
0
lamp/roles/webservers
489
[ "no_license" ]
[ { "path": "lamp/roles/webservers/templates/index.html.j2", "content": "<html>\n<head>\n <title>Standard webpage created by Ansible</title>\n</head>\n<body>\n <h1>\n Standard webpage created by Ansible\n </h1>\n <h2>\n Yes! It works.<br><br>\n My IP Address is {{ ansible_host }}\n <...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1771, "all_permissive": false }
ansible_role
borkar-shubham/Ansible
9f7f85645e657e00ca6c1b6e4783d57c5e87e231
0
ansible_project-1_demo/roles/app-server
489
[ "no_license" ]
[ { "path": "ansible_project-1_demo/roles/app-server/tasks/main.yml", "content": "# FOR INSTALLING TOMCAT 8\n- name: install JAVA\n yum:\n name: java-11\n state: latest\n- name: download tomcat 8\n get_url:\n url: \"{{ TOMCAT_URL }}\"\n dest: \"/tmp/\"\n- name: extract tomcat to /opt\n unarchiv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1341, "all_permissive": false }
ansible_role
borkar-shubham/Ansible
9f7f85645e657e00ca6c1b6e4783d57c5e87e231
0
ansible_project-1_demo/roles/web-server
489
[ "no_license" ]
[ { "path": "ansible_project-1_demo/roles/web-server/tasks/main.yml", "content": "- name: print welcome\n debug:\n msg: \"Hello World\"\n- name: install httpd\n yum:\n name: httpd\n state: latest\n- name: deploy website\n copy: \n src: ./index.html\n dest: /var/www/html/index.html\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
borkar-shubham/Ansible
9f7f85645e657e00ca6c1b6e4783d57c5e87e231
0
ansible_project-2_three-tier/roles/app-server
489
[ "no_license" ]
[ { "path": "ansible_project-2_three-tier/roles/app-server/tasks/main.yml", "content": "# tomcat installation\n- name: java installation\n yum:\n name: java-11\n state: latest\n- name: downloading_tomcat\n get_url:\n url: \"{{ TOMCAT_URL }}\"\n dest: \"/tmp/\"\n- name: extract tomcat to /opt\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2596, "all_permissive": false }
ansible_role
borkar-shubham/Ansible
9f7f85645e657e00ca6c1b6e4783d57c5e87e231
0
ansible_project-2_three-tier/roles/web-server
489
[ "no_license" ]
[ { "path": "ansible_project-2_three-tier/roles/web-server/tasks/main.yml", "content": "### Installing nginx webserver\n- name: nginx installation\n yum:\n - name: httpd\n state: latest\n\n- name: deploying website\n copy: \n src: ./index.html\n dest: /var/www/html/index.html\n# - name: hosting ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 438, "all_permissive": false }
ansible_role
diegotony/k8s-hard-way
93e037f3c85f1954eb6750a44115abea144c1f18
0
00-playbooks/roles/nginx
489
[ "permissive" ]
[ { "path": "00-playbooks/roles/nginx/files/nginx.conf", "content": "stream {\n upstream kubernetes {\n server controller-1 192.168.56.11:6443 \n server controller-2 192.168.56.12:6443 \n server controller-3 192.168.56.13:6443 \n\n}\n\nserver {\n listen 6443;\n listen 443;\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1223, "all_permissive": true }
ansible_role
GeorgeManakanatas/Solid_Docker_Automation
5417f8a542591e319248d9d7f12a6ded05593f7f
0
roles/build_solid_image
489
[ "no_license" ]
[ { "path": "roles/build_solid_image/defaults/main.yml", "content": "---\n solid_folder_path: \"/test\"\n solid_server_url: \"https://github.com/solid/node-solid-server.git\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/build_solid_imag...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 345, "all_permissive": false }
ansible_role
GeorgeManakanatas/Solid_Docker_Automation
5417f8a542591e319248d9d7f12a6ded05593f7f
0
roles/get_solid
489
[ "no_license" ]
[ { "path": "roles/get_solid/files/Dockerfile", "content": "FROM node:8.11.2-onbuild\n\nWORKDIR /usr/src/app\n\nRUN npm install\n\nCOPY . .\n\nEXPOSE 8443\nCMD [ \"./bin/solid-test\", \"start\" ]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "rol...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4764, "all_permissive": false }
ansible_role
dymurray/keypress-apb
46901d68634aae4c36b3bbb2b1a8c13b34504a1b
0
roles/provision-keypress-apb
489
[ "no_license" ]
[ { "path": "roles/provision-keypress-apb/tasks/main.yml", "content": "##############################################################################\n## Provision keypress\n## This role executes much of the needed functionality to provision an\n## application using an Ansible Playbook Bundle. Included in th...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2970, "all_permissive": false }
ansible_role
tomocy/ansible-go
2c2457fd9bb542d205a2a5d28b6b9dd2dce93134
0
roles/common
489
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Make go workplace to share to guest pc if not exists\n file:\n path: \"/vagrant/code/{{ item }}\"\n state: directory\n with_items:\n - bin\n - src\n - pkg\n\n- name: Put symbolic link to share to guest pc\n file:\n src: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 481, "all_permissive": false }
ansible_role
tomocy/ansible-go
2c2457fd9bb542d205a2a5d28b6b9dd2dce93134
0
roles/go
489
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "\n- name: Donwload go tarball\n get_url:\n url: \"{{ go_download_url }}\"\n dest: \"/usr/local/src/{{ go_tarball }}\"\n checksum: \"{{ go_tarball_checksum }}\"\n\n- name: Register the current go version\n command: /usr/local/go/bin/go version\n ig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 939, "all_permissive": false }
ansible_role
hnrazevedo/homelab
375349a7b772a1f6cfc794d62cdf218ceaede8ad
0
ansible/roles/admx
489
[ "no_license" ]
[ { "path": "ansible/roles/admx/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - admx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "ansible/roles/admx/handlers/main.yml", "content": "---\n# handlers f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2258, "all_permissive": false }
ansible_role
hnrazevedo/homelab
375349a7b772a1f6cfc794d62cdf218ceaede8ad
0
ansible/roles/awx
489
[ "no_license" ]
[ { "path": "ansible/roles/awx/tasks/main.yml", "content": "---\r\n- name: Install packages\r\n ansible.builtin.dnf:\r\n name: \r\n - make\r\n - ansible\r\n state: present\r\n\r\n- name: Disable firewalld\r\n ansible.builtin.service:\r\n name: firewalld\r\n state: stopped\r\n enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3662, "all_permissive": false }
ansible_role
hnrazevedo/homelab
375349a7b772a1f6cfc794d62cdf218ceaede8ad
0
ansible/roles/common
489
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Set timezone\n ansible.builtin.command: \"timedatectl set-timezone {{ timezone }}\"\n\n- name: Update packages\n ansible.builtin.dnf:\n name: \"*\"\n state: latest\n update_cache: yes\n ignore_errors: true\n retries: 3\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1460, "all_permissive": false }
ansible_role
hnrazevedo/homelab
375349a7b772a1f6cfc794d62cdf218ceaede8ad
0
ansible/roles/domain
489
[ "no_license" ]
[ { "path": "ansible/roles/domain/files/domain.local.rev.zone", "content": "$TTL 1D\r\n@ IN SOA server_name_change.localdomain_change. root.localdomain_change. (\r\n 2 ; serial\r\n 1D ; refresh\r\n 1H ; re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4182, "all_permissive": false }
ansible_role
hnrazevedo/homelab
375349a7b772a1f6cfc794d62cdf218ceaede8ad
0
ansible/roles/foreman
489
[ "no_license" ]
[ { "path": "ansible/roles/foreman/tasks/main.yml", "content": "---\r\n- name: Install packages 1/3\r\n ansible.builtin.dnf:\r\n name:\r\n - \"@base\"\r\n - \"@core\"\r\n\r\n- name: Install packages 2/3\r\n ansible.builtin.dnf:\r\n name:\r\n - \"https://yum.theforeman.org/releases/night...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 15526, "all_permissive": false }
ansible_role
hnrazevedo/homelab
375349a7b772a1f6cfc794d62cdf218ceaede8ad
0
ansible/roles/gitlab
489
[ "no_license" ]
[ { "path": "ansible/roles/gitlab/tasks/main.yml", "content": "---\r\n- name: Install dependencies\r\n ansible.builtin.dnf:\r\n name: \"{{ item }}\"\r\n state: present\r\n loop:\r\n - policycoreutils \r\n - perl\r\n - openssh-server\r\n\r\n- name: Permit HTTPS/HTTP traffic\r\n ansible.posix....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1268, "all_permissive": false }
ansible_role
hnrazevedo/homelab
375349a7b772a1f6cfc794d62cdf218ceaede8ad
0
ansible/roles/initial
489
[ "no_license" ]
[ { "path": "ansible/roles/initial/tasks/main.yml", "content": "---\n- name: Verificar se todos os hosts estão acessíveis\n ansible.builtin.wait_for:\n state: present\n port: 22\n host: \"{{ item }}\"\n loop: \"{{ groups['servers'] }}\"\n register: result\n until: result is succeeded\n retries: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
hnrazevedo/homelab
375349a7b772a1f6cfc794d62cdf218ceaede8ad
0
ansible/roles/pihole
489
[ "no_license" ]
[ { "path": "ansible/roles/pihole/tasks/main.yml", "content": "---\n- name: Install podman\n ansible.builtin.dnf:\n name: podman\n state: present\n\n- name: Copy container-pihole.service\n ansible.builtin.copy:\n src: ../files/container-pihole.service\n dest: /etc/systemd/system/container-pihole...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1582, "all_permissive": false }
ansible_role
hnrazevedo/homelab
375349a7b772a1f6cfc794d62cdf218ceaede8ad
0
ansible/roles/rundeck
489
[ "no_license" ]
[ { "path": "ansible/roles/rundeck/tasks/main.yml", "content": "---\n\n- name: Add rundeck repo\n ansible.builtin.yum_repository:\n name: rundeck\n baseurl: https://packages.rundeck.com/pagerduty/rundeck/rpm_any/rpm_any/$basearch\n gpgcheck: no\n enabled: yes\n gpgkey: https://packages.rundeck...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2476, "all_permissive": false }
ansible_role
hnrazevedo/homelab
375349a7b772a1f6cfc794d62cdf218ceaede8ad
0
ansible/roles/subscription
489
[ "no_license" ]
[ { "path": "ansible/roles/subscription/handlers/main.yml", "content": "---\n# handlers file for register-foreman\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ansible/roles/subscription/tasks/main.yml", "content": "---\n- name: Gather the pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1456, "all_permissive": false }
ansible_role
johnayinde/devops-terraform-ansible
4190771fd9e8bfcaacdc71e70d06a4a9479bd4b7
0
ansible/roles/dependencies
489
[ "no_license" ]
[ { "path": "ansible/roles/dependencies/tasks/main.yml", "content": "- name: Update and install required packages\n apt:\n name:\n - docker.io\n - docker-compose\n state: present\n update_cache: yes\n\n- name: Ensure Docker service is running\n systemd:\n name: docker\n enabled: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
johnayinde/devops-terraform-ansible
4190771fd9e8bfcaacdc71e70d06a4a9479bd4b7
0
ansible/roles/deployment
489
[ "no_license" ]
[ { "path": "ansible/roles/deployment/tasks/main.yml", "content": "- name: Clone the repository\n git:\n repo: \"https://github.com/johnayinde/DevOps-Stage-4.git\"\n dest: \"/home/ubuntu/todo-app\"\n version: main\n force: yes\n\n- name: Install Java\n apt:\n name: openjdk-17-jdk\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1132, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/dockerfile-generator
491
[ "no_license" ]
[ { "path": "roles/dockerfile-generator/templates/dockerfiles/jenkins-slave-base.j2", "content": "FROM {{ item.from }}\n\nMAINTAINER <NAME> <<EMAIL>>\n\n# Set Timezone\nRUN rm /etc/localtime && ln -s /usr/share/zoneinfo/Europe/Vienna /etc/localtime\n\nENV _JAVA_OPTIONS -Djava.net.preferIPv4Stack=true\nENV LC_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1887, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/image-builder
491
[ "no_license" ]
[ { "path": "roles/image-builder/tasks/main.yml", "content": "---\n# file: roles/image-builder/main.yml\n# role for building docker images\n\n- name: \"try to pull docker images\"\n command: \"docker pull {{ docker_repository_name }}/{{ item.name }}:{{ item.tag }}\"\n with_items: images_to_build\n register...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 897, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-maven/setup.yml", "content": "---\n# file: jenkins-slave-maven/setup.yml\n# main play for setting up jenkins-slave-maven\n# use \"-i localhost\" and \"-c local\" for building on local machine\n\n- name: \"play that setups jenkins-slave-maven\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 40, "total_bytes": 31418, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/common/roles/jdk
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/common/roles/jdk/tasks/main.yml", "content": "---\n# file: roles/certificats/tasks/main.yml\n# role for installing certificates to a slave\n\n- name: \"make sure download dir exists\"\n file:\n dest=\"{{ item.download_dir }}\"\n state=\"directory\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3012, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/ansible
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/ansible/tasks/main.yml", "content": "---\n# file: roles/basic-tools/main.yml\n# role for installing basic tools\n\n- name: ensure /etc/ansible\n file:\n path: /etc/ansible\n owner: jenkins\n group: jenkins\n mode: 0755...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1128, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/basic-tools
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/basic-tools/tasks/main.yml", "content": "---\n# file: roles/basic-tools/main.yml\n# role for installing basic tools\n\n- name: \"install basic tools with yum\"\n yum:\n name=\"{{ item }}\"\n state=\"latest\"\n with_items:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/certificates
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/certificates/handlers/main.yml", "content": "- name: \"update ca trust\"\n command: \"update-ca-trust {{ item }}\"\n with_items:\n - [\"enable\",\n \"extract\"]\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 534, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/git
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/git/vars/main.yml", "content": "---\n# file: roles/git/vars/main.yml\n# variable vor git installation\n\ngit_version: 2.1.2\ngit_tmp_dir: /tmp/git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1849, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/init
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/init/files/init.sh", "content": "#!/bin/bash\nset -e\n\n# run init playbook\nansible-playbook -i init/localhost init/init.yml\n\n# run rest of commands as jenkins user\n# disabled:\n# because currently mesos plugin does not suppo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1252, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/init/files/init/roles/jenkins-slave-base
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/init/files/init/roles/jenkins-slave-base/tasks/main.yml", "content": "---\n# file: roles/base-image/tasks/main.yml\n# tasks for initializing base-image\n\n- name: update /etc/hosts\n sudo: yes\n shell: cat /home/jenkins/init/role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/jenkins-user
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/jenkins-user/tasks/main.yml", "content": "---\n# file: roles/jenkins-user/main.yml\n# role for adding jenkins user\n\n- name: \"add user {{ user }}\"\n user:\n name=\"{{ user }}\"\n createhome=\"yes\"\n home=\"{{ home_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 679, "all_permissive": false }