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
Srijayadav123/ansibletest
8e016f28a7d335e1ab856d0ce9611b7f9d2d957a
0
bulidsetup/roles/maven
4,917
[ "no_license" ]
[ { "path": "bulidsetup/roles/maven/vars/main.yml", "content": "---\nmaven_major: 3\nmaven_version: 3.9.6\nmaven_home_parent_directory: /opt/downloads\nmaven_file_name: apache-maven-{{ maven_version }}-bin.tar.gz\nmaven_download_url: \"https://downloads.apache.org/maven/maven-{{ maven_major }}/{{ maven_versio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1769, "all_permissive": false }
ansible_role
manupanand-freelance-developer/learn-tools-automation-code
85b115cde15f1a1eae472ff2da8c264f8f9508f9
0
revice/roles/elk
4,917
[ "no_license" ]
[ { "path": "revice/roles/elk/tasks/main.yml", "content": "- name: Setup Prompt\n ansible.builtin.lineinfile:\n path: \"/home/ec2-user/.bashrc\"\n line: 'export PS1=\"\\[\\e[1;31m\\]\\u\\[\\e[0m\\]@\\[\\e[1;34m\\]{{tool_name}}\\[\\e[0m\\] \\w \\$ \"'\n create: yes\n mode: '0644'\n\n- name: Source...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1650, "all_permissive": false }
ansible_role
manupanand-freelance-developer/learn-tools-automation-code
85b115cde15f1a1eae472ff2da8c264f8f9508f9
0
revice/roles/github-runner
4,917
[ "no_license" ]
[ { "path": "revice/roles/github-runner/tasks/main.yaml", "content": "- name: Setup Prompt\n ansible.builtin.lineinfile:\n path: \"/home/ec2-user/.bashrc\"\n line: 'export PS1=\"\\[\\e[1;31m\\]\\u\\[\\e[0m\\]@\\[\\e[1;34m\\]{{tool_name}}\\[\\e[0m\\] \\w \\$ \"'\n create: yes\n mode: '0644'\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5322, "all_permissive": false }
ansible_role
manupanand-freelance-developer/learn-tools-automation-code
85b115cde15f1a1eae472ff2da8c264f8f9508f9
0
revice/roles/jenkins
4,917
[ "no_license" ]
[ { "path": "revice/roles/jenkins/tasks/setup_jenkins.yml", "content": "\n# Installing required For Jenkins\n\n- name: Setup Prompt\n ansible.builtin.lineinfile:\n path: \"/home/ec2-user/.bashrc\"\n line: 'export PS1=\"\\[\\e[1;31m\\]\\u\\[\\e[0m\\]@\\[\\e[1;34m\\]{{tool_name}}\\[\\e[0m\\] \\w \\$ \"'\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2415, "all_permissive": false }
ansible_role
manupanand-freelance-developer/learn-tools-automation-code
85b115cde15f1a1eae472ff2da8c264f8f9508f9
0
revice/roles/minikube
4,917
[ "no_license" ]
[ { "path": "revice/roles/minikube/tasks/main.yaml", "content": "- name: Setup Prompt\n ansible.builtin.lineinfile:\n path: \"/home/ec2-user/.bashrc\"\n line: 'export PS1=\"\\[\\e[1;31m\\]\\u\\[\\e[0m\\]@\\[\\e[1;34m\\]{{tool_name}}\\[\\e[0m\\] \\w \\$ \"'\n create: yes\n mode: '0644'\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1128, "all_permissive": false }
ansible_role
manupanand-freelance-developer/learn-tools-automation-code
85b115cde15f1a1eae472ff2da8c264f8f9508f9
0
revice/roles/vault
4,917
[ "no_license" ]
[ { "path": "revice/roles/vault/tasks/main.yaml", "content": "- name: Setup Prompt\n ansible.builtin.lineinfile:\n path: \"/home/ec2-user/.bashrc\"\n line: 'export PS1=\"\\[\\e[1;31m\\]\\u\\[\\e[0m\\]@\\[\\e[1;34m\\]{{tool_name}}\\[\\e[0m\\] \\w \\$ \"'\n create: yes\n mode: '0644'\n \n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 720, "all_permissive": false }
ansible_role
manupanand-freelance-developer/learn-tools-automation-code
85b115cde15f1a1eae472ff2da8c264f8f9508f9
0
roles/github-runner
4,917
[ "no_license" ]
[ { "path": "roles/github-runner/tasks/main.yml", "content": "- name: Setup Prompt\n ansible.builtin.shell: set-prompt github-runner # actually bash rc code\n\n- name: Add github runner user\n ansible.builtin.user:\n name: grunner\n\n- name: Create github runner directory\n ansible.builtin.file:\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3432, "all_permissive": false }
ansible_role
manupanand-freelance-developer/learn-tools-automation-code
85b115cde15f1a1eae472ff2da8c264f8f9508f9
0
roles/vault
4,917
[ "no_license" ]
[ { "path": "roles/vault/tasks/main.yml", "content": "- name: Download vault repo file\n ansible.builtin.get_urrl:\n url: https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo\n dest: /etc/yum.repos.d/hashicorp.repo\n\n- name: Intsall vault\n ansible.builtin.dnf:\n name: vault\n state: latest\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
YuryShelukhin/7-1-2
1199938a372fa48e734a676cd2f2d8091f89bfca
0
roles/apache-install
4,917
[ "no_license" ]
[ { "path": "roles/apache-install/tasks/main.yml", "content": "---\n- name: Install Apache\n apt:\n name: apache2\n state: present\n\n- name: Customize index.html\n template:\n force: true\n src: apache-index.j2 # required. Path of a Jinja2 formatted template on the Ansible controller. This can ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2894, "all_permissive": false }
ansible_role
voronovmaksim/dev-playground
5f5527744f012b43e504c75fde1af7f653956409
0
ansible/LocalHost/roles/business_app
4,917
[ "no_license" ]
[ { "path": "ansible/LocalHost/roles/business_app/defaults/main.yml", "content": "---\n# defaults file for business_app", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/LocalHost/roles/business_app/tasks/main.yml", "content": "---\n\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1362, "all_permissive": false }
ansible_role
voronovmaksim/dev-playground
5f5527744f012b43e504c75fde1af7f653956409
0
ansible/LocalHost/roles/init_localhost
4,917
[ "no_license" ]
[ { "path": "ansible/LocalHost/roles/init_localhost/handlers/main.yml", "content": "---\n# handlers file for init_localhost", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible/LocalHost/roles/init_localhost/tests/test.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 810, "all_permissive": false }
ansible_role
voronovmaksim/dev-playground
5f5527744f012b43e504c75fde1af7f653956409
0
ansible/LocalHost/roles/setting_localhost
4,917
[ "no_license" ]
[ { "path": "ansible/LocalHost/roles/setting_localhost/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - setting_localhost", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/LocalHost/roles/setting_localh...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3082, "all_permissive": false }
ansible_role
smarter-day/cloud
de8edab361c18dadc1f5596fc0d9d4f7c1847383
0
roles/common
4,917
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Update and upgrade apt packages\n apt:\n update_cache: yes\n upgrade: dist\n when: ansible_os_family == 'Debian'\n\n- name: Ensure automatic updates are enabled\n apt:\n name: unattended-upgrades\n state: present\n when: ansible_os...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1317, "all_permissive": false }
ansible_role
smarter-day/cloud
de8edab361c18dadc1f5596fc0d9d4f7c1847383
0
roles/k8s
4,917
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yml", "content": "- name: Remove conflicting system Python packages\n apt:\n name:\n - python3-docker\n - python3-dockerpy\n - python3-dockerpycreds\n - python3-requests\n - python3-urllib3\n state: absent\n purge: yes\n when: ansible_os_fa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1815, "all_permissive": false }
ansible_role
smarter-day/cloud
de8edab361c18dadc1f5596fc0d9d4f7c1847383
0
roles/nginx_ingress
4,917
[ "no_license" ]
[ { "path": "roles/nginx_ingress/tasks/main.yml", "content": "- name: Check if Helm is already installed\n stat:\n path: /usr/local/bin/helm\n register: helm_exists\n\n- name: Install Helm\n get_url:\n url: https://get.helm.sh/helm-v3.9.4-linux-amd64.tar.gz\n dest: /tmp/helm.tar.gz\n when: not he...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1219, "all_permissive": false }
ansible_role
smarter-day/cloud
de8edab361c18dadc1f5596fc0d9d4f7c1847383
0
roles/rancher
4,917
[ "no_license" ]
[ { "path": "roles/rancher/templates/cluster.yml.j2", "content": "nodes:\n{% for host in groups['cluster_nodes'] %}\n - address: {{ hostvars[host]['ansible_host'] }}\n user: root\n role: [controlplane,etcd,worker]\n ssh_key_path: \"{{ ssh_key_path }}\"\n{% endfor %}\n\nservices:\n etcd:\n snapsh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1109, "all_permissive": false }
ansible_role
smarter-day/cloud
de8edab361c18dadc1f5596fc0d9d4f7c1847383
0
roles/security
4,917
[ "no_license" ]
[ { "path": "roles/security/tasks/main.yml", "content": "- name: Configure UFW default policies\n ufw:\n state: enabled\n policy: deny\n direction: incoming\n\n- name: Allow SSH through UFW\n ufw:\n rule: allow\n name: OpenSSH\n\n- name: Allow HTTP through UFW\n ufw:\n rule: allow\n po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 479, "all_permissive": false }
ansible_role
smarter-day/cloud
de8edab361c18dadc1f5596fc0d9d4f7c1847383
0
roles/wireguard
4,917
[ "no_license" ]
[ { "path": "roles/wireguard/templates/wg0.conf.j2", "content": "[Interface]\nAddress = {{ vpn_address_map[inventory_hostname] }}\nPrivateKey = {{ wireguard_private_key }}\nListenPort = {{ wireguard_port }}\n\n{% for host in groups['all'] %}\n{% if host != inventory_hostname %}\n[Peer]\nPublicKey = {{ hostvar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1258, "all_permissive": false }
ansible_role
fquiroga/Ansible-Templates
3c58e6a41ca9ec380a612cd45f049f20fb0b869c
0
roles/test-boxes
4,917
[ "no_license" ]
[ { "path": "roles/test-boxes/templates/boxes.j2", "content": "version 16.9\nservice timestamps debug datetime msec\nservice timestamps log datetime msec\nplatform qfp utilization monitor load 80\nno platform punt-keepalive disable-kernel-core\nplatform console serial\n!\nhostname rtr1\n!\nboot-start-marker\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4047, "all_permissive": false }
ansible_role
balamaci/jenkins-ansible
065881e4658028fa6a72228bfd90dc2acdaf3e67
8
roles/jdk8
4,917
[ "permissive" ]
[ { "path": "roles/jdk8/tasks/main.yml", "content": "---\n- include: repo.yml\n\n- name: Automatically select the Oracle License\n shell: echo debconf shared/accepted-oracle-license-v1-1 select true | sudo debconf-set-selections\n changed_when: false\n\n- name: Install Oracle Java\n apt: pkg={{ jdk_version...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 646, "all_permissive": true }
ansible_role
balamaci/jenkins-ansible
065881e4658028fa6a72228bfd90dc2acdaf3e67
8
roles/jenkins
4,917
[ "permissive" ]
[ { "path": "roles/jenkins/vars/main.yml", "content": "---\njenkins_dest: /opt/jenkins\njenkins_lib: /var/lib/jenkins\njenkins:\n deb:\n repo: 'deb http://pkg.jenkins-ci.org/debian binary/' # Jenkins repository\n dependencies: # Jenkins dependencies\n - 'git'\n - 'curl'\n cli_dest: '{{ jenki...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1709, "all_permissive": true }
ansible_role
Abdomasoud/ansible-app
66af2e55bc8bff8d65b020a3dc0be79c30d91215
0
roles/jenkins
4,917
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for roles/jenkins\n\n- name: Update apt cache and upgrade packages\n yum:\n update_cache: yes\n state: latest\n\n- name: Install required dependencies\n yum:\n name:\n - wget\n - git\n state: present\n\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1021, "all_permissive": false }
ansible_role
Abdomasoud/ansible-app
66af2e55bc8bff8d65b020a3dc0be79c30d91215
0
roles/mariadb
4,917
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n# tasks file for roles/mariadb\n\n- name: Install MariaDB server\n ansible.builtin.yum:\n name: mariadb-server\n state: present\n\n- name: Start MariaDB service\n ansible.builtin.service:\n name: mariadb\n state: started\n enabled: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 726, "all_permissive": false }
ansible_role
Abdomasoud/ansible-app
66af2e55bc8bff8d65b020a3dc0be79c30d91215
0
roles/webserver
4,917
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# tasks file for roles/webserver\n- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: present\n\n- name: Start nginx service\n ansible.builtin.systemd:\n name: nginx\n state: started\n enabled: true\n \n- name: Ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6451, "all_permissive": false }
ansible_role
Steve-ndeke/CI_CD_Udacity_project
584d98dc574b62842e68857ae898709b12422523
0
.circleci/ansible/roles/configure-server
4,917
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"Add Node.js from source\"\n become: true\n shell: |\n # curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -\n # Install Node.js LTS version as our base Node.js version\n curl -fsSL https://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1012, "all_permissive": false }
ansible_role
purplefish32/ansible-playbooks
6bee8bc0a16d87674b39f3e1bf721eefba9d1e2e
0
roles/heartbeat-client-upgrade
4,917
[ "no_license" ]
[ { "path": "roles/heartbeat-client-upgrade/tasks/main.yml", "content": "---\n- name: Update heartbeat client\n shell: git pull --rebase\n args: \n chdir: /home/heartbeat/HeartbeatClient\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
purplefish32/ansible-playbooks
6bee8bc0a16d87674b39f3e1bf721eefba9d1e2e
0
roles/upgrade
4,917
[ "no_license" ]
[ { "path": "roles/upgrade/tasks/main.yml", "content": "---\n- name: Update apt\n apt: update_cache=yes\n- name: Upgrade apt\n apt: upgrade=full\n- name: Make a general dist-upgrade\n apt: upgrade=dist\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
manrodri/yelpCampUseCase
0d9e53343b0b2c2f2172dd83ffb56a9bdb558652
0
ansible/roles/docker
5,017
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: update the system\n shell: yum update -y\n\n- name: install docker\n shell: amazon-linux-extras install docker\n\n- name: Ensure docker is running and and enabled to start automatically on reboots\n systemd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
arquitecturaDC/EJ_Ansible
7db406ff55c9c7422ee33a619893e2f7e80d5a40
0
Ubuntu/Ejemplos YAML/Lamp/roles/mysql
5,017
[ "no_license" ]
[ { "path": "Ubuntu/Ejemplos YAML/Lamp/roles/mysql/tasks/main.yml", "content": "---\n- name: instalar mysql\n apt: name={{item}} state=latest\n with_items:\n - mysql-server \n - libapache2-mod-auth-mysql \n - php5-mysql \n notify: iniciar servicio de mysql\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 258, "all_permissive": false }
ansible_role
arquitecturaDC/EJ_Ansible
7db406ff55c9c7422ee33a619893e2f7e80d5a40
0
Ubuntu/Ejemplos YAML/Lamp/roles/web
5,017
[ "no_license" ]
[ { "path": "Ubuntu/Ejemplos YAML/Lamp/roles/web/handlers/main.yml", "content": "---\n- name: iniciar servicio de apache\n service: name=apache2 state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "Ubuntu/Ejemplos YAML/Lamp/roles/web/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 335, "all_permissive": false }
ansible_role
arquitecturaDC/EJ_Ansible
7db406ff55c9c7422ee33a619893e2f7e80d5a40
0
Ubuntu/Ejemplos YAML/wordpress_ansible/roles/mysql
5,017
[ "no_license" ]
[ { "path": "Ubuntu/Ejemplos YAML/wordpress_ansible/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: Crear la base de datos en mysql\n mysql_db: name={{ wp_mysql_db }} state=present\n- name: Crear el usuario mysql\n mysql_user:\n name={{ wp_mysql_user }} \n password={{ <PA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
arquitecturaDC/EJ_Ansible
7db406ff55c9c7422ee33a619893e2f7e80d5a40
0
Ubuntu/Ejemplos YAML/wordpress_ansible/roles/php
5,017
[ "no_license" ]
[ { "path": "Ubuntu/Ejemplos YAML/wordpress_ansible/roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: Instalar extensiones php\n apt: name={{ item }} state=present\n become: true\n with_items:\n - php5-gd\n - libssh2-php\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
arquitecturaDC/EJ_Ansible
7db406ff55c9c7422ee33a619893e2f7e80d5a40
0
Ubuntu/Ejemplos YAML/wordpress_ansible/roles/server
5,017
[ "no_license" ]
[ { "path": "Ubuntu/Ejemplos YAML/wordpress_ansible/roles/server/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Update apt-cache\n apt: update_cache=yes\n become: true\n- name: Instalar el software requerido\n apt: name={{ item }} state=present\n become: true\n with_items:\n - apa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
javivegaa01/ansible_dhcp
61c099f0ff7b186020c9e31a9c8354833d114b72
0
roles/servidor
5,017
[ "no_license" ]
[ { "path": "roles/servidor/handlers/main.yaml", "content": "\n \n- name: reiniciar servidor\n reboot:\n\n- name: reiniciar dhcp\n service: name=isc-dhcp-server state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/servidor/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 922, "all_permissive": false }
ansible_role
dharmab/ansible-annex
27ba23a0df0000c2e3b758fd80acc80d9d4ffde0
0
roles/annex
5,017
[ "no_license" ]
[ { "path": "roles/annex/defaults/main.yml", "content": "annex_authorized_keys: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/annex/tasks/main.yml", "content": "---\n- name: check if operating system is supported\n assert: that=\"an...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 858, "all_permissive": false }
ansible_role
ldomb/rhsummit2017
73b437c43a46d24985aeb8fb5e0fac9ab910f1f9
2
roles/buildansibletower
5,017
[ "no_license" ]
[ { "path": "roles/buildansibletower/vars/main.yml", "content": "---\n# vars file for ldomb.buildansibletower\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/buildansibletower/templates/tower_cli.cfg.j2", "content": "host: localhost\nuser...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 12466, "all_permissive": false }
ansible_role
ldomb/rhsummit2017
73b437c43a46d24985aeb8fb5e0fac9ab910f1f9
2
roles/buildcfme
5,017
[ "no_license" ]
[ { "path": "roles/buildcfme/templates/tower_cli.cfg.j2", "content": "host: {{ inventory_hostname }}\nusername: admin\npassword: {{ <PASSWORD> }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/buildcfme/tasks/main.yml", "content": "---\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 9388, "all_permissive": false }
ansible_role
ldomb/rhsummit2017
73b437c43a46d24985aeb8fb5e0fac9ab910f1f9
2
roles/manage-ec2-instances
5,017
[ "no_license" ]
[ { "path": "roles/manage-ec2-instances/README.md", "content": "manage-ec2-instances\n=========\n\nThis role manages the builds of the ec2 instances and is used to spin up ansibletower, satellite6 and cloudforms\n\nRequirements\n------------\n\n- Ansible 2.2.1\n- Ansible vault file in group_vars/all/vault\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1915, "all_permissive": false }
ansible_role
ldomb/rhsummit2017
73b437c43a46d24985aeb8fb5e0fac9ab910f1f9
2
roles/satellite-deployment
5,017
[ "no_license" ]
[ { "path": "roles/satellite-deployment/templates/sat6_provider.json.j2", "content": "{\n \"type\":\"ManageIQ::Providers::Foreman::Provider\",\n \"name\":\"Satellite 6\",\n \"url\":\"https://{{ hostvars[groups['tag_Name_' + sat6_tag_Name][0]]['ec2_private_dns_name'] }}\",\n \"credentials\" : {\n \"user...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 12966, "all_permissive": false }
ansible_role
padmakarkotule/python-101
e6a0d9d742dcdc5ee921169f3447643d18179ba5
0
docs/ansible/ansible_docs_leanring_padmakar/roles/common
5,017
[ "no_license" ]
[ { "path": "docs/ansible/ansible_docs_leanring_padmakar/roles/common/tasks/system_post_tasks.yml", "content": "# System Post task - E.g. Check os_family, os distribution, memory, cpu, available disk space etc.\n\n# Include common variable file.\n- include_vars: \"roles/common/vars/main.yml\"\n\n# Post TASK\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4679, "all_permissive": false }
ansible_role
padmakarkotule/python-101
e6a0d9d742dcdc5ee921169f3447643d18179ba5
0
docs/ansible/ansible_docs_leanring_padmakar/roles/httpd
5,017
[ "no_license" ]
[ { "path": "docs/ansible/ansible_docs_leanring_padmakar/roles/httpd/tasks/main.yml", "content": "---\n# tasks file for roles/httpd\n# There are two optons, we can write task in separate file and include it in this file using include keyword. \n# Example, create task in prereq.yml, install.yml, cleanup.yml, g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2000, "all_permissive": false }
ansible_role
padmakarkotule/python-101
e6a0d9d742dcdc5ee921169f3447643d18179ba5
0
docs/ansible/ansible_docs_leanring_padmakar/roles/mysql
5,017
[ "no_license" ]
[ { "path": "docs/ansible/ansible_docs_leanring_padmakar/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for roles/httpd\n# There are two optons, we can write task in separate file and include it in this file using include keyword. \n# Example, create task in prereq.yml, install.yml, cleanup.yml, g...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2201, "all_permissive": false }
ansible_role
Soooozie/terraform_aws
4d61d50f6f367afc96fba7d99fb1455eec2bac4d
0
ansible_resources/roles/add_hosts
5,017
[ "no_license" ]
[ { "path": "ansible_resources/roles/add_hosts/tasks/linux_server.yml", "content": "---\n- ec2_instance_facts:\n filters:\n \"tag:Name\": linux_server\n register: ec2_metadata\n\n- debug: msg=\"{{ ec2_metadata.instances[0].public_ip_address }}\"\n\n- add_host:\n name: \"{{ item }}\"\n groups: l...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 828, "all_permissive": false }
ansible_role
Soooozie/terraform_aws
4d61d50f6f367afc96fba7d99fb1455eec2bac4d
0
ansible_resources/roles/join_domain
5,017
[ "no_license" ]
[ { "path": "ansible_resources/roles/join_domain/tasks/install_packages.yml", "content": "---\n- name: update all packages\n yum:\n name: \"*\"\n state: latest\n\n- name: install requirements\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - sssd\n - realmd\n - oddjob\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1483, "all_permissive": false }
ansible_role
salimwp/Ansible-Wordpress
37c061501eccae7377aef5794db43e9bc2e51a38
0
roles/02_common
5,017
[ "no_license" ]
[ { "path": "roles/02_common/tasks/main.yml", "content": "---\n\n- name: Setting hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Enable EPEL repo\n yum:\n name: 'epel-release'\n state: latest\n\n- name: Update server\n yum:\n name: '*'\n state: latest\n\n- name: Installi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1055, "all_permissive": false }
ansible_role
salimwp/Ansible-Wordpress
37c061501eccae7377aef5794db43e9bc2e51a38
0
roles/03_apache
5,017
[ "no_license" ]
[ { "path": "roles/03_apache/tasks/main.yml", "content": "---\n\n- name: Installing apache\n yum:\n name: ['httpd', 'mod_ssl']\n state: latest\n\n- name: Transferring httpd.conf\n copy:\n src: httpd.conf\n dest: /etc/httpd/conf/httpd.conf\n\n- name: Enabling firewall port for https\n firewalld:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
salimwp/Ansible-Wordpress
37c061501eccae7377aef5794db43e9bc2e51a38
0
roles/04_mysql
5,017
[ "no_license" ]
[ { "path": "roles/04_mysql/tasks/main.yml", "content": "---\n\n- name: Installing mariadb\n yum:\n name: ['mariadb-server','mariadb','MySQL-python']\n state: latest\n\n- name: Configure SELinux to allow MariaDB to accept connection\n seboolean:\n name: mysql_connect_any\n state: true\n persi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1361, "all_permissive": false }
ansible_role
salimwp/Ansible-Wordpress
37c061501eccae7377aef5794db43e9bc2e51a38
0
roles/05_php
5,017
[ "no_license" ]
[ { "path": "roles/05_php/tasks/main.yml", "content": "---\n\n- name: Enable Software Collection’s repository\n yum:\n name: centos-release-scl.noarch\n state: latest\n\n- name: Installing PHP packages\n yum:\n name: ['rh-php70', 'rh-php70-php', 'rh-php70-php-fpm','rh-php70-php-mysqlnd']\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 530, "all_permissive": false }
ansible_role
salimwp/Ansible-Wordpress
37c061501eccae7377aef5794db43e9bc2e51a38
0
roles/06_wordpress
5,017
[ "no_license" ]
[ { "path": "roles/06_wordpress/templates/wp-config.php.j2", "content": "<?php\n/**\n * The base configuration for WordPress\n *\n * The wp-config.php creation script uses this file during the\n * installation. You don't have to use the web site, you can\n * copy this file to \"wp-config.php\" and fill in the...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4339, "all_permissive": false }
ansible_role
Cyber-Dolphin/task_1
3a70fc513ec5240ed710600258a60c87e9c8d514
0
ansible/roles/docker-deploy
5,017
[ "no_license" ]
[ { "path": "ansible/roles/docker-deploy/tasks/main.yml", "content": "- name: Pull default Docker image\n docker_image:\n name: delphints/task_1\n source: pull\n\n- name: Start my container\n docker_container:\n name: myapplication\n image: delphints/task_1\n state: started\n restart: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
hou1078/lab13-4640
1ff99e6b281578e4e5cfec5a70b488a5b05d7a3b
0
roles/frontend_host
5,017
[ "no_license" ]
[ { "path": "roles/frontend_host/tasks/main.yml", "content": "---\n- name: Install required packages\n ansible.builtin.package:\n name: caddy\n state: present\n\n- name: Create /var/www/html directory\n ansible.builtin.file:\n path: /var/www/html\n state: directory\n owner: caddyz\n group:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2417, "all_permissive": false }
ansible_role
alexfeig/arista-lab-esxi-builder
cc023d4bcf6abd2953828de34d5d6a6ef18d4b87
5
roles/veos-cvp
5,017
[ "no_license" ]
[ { "path": "roles/veos-cvp/tasks/main.yml", "content": "---\n# Uses ovftool to deploy CVP\n\n- name: Deploying the CVP appliance\n tags: cvp_deploy\n delegate_to: localhost\n command: >\n \"{{ playbook_dir }}/files/{{ovftool}}\"\n\n --sourceType=OVA\n --acceptAllEulas\n --allowExtraConfig\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1579, "all_permissive": false }
ansible_role
alexfeig/arista-lab-esxi-builder
cc023d4bcf6abd2953828de34d5d6a6ef18d4b87
5
roles/veos-cvx
5,017
[ "no_license" ]
[ { "path": "roles/veos-cvx/tasks/main.yml", "content": "---\n# This role creates vEOS CVX virtual machines\n\n- name: Creating CVX\n delegate_to: localhost\n tags: veos_create_cvx\n vsphere_guest:\n vcenter_hostname: \"{{esxi_ip}}\"\n username: \"{{esxi_username}}\"\n password: \"{{<PASSWORD>}}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3054, "all_permissive": false }
ansible_role
alexfeig/arista-lab-esxi-builder
cc023d4bcf6abd2953828de34d5d6a6ef18d4b87
5
roles/veos-switches
5,017
[ "no_license" ]
[ { "path": "roles/veos-switches/tasks/main.yml", "content": "---\n# This role creates vEOS virtual machines\n\n- name: Creating spines\n delegate_to: localhost\n tags: veos_create_spines\n vsphere_guest:\n vcenter_hostname: \"{{esxi_ip}}\"\n username: \"{{esxi_username}}\"\n password: \"{{<PASSWO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5765, "all_permissive": false }
ansible_role
alexfeig/arista-lab-esxi-builder
cc023d4bcf6abd2953828de34d5d6a6ef18d4b87
5
roles/vmware-esxi
5,017
[ "no_license" ]
[ { "path": "roles/vmware-esxi/tasks/main.yml", "content": "---\n# This role configures ESXi\n\n- name: Create vSwitches from file esxi_vswitch_list.txt\n tags: esxi_vswitch\n command: \"{{ item }}\"\n with_items: \"{{ lookup('file','esxi_vswitch_list.txt').splitlines() }}\"\n ignore_errors: yes\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1796, "all_permissive": false }
ansible_role
alexfeig/arista-lab-esxi-builder
cc023d4bcf6abd2953828de34d5d6a6ef18d4b87
5
roles/vmware-vcenter
5,017
[ "no_license" ]
[ { "path": "roles/vmware-vcenter/tasks/main.yml", "content": "---\n# Uses ovftool to deploy VCSA\n\n- name: Deploying the vCenter appliance\n tags: vcenter_deploy\n delegate_to: localhost\n command: >\n \"{{ playbook_dir }}/files/{{ovftool}}\"\n --sourceType=OVA\n --acceptAllEulas\n --allowExt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1775, "all_permissive": false }
ansible_role
anroots/snarky-doorbell
2ae78dcf2ff5f5b2f7b764f4a573d274fefb466a
0
ansible/roles/base
5,017
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: Install apt packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n cache_valid_time: 3600\n state: present\n with_items:\n - python-dev\n - python-pip\n - git\n - ufw\n\n- name: Rate-limit SSH connections\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
anroots/snarky-doorbell
2ae78dcf2ff5f5b2f7b764f4a573d274fefb466a
0
ansible/roles/doorbell
5,017
[ "no_license" ]
[ { "path": "ansible/roles/doorbell/tasks/install.yml", "content": "- name: Install apt packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n cache_valid_time: 3600\n state: present\n with_items:\n - libboost-python-dev\n - omxplayer\n - python-pygame\n - redis-server\n\n- nam...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1406, "all_permissive": false }
ansible_role
anroots/snarky-doorbell
2ae78dcf2ff5f5b2f7b764f4a573d274fefb466a
0
ansible/roles/webserver
5,017
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yml", "content": "- name: Install pip packages\n pip:\n name: \"{{ item }}\"\n state: present\n with_items:\n - flask\n - psutil\n\n- name: Copy doorbell webserver daemon config\n copy:\n src: webserver.service\n dest: /etc/systemd/system\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
hdalbert/ansible
1d9813a5070ccb5e9a259d1840f6e53bf435d178
0
ansible/roles/binarytemple.java
5,017
[ "no_license" ]
[ { "path": "ansible/roles/binarytemple.java/tasks/setup-Debian.yml", "content": "---\n- name: Update apt cache.\n apt: update_cache=yes cache_valid_time=86400\n\n- name: Ensure Java is installed.\n apt: \"name={{ item }} state=present\"\n with_items: \"{{ __java_packages }}\"\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
vemashop/expense-roles-ansible
09900f82608b887a5771e254945c5f194d02e988
0
roles/backend
4,937
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yaml", "content": "---\n- name: Disabling of nodejs\n ansible.builtin.command: \"dnf module disable nodejs -y\"\n\n- name: Enabling version:20 of nodejs\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n- name: Installing nodejs\n ansible.builtin.dnf:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1775, "all_permissive": false }
ansible_role
vemashop/expense-roles-ansible
09900f82608b887a5771e254945c5f194d02e988
0
roles/common
4,937
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: Deleting directory\n tags:\n - deployment\n ansible.builtin.file:\n path: \"{{APP_PATH}}\" \n state: absent \n\n- name: Creating directory\n tags:\n - deployment\n ansible.builtin.file:\n path: \"{{APP_PATH}}\" \n state: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }
ansible_role
vemashop/expense-roles-ansible
09900f82608b887a5771e254945c5f194d02e988
0
roles/frontend
4,937
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "- name: Installing nginx-server\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: Enabling and starting nginx\n ansible.builtin.service:\n name: nginx\n enabled: yes\n state: started\n\n# - name: Deleting directory\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1129, "all_permissive": false }
ansible_role
vemashop/expense-roles-ansible
09900f82608b887a5771e254945c5f194d02e988
0
roles/mysql
4,937
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "---\n- name: Installing mysqlserver \n ansible.builtin.dnf:\n name: mysql-server\n state: present\n \n- name: Installing pymsql\n ansible.builtin.pip:\n name: PyMySQL\n state: present \n- name: Enable and start mysql-server(mysqld)\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 836, "all_permissive": false }
ansible_role
Ujstor/k8s-k3s-multi-node-iac
4c8bdb0e36e24fafa20accfa9cb67437727405b5
1
iac/ansible/kubespray/roles/common
4,937
[ "no_license" ]
[ { "path": "iac/ansible/kubespray/roles/common/tasks/main.yml", "content": "---\n- name: Update package lists\n ansible.builtin.command:\n cmd: apt-get -y update\n\n- name: Upgrade all packages\n ansible.builtin.command:\n cmd: apt-get -y upgrade\n\n- name: Install public AuthorizedKeysFile\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1233, "all_permissive": false }
ansible_role
Ujstor/k8s-k3s-multi-node-iac
4c8bdb0e36e24fafa20accfa9cb67437727405b5
1
iac/ansible/kubespray/roles/rook-ceph-block-prepare
4,937
[ "no_license" ]
[ { "path": "iac/ansible/kubespray/roles/rook-ceph-block-prepare/tasks/main.yml", "content": "---\n- name: Get list of mounted devices under /mnt\n shell: findmnt -l -n -o SOURCE,TARGET | grep '/mnt' || true\n register: mounted_devices\n changed_when: false\n\n- name: Show mounted devices (debug)\n debug:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2173, "all_permissive": false }
ansible_role
Harrison-S1/ansible
8e724350185c14b3ebc00dc70b5e56c34055ab20
0
server/roles/os_hardening
4,937
[ "no_license" ]
[ { "path": "server/roles/os_hardening/tasks/main.yml", "content": "---\n\n - name: Install debsums.\n apt:\n name: debsums\n state: latest\n\n - name: Install apt-show-versions.\n apt:\n name: apt-show-versions\n state: latest\n\n - name: Install libpam-cracklib.\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3611, "all_permissive": false }
ansible_role
Harrison-S1/ansible
8e724350185c14b3ebc00dc70b5e56c34055ab20
0
server/roles/updateos
4,937
[ "no_license" ]
[ { "path": "server/roles/updateos/tasks/main.yml", "content": "---\n\n - name: updates server\n apt: update_cache=yes\n ignore_errors: yes\n\n - name: upgrade a server\n apt: upgrade=dist\n ignore_errors: yes\n\n - name: remove old packages that are not needed\n apt:\n autorem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
Harrison-S1/ansible
8e724350185c14b3ebc00dc70b5e56c34055ab20
0
server/roles/zabbix
4,937
[ "no_license" ]
[ { "path": "server/roles/zabbix/tasks/main.yml", "content": "---\n - name: Download file from a file url.\n get_url:\n url: https://repo.zabbix.com/zabbix/4.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_4.0-2+bionic_all.deb\n dest: /opt/\n\n - name: Install a .deb package.\n apt:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1510, "all_permissive": false }
ansible_role
Harrison-S1/ansible
8e724350185c14b3ebc00dc70b5e56c34055ab20
0
ubuntusetup/roles/apps_install
4,937
[ "no_license" ]
[ { "path": "ubuntusetup/roles/apps_install/tasks/main.yml", "content": "---\n\n - name: Install glances.\n apt:\n name: glances\n state: latest\n\n - name: Install bmon.\n apt:\n name: bmon\n state: latest\n\n\n\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
Harrison-S1/ansible
8e724350185c14b3ebc00dc70b5e56c34055ab20
0
ubuntusetup/roles/firewall
4,937
[ "no_license" ]
[ { "path": "ubuntusetup/roles/firewall/tasks/main.yml", "content": "---\n\n - name: Start service ufw\n command: ufw --force enable\n\n - name: Disable ipv6\n lineinfile:\n path: /etc/default/ufw\n regexp: '^IPV6=yes'\n line: IPV6=no\n backrefs: true\n\n - name: Allow ac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
Harrison-S1/ansible
8e724350185c14b3ebc00dc70b5e56c34055ab20
0
ubuntusetup/roles/ssh_hardening
4,937
[ "no_license" ]
[ { "path": "ubuntusetup/roles/ssh_hardening/tasks/main.yml", "content": "---\n - name: Disable AllowTcpForwarding\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#AllowTcpForwarding yes'\n line: AllowTcpForwarding no\n state: present\n backrefs: true\n\n - name: S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2040, "all_permissive": false }
ansible_role
chkpwd/iac
c3f0a204b51aab48cf70cf8d43c0fac237111d2b
77
ansible/roles/compose
4,937
[ "no_license" ]
[ { "path": "ansible/roles/compose/defaults/main.yml", "content": "---\ncompose_configuration_path: /opt/docker-confs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "ansible/roles/compose/tasks/main.yml", "content": "---\n- name: Check Docker P...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1590, "all_permissive": false }
ansible_role
chkpwd/iac
c3f0a204b51aab48cf70cf8d43c0fac237111d2b
77
ansible/roles/game_server
4,937
[ "no_license" ]
[ { "path": "ansible/roles/game_server/handlers/main.yml", "content": "---\n- name: Restart Ark Server Container\n community.docker.docker_container:\n name: ark-server\n state: started\n restart: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3760, "all_permissive": false }
ansible_role
chkpwd/iac
c3f0a204b51aab48cf70cf8d43c0fac237111d2b
77
ansible/roles/linux_setup
4,937
[ "no_license" ]
[ { "path": "ansible/roles/linux_setup/defaults/main.yml", "content": "---\nlinux_setup_mount_dir: /mnt/data\nlinux_setup_common_user: chkpwd\nlinux_setup_ssh_public_key: <KEY>creds\nlinux_setup_packages:\n - vim\n - htop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5512, "all_permissive": false }
ansible_role
chkpwd/iac
c3f0a204b51aab48cf70cf8d43c0fac237111d2b
77
ansible/roles/mimir
4,937
[ "no_license" ]
[ { "path": "ansible/roles/mimir/handlers/main.yml", "content": "---\n- name: Prune Docker images\n community.docker.docker_prune:\n images: true\n images_filters:\n dangling: false\n- name: Restart Prometheus\n community.docker.docker_container:\n name: prometheus\n state: started\n res...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5659, "all_permissive": false }
ansible_role
chkpwd/iac
c3f0a204b51aab48cf70cf8d43c0fac237111d2b
77
ansible/roles/monitoring
4,937
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/handlers/main.yml", "content": "---\n- name: Restart Prometheus\n community.docker.docker_container:\n name: prometheus\n state: started\n restart: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3622, "all_permissive": false }
ansible_role
chkpwd/iac
c3f0a204b51aab48cf70cf8d43c0fac237111d2b
77
ansible/roles/nginx_webserver
4,937
[ "no_license" ]
[ { "path": "ansible/roles/nginx_webserver/defaults/main.yml", "content": "---\nnginx_webserver_webserver_node_addr: mgmt-srv-01.chkpwd.com\nnginx_webserver_template_user: administrator\nnginx_webserver_template_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2184, "all_permissive": false }
ansible_role
chkpwd/iac
c3f0a204b51aab48cf70cf8d43c0fac237111d2b
77
ansible/roles/ollama
4,937
[ "no_license" ]
[ { "path": "ansible/roles/ollama/templates/ollama.service.j2", "content": "[Unit]\nDescription=Ollama Service\nAfter=network-online.target\n\n[Service]\nExecStart={{ ollama_binary_path }} serve\nUser={{ ollama_user}}\nGroup=ollama\nRestart=always\nRestartSec=3\nEnvironment=\"PATH=$PATH\"\nEnvironment=\"OLLAM...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2721, "all_permissive": false }
ansible_role
chkpwd/iac
c3f0a204b51aab48cf70cf8d43c0fac237111d2b
77
ansible/roles/pve
4,937
[ "no_license" ]
[ { "path": "ansible/roles/pve/handlers/main.yml", "content": "---\n- name: Update grub\n ansible.builtin.command:\n cmd: update-grub\n register: grub_update\n changed_when: grub_update.rc != 0\n- name: Update initramfs\n ansible.builtin.command:\n cmd: update-initramfs -u\n register: initramfs_upd...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1613, "all_permissive": false }
ansible_role
chkpwd/iac
c3f0a204b51aab48cf70cf8d43c0fac237111d2b
77
ansible/roles/semaphore
4,937
[ "no_license" ]
[ { "path": "ansible/roles/semaphore/defaults/main.yml", "content": "---\nsemaphore_container:\n - name: semaphore\n image: semaphoreui/semaphore:v2.15.0\n user: 1001:1001\n env:\n SEMAPHORE_DB_DIALECT: bolt\n SEMAPHORE_ADMIN: &name chkpwd\n SEMAPHORE_ADMIN_NAME: *name\n SEMAPHOR...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2920, "all_permissive": false }
ansible_role
chkpwd/iac
c3f0a204b51aab48cf70cf8d43c0fac237111d2b
77
ansible/roles/traefik
4,937
[ "no_license" ]
[ { "path": "ansible/roles/traefik/files/config.yml", "content": "---\nhttp:\n routers:\n opnsense:\n entryPoints:\n - \"https\"\n rule: \"Host(`opnsense.chkpwd.com`)\"\n middlewares:\n - https-redirectscheme\n service: opnsense\n tls: {}\n proxmox:\n entryPo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4373, "all_permissive": false }
ansible_role
chkpwd/iac
c3f0a204b51aab48cf70cf8d43c0fac237111d2b
77
ansible/roles/win_gaming_setup
4,937
[ "no_license" ]
[ { "path": "ansible/roles/win_gaming_setup/tasks/apollo.yml", "content": "---\n- name: Configure Apollo\n ansible.windows.win_powershell:\n script: |\n & \"{{ win_gaming_setup_apollo_path }}\\\\scripts\\\\{{ item }}\"\n loop: \"{{ win_gaming_setup_apollo_scripts }}\"\n loop_control:\n label: \"...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5429, "all_permissive": false }
ansible_role
chkpwd/iac
c3f0a204b51aab48cf70cf8d43c0fac237111d2b
77
ansible/roles/windows
4,937
[ "no_license" ]
[ { "path": "ansible/roles/windows/tasks/system.yml", "content": "---\n- name: Ensure log path is created\n ansible.windows.win_file:\n path: \"{{ ansible_facts.env.TEMP }}\\\\Updates\"\n state: directory\n- name: Install all updates and reboot as many times as needed\n ansible.windows.win_updates:\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2771, "all_permissive": false }
ansible_role
baladevopsconsultant/devopsuk
b5e78c9e594f52cf70af8a91ca9b1a5be84a4971
0
roles/examples
4,937
[ "no_license" ]
[ { "path": "roles/examples/tasks/main.yml", "content": "---\n- set_fact:\n role_setfact_var: testvalue\n\n- debugger:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
baladevopsconsultant/devopsuk
b5e78c9e594f52cf70af8a91ca9b1a5be84a4971
0
roles/import
4,937
[ "no_license" ]
[ { "path": "roles/import/tasks/service.yaml", "content": "---\n- name: Service restart \n service:\n name: httpd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/import/tasks/main.yml", "content": "---\n- import_ta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 141, "all_permissive": false }
ansible_role
SYMlp/apisix-deployment
29b55a80b3686d27cbcd6a7e0cb6a0272bc270a3
0
roles/deploy-apisix
4,937
[ "no_license" ]
[ { "path": "roles/deploy-apisix/tasks/main.yml", "content": "---\n# tasks file for deploy-apisix role\n\n- name: 确保 APISIX 配置、数据和镜像临时目录存在\n ansible.builtin.file:\n path: \"{{ deploy_base_dir }}/{{ item }}\"\n state: directory\n mode: '0755'\n loop:\n - conf\n - apisix\n - \"{{ image_temp_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8924, "all_permissive": false }
ansible_role
SYMlp/apisix-deployment
29b55a80b3686d27cbcd6a7e0cb6a0272bc270a3
0
roles/deploy-clickhouse
4,937
[ "no_license" ]
[ { "path": "roles/deploy-clickhouse/templates/docker-compose.yml.j2", "content": "version: '3.8'\nservices:\n clickhouse-server:\n image: \"{{ clickhouse_image_repo }}:{{ clickhouse_image_tag }}\"\n container_name: clickhouse-server\n restart: always\n ports:\n - \"{{ clickhouse_http_port }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2268, "all_permissive": false }
ansible_role
SYMlp/apisix-deployment
29b55a80b3686d27cbcd6a7e0cb6a0272bc270a3
0
roles/deploy-clickhouse-cluster
4,937
[ "no_license" ]
[ { "path": "roles/deploy-clickhouse-cluster/templates/config.xml.j2", "content": "<clickhouse>\n <!-- 集群拓扑定义 -->\n <remote_servers>\n <{{ clickhouse_cluster_name }}>\n <shard>\n <internal_replication>true</internal_replication>\n {% for host in groups['cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2962, "all_permissive": false }
ansible_role
SYMlp/apisix-deployment
29b55a80b3686d27cbcd6a7e0cb6a0272bc270a3
0
roles/deploy-etcd
4,937
[ "no_license" ]
[ { "path": "roles/deploy-etcd/tasks/main.yml", "content": "---\n# tasks file for deploy-etcd role\n\n- name: 创建 etcd 数据、配置和镜像临时目录\n ansible.builtin.file:\n path: \"{{ deploy_base_dir }}/{{ item }}\"\n state: directory\n mode: '0755'\n loop:\n - etcd-data\n - conf\n - \"{{ image_temp_dir }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1552, "all_permissive": false }
ansible_role
SYMlp/apisix-deployment
29b55a80b3686d27cbcd6a7e0cb6a0272bc270a3
0
roles/deploy-monitoring
4,937
[ "no_license" ]
[ { "path": "roles/deploy-monitoring/README.md", "content": "# Role: deploy-monitoring\n\n## 功能\n\n本角色负责在指定的监控节点上部署 Prometheus 和 Grafana 服务。\n\n## 主要任务\n\n1. 创建 Prometheus 和 Grafana 数据持久化所需的目录。\n2. 从 `deploy-apisix` 角色中复制 `docker-compose.yml` 文件。\n3. 复制 `prometheus/prometheus.yml` 配置文件。\n4. 启动 `prometheus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2987, "all_permissive": false }
ansible_role
SYMlp/apisix-deployment
29b55a80b3686d27cbcd6a7e0cb6a0272bc270a3
0
roles/deploy-nginx
4,937
[ "no_license" ]
[ { "path": "roles/deploy-nginx/tasks/main.yml", "content": "---\n# tasks file for deploy-nginx role\n\n- name: 确保 Nginx 配置和镜像临时目录存在\n ansible.builtin.file:\n path: \"{{ deploy_base_dir }}/{{ item }}\"\n state: directory\n mode: '0755'\n loop:\n - conf\n - \"{{ image_temp_dir }}\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2614, "all_permissive": false }
ansible_role
SYMlp/apisix-deployment
29b55a80b3686d27cbcd6a7e0cb6a0272bc270a3
0
roles/deploy-zookeeper
4,937
[ "no_license" ]
[ { "path": "roles/deploy-zookeeper/tasks/main.yml", "content": "---\n# tasks file for deploy-zookeeper\n\n- name: 确保 Zookeeper 的数据和日志目录存在\n ansible.builtin.file:\n path: \"{{ deploy_base_dir }}/{{ item }}\"\n state: directory\n mode: '0755'\n loop:\n - zookeeper-data\n - zookeeper-logs\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1599, "all_permissive": false }
ansible_role
SYMlp/apisix-deployment
29b55a80b3686d27cbcd6a7e0cb6a0272bc270a3
0
roles/prepare-common
4,937
[ "no_license" ]
[ { "path": "roles/prepare-common/tasks/main.yml", "content": "# tasks file for prepare-common role\n#\n# 这个角色负责所有节点通用的基础环境准备工作。\n\n- name: 创建部署根目录\n ansible.builtin.file:\n path: \"{{ deploy_base_dir }}\"\n state: directory\n mode: '0755'\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 489, "all_permissive": false }
ansible_role
fogibow/ren-devsecops-studio
9b829925b2e5a4510760c43270f7eb17fd67121a
1
provisioning/roles/jenkins
4,937
[ "no_license" ]
[ { "path": "provisioning/roles/jenkins/tasks/custom-certs.yml", "content": "---\n\n- name: Ensure local certs directory exists\n file:\n path: \"/usr/local/share/ca-certificates\"\n recurse: true\n state: directory\n\n- name: Copy gitlab server's public key to jenkins\n copy:\n src: \"{{ gitlab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
fogibow/ren-devsecops-studio
9b829925b2e5a4510760c43270f7eb17fd67121a
1
provisioning/roles/python
4,937
[ "no_license" ]
[ { "path": "provisioning/roles/python/tasks/main.yml", "content": "---\n\n- name: Install base packages\n apt:\n name:\n - build-essential\n - git\n update_cache: yes\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 228, "all_permissive": false }
ansible_role
fogibow/ren-devsecops-studio
9b829925b2e5a4510760c43270f7eb17fd67121a
1
provisioning/roles/secfigo.inspec
4,937
[ "no_license" ]
[ { "path": "provisioning/roles/secfigo.inspec/meta/main.yml", "content": "---\ndependencies: []\n\ngalaxy_info:\n author: secfigo\n role_name: inspec\n description: \"Inspec Ansible role for Linux\"\n company: \"Practical DevSecOps\"\n license: \"license (MIT)\"\n min_ansible_version: 2.0\n platforms:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2488, "all_permissive": false }
ansible_role
karim-a99/mernstack
34f386eaaf359bc8d2d75041e89f65c9ef4a8df8
0
roles/common
4,937
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for roles/common\n- name: Update all packages to the latest\n ansible.builtin.apt: \n name: \"*\"\n state: latest \n update_cache: yes \n\n- name: Install the common packages \n ansible.builtin.apt: \n pkg: \"{{ common_pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 902, "all_permissive": false }
ansible_role
karim-a99/mernstack
34f386eaaf359bc8d2d75041e89f65c9ef4a8df8
0
roles/dbserver
4,937
[ "no_license" ]
[ { "path": "roles/dbserver/tasks/main.yml", "content": "---\n# tasks file for roles/dbserver\n- name: Include installation tasks\n include_tasks: install.yaml\n\n- name: Include configuration tasks\n include_tasks: configure.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
dimadimontaj/proxy
41f9e473651089b65dcbabede1b5a06b714c04fc
0
ansible/roles/squid
4,937
[ "no_license" ]
[ { "path": "ansible/roles/squid/tasks/main.yml", "content": "---\n# tasks file for squid\n\n- name: install squid\n apt:\n name:\n - squid\n - apache2-utils\n - python3-pip\n state: present\n update_cache: yes\n\n- name: copy squid config\n template:\n src: squid.conf.j2\n des...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 730, "all_permissive": false }