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
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
personal/roles/pihole_docker
7,923
[ "no_license" ]
[ { "path": "personal/roles/pihole_docker/tasks/main.yml", "content": "---\n- name: \"Pull Pi-hole\"\n docker_image:\n name: \"pihole/pihole:{{ pihole_version }}\"\n source: pull\n\n- name: \"Stop/disable systemd-resolved\"\n systemd:\n name: \"systemd-resolved.service\"\n state: stopped\n en...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1733, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
personal/roles/prometheus
7,923
[ "no_license" ]
[ { "path": "personal/roles/prometheus/templates/prometheus.yml.j2", "content": "---\nglobal:\n scrape_interval: 15s\n evaluation_interval: 30s\n\nscrape_configs:\n- job_name: prometheus\n honor_labels: true\n static_configs:\n - targets:\n - 'localhost:9090'\n{% for scrape_config in prometheus_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2697, "all_permissive": false }
ansible_role
zeroshift/ansible-playbooks
717cb85fb20fa8b17dfa3dac2c0df79850b47b24
1
personal/roles/promtail
7,923
[ "no_license" ]
[ { "path": "personal/roles/promtail/defaults/main.yml", "content": "---\n\npromtail_version: \"1.6.1\"\npromtail_arch_map:\n x86_64: amd64\n armv7l: arm\npromtail_arch: \"{{ promtail_arch_map[ansible_architecture] }}\"\npromtail_checksum:\n 1.6.1:\n amd64: \"685b1e2f601b4b748e8cd6b1a5209daa710f12f5fdbe...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3716, "all_permissive": false }
ansible_role
mrbilalshafiq/ansible_docker_swarm
3a17a92b93da37a824b391db2e96d39cc2e23977
0
roles/worker
7,923
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "---\n# tasks file for join_swarm\n - name: Add Worker to manager node\n docker_swarm:\n state: join\n advertise_addr: worker\n join_token: \"{{ hostvars['192.168.3.11']['swarm_info']['swarm_facts']['JoinTokens']['Worker'] }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
rexsimiloluwah/ansible-crash-course
a82bae33a90a986c58bc3b3a219331f257513594
0
roles/base
7,923
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Create a new user\n tags: always\n user:\n name: theblkdv\n groups: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
rexsimiloluwah/ansible-crash-course
a82bae33a90a986c58bc3b3a219331f257513594
0
roles/web_servers
7,923
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: Install apache and php packages\n tags: apache,httpd,php\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: Start and enable the apache service\n tags: apache,http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 753, "all_permissive": false }
ansible_role
rolisr/ansible-lab
d5ac8ec6e87c21d5ed34fa5694bbcaf3749f855d
0
roles/rabbitmq
7,923
[ "no_license" ]
[ { "path": "roles/rabbitmq/templates/rabbitmq-env.conf.j2", "content": "ERL_MAX_PORTS={{ erl_max_ports }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/rabbitmq/defaults/main.yml", "content": "# roles/rabbitmq/defaults/main.yml\n---\nr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4035, "all_permissive": false }
ansible_role
VahagnMian/kubeadm-automation
f1645f01772d5707982f697b5c78efca491a3d5a
0
configuration/roles/containerd
7,923
[ "no_license" ]
[ { "path": "configuration/roles/containerd/tasks/main.yml", "content": "#---\n#- name: Download Containerd\n# ansible.builtin.get_url:\n# url: https://github.com/containerd/containerd/releases/download/v1.7.0/containerd-1.7.0-linux-amd64.tar.gz\n# dest: /home/ubuntu/containerd.tar.gz\n# mode: '0755...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1680, "all_permissive": false }
ansible_role
VahagnMian/kubeadm-automation
f1645f01772d5707982f697b5c78efca491a3d5a
0
configuration/roles/kubeadm-init
7,923
[ "no_license" ]
[ { "path": "configuration/roles/kubeadm-init/tasks/main.yml", "content": "- name: Kubeadm init cluster\n ansible.builtin.shell: kubeadm init --pod-network-cidr=\"10.244.0.0/16\" --apiserver-advertise-address=$(hostname -I)\n\n- name: Generate Join Token\n ansible.builtin.shell: kubeadm token create > /home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 499, "all_permissive": false }
ansible_role
VahagnMian/kubeadm-automation
f1645f01772d5707982f697b5c78efca491a3d5a
0
configuration/roles/kubeadm-kubelet
7,923
[ "no_license" ]
[ { "path": "configuration/roles/kubeadm-kubelet/tasks/main.yml", "content": "- name: Swap Off\n ansible.builtin.shell: swapoff -a\n\n- name: Update repositories\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install Requirements for kubeadm\n ansible.builtin.apt:\n pkg:\n - apt-transport-h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1007, "all_permissive": false }
ansible_role
mwsu-csmp/AnsibleDemo
3c59f15882b518c80e784d9dbb92d222a3682843
0
roles/Base
7,923
[ "no_license" ]
[ { "path": "roles/Base/tasks/main.yml", "content": "- name: Add ssh key for the new user student\n tags: always\n authorized_key:\n user: student\n key: \"{{ lookup('file', '~/.ssh/ansible.pub') }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
mwsu-csmp/AnsibleDemo
3c59f15882b518c80e784d9dbb92d222a3682843
0
roles/DatabaseServers
7,923
[ "no_license" ]
[ { "path": "roles/DatabaseServers/tasks/main.yml", "content": "- name: Install MySQL database on database servers\n package:\n name:\n - \"{{ dbserver_package }}\"\n state: present\n\n- name: Start MySQL\n service:\n name: \"{{ dbservice_name }}\"\n state: started\n\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
mwsu-csmp/AnsibleDemo
3c59f15882b518c80e784d9dbb92d222a3682843
0
roles/FileServers
7,923
[ "no_license" ]
[ { "path": "roles/FileServers/tasks/main.yml", "content": "- name: Install Samba on file servers\n package:\n name:\n - \"{{ fileserver_package }}\"\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
mwsu-csmp/AnsibleDemo
3c59f15882b518c80e784d9dbb92d222a3682843
0
roles/WebServers
7,923
[ "no_license" ]
[ { "path": "roles/WebServers/tasks/main.yml", "content": "- name: Install Webservice and PHP\n package:\n name:\n - \"{{ web_package }}\"\n - \"{{ php_package }}\"\n state: latest\n\n- name: Create phpinfo.php and put it in the right directory\n copy:\n dest: \"{{ phpinfo_dir }}\"\n conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
sylvainmetayer/infra
52594cdd77a761efcf8a0ad256e699a2daf86a14
0
01-configure/roles/betisier
7,923
[ "no_license" ]
[ { "path": "01-configure/roles/betisier/templates/docker-compose.yml.j2", "content": "---\nservices:\n betisier:\n container_name: betisier\n image: ghcr.io/sylvainmetayer/betisier-tp:latest@sha256:083bdcae175dbbe2d131d0b1fd60ff4d77004f124c671033db478a90e542ad00\n environment:\n - PUID={{ ansi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7107, "all_permissive": false }
ansible_role
sylvainmetayer/infra
52594cdd77a761efcf8a0ad256e699a2daf86a14
0
01-configure/roles/monica_v4
7,923
[ "no_license" ]
[ { "path": "01-configure/roles/monica_v4/templates/nginx.conf.j2", "content": "upstream monica_v4 {\n server 127.0.0.1:{{ monica_v4_local_port }};\n}\n\nserver {\n\tlisten 443 ssl http2;\n\tserver_name {{ monica_v4_domain }};\n\troot /var/www/default/;\n\tindex index.php;\n\tclient_max_body_size 10M;\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8485, "all_permissive": false }
ansible_role
sylvainmetayer/infra
52594cdd77a761efcf8a0ad256e699a2daf86a14
0
01-configure/roles/nextcloud
7,923
[ "no_license" ]
[ { "path": "01-configure/roles/nextcloud/templates/docker-compose.yml.j2", "content": "---\nservices:\n nextcloud:\n restart: unless-stopped\n image: lscr.io/linuxserver/nextcloud:version-30.0.4\n container_name: nextcloud\n environment:\n - PUID={{ ansible_user_uid }}\n - PGID={{ ansi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8345, "all_permissive": false }
ansible_role
sylvainmetayer/infra
52594cdd77a761efcf8a0ad256e699a2daf86a14
0
01-configure/roles/photoprism
7,923
[ "no_license" ]
[ { "path": "01-configure/roles/photoprism/templates/nginx.conf.j2", "content": "upstream photoprism {\n server 127.0.0.1:{{ photoprism_local_port }};\n}\n\nserver {\n listen 443 ssl http2;\n server_name {{ photoprism_domain }};\n client_max_body_size 1G;\n\n location = /robots.txt { access_lo...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 16956, "all_permissive": false }
ansible_role
sylvainmetayer/infra
52594cdd77a761efcf8a0ad256e699a2daf86a14
0
01-configure/roles/rclone
7,923
[ "no_license" ]
[ { "path": "01-configure/roles/rclone/templates/rclone.service.j2", "content": "[Unit]\nDescription=Download latest pictures using rclone\n\n[Service]\nType=simple\nExecStart={{ ansible_user_dir }}/rclone.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1566, "all_permissive": false }
ansible_role
sylvainmetayer/infra
52594cdd77a761efcf8a0ad256e699a2daf86a14
0
01-configure/roles/restic
7,923
[ "no_license" ]
[ { "path": "01-configure/roles/restic/files/backup-db.sh", "content": "#!/usr/bin/env bash\n\nset -euo pipefail\n\n# $1 user\n# $2 <PASSWORD>\n# $3 database\n# $4 restic repo\n\nmysqldump -u \"$1\" -p\"$2\" \"$3\" | restic backup --host \"$4\" --verbose --stdin --stdin-filename backup-\"$3.sql\"\n", "lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2332, "all_permissive": false }
ansible_role
sylvainmetayer/infra
52594cdd77a761efcf8a0ad256e699a2daf86a14
0
01-configure/roles/rss
7,923
[ "no_license" ]
[ { "path": "01-configure/roles/rss/templates/docker-compose.yml.j2", "content": "---\nservices:\n freshrss:\n image: ghcr.io/linuxserver/freshrss:1.24.3@sha256:6788cca5d599e484c0c82ae0d045ba00910bf88591ee5fdf51526674558f0664\n container_name: rss\n environment:\n - PUID={{ ansible_user_uid }}\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6994, "all_permissive": false }
ansible_role
sylvainmetayer/infra
52594cdd77a761efcf8a0ad256e699a2daf86a14
0
01-configure/roles/sudo_with_ssh_agent
7,923
[ "no_license" ]
[ { "path": "01-configure/roles/sudo_with_ssh_agent/tasks/main.yaml", "content": "---\n# Source : https://unix.stackexchange.com/questions/520098/sudo-authentication-when-using-ssh-key-auth-with-keepassputty\n- name: Install required packages\n ansible.builtin.package:\n name: libpam-ssh-agent-auth\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
sylvainmetayer/infra
52594cdd77a761efcf8a0ad256e699a2daf86a14
0
01-configure/roles/wiki
7,923
[ "no_license" ]
[ { "path": "01-configure/roles/wiki/templates/docker-compose.yml.j2", "content": "---\nservices:\n bookstack:\n image: lscr.io/linuxserver/bookstack:24.05.4@sha256:aee741f9dea201ff619cf2f1560bafa66f4d5ca3c5c39421b4ffdf7438138fad\n container_name: bookstack\n environment:\n - PUID={{ ansible_us...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6768, "all_permissive": false }
ansible_role
datnguyengurur/k8s-ansible-role-terraform
309d3f1f4f94598545fae8653503ab37a1cc4524
0
ansible/roles/debian-prep
7,923
[ "no_license" ]
[ { "path": "ansible/roles/debian-prep/tasks/docker.yml", "content": "- name: \"Installing docker.\"\n apt:\n name:\n - docker.io\n state: latest\n- name: \"Installing docker-compose.\"\n become: true\n shell: |\n curl -L \"https://github.com/docker/compose/releases/download/v2.4.1/docker-com...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3179, "all_permissive": false }
ansible_role
datnguyengurur/k8s-ansible-role-terraform
309d3f1f4f94598545fae8653503ab37a1cc4524
0
ansible/roles/haproxy
7,923
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/tasks/main.yml", "content": "- name: \"Installing haproxy\"\n apt:\n update_cache: \"yes\"\n name:\n - haproxy\n state: latest\n- name: Copy HAProxy configuration in place.\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n mode: 06...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 861, "all_permissive": false }
ansible_role
datnguyengurur/k8s-ansible-role-terraform
309d3f1f4f94598545fae8653503ab37a1cc4524
0
ansible/roles/kubernetes
7,923
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes/tasks/master-join.yml", "content": "---\n- name: Join master node to Kubernetes cluster\n shell: >\n {{ kubernetes_master_join_command }}\n when: (not kubernetes_init_stat.stat.exists)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7130, "all_permissive": false }
ansible_role
mclayton7/sonarqube-ansible
f4e5016cbba8f41337149fca0f36d47e384e3016
0
initial_deployment_playbooks/roles/common
7,924
[ "no_license" ]
[ { "path": "initial_deployment_playbooks/roles/common/tasks/main.yml", "content": "---\n- name: Enable EPEL repository\n package:\n name: epel-release\n state: present\n\n- name: Upgrade all packages\n package:\n name: '*'\n state: latest\n\n- name: Add Docker repo\n command: yum-config-manage...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1485, "all_permissive": false }
ansible_role
mclayton7/sonarqube-ansible
f4e5016cbba8f41337149fca0f36d47e384e3016
0
initial_deployment_playbooks/roles/database
7,924
[ "no_license" ]
[ { "path": "initial_deployment_playbooks/roles/database/tasks/main.yml", "content": "- name: Create directories\n file:\n path: \"{{ path }}/{{ item }}\"\n state: directory\n owner: sonarqube\n group: \"0\"\n recurse: yes\n mode: g+rwx\n with_items:\n - database/config\n - database/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
mclayton7/sonarqube-ansible
f4e5016cbba8f41337149fca0f36d47e384e3016
0
initial_deployment_playbooks/roles/db_backup
7,924
[ "no_license" ]
[ { "path": "initial_deployment_playbooks/roles/db_backup/tasks/main.yml", "content": "---\n- name: Deploy postgres backup\n docker_container:\n name: postgres_backup\n image: prodrigestivill/postgres-backup-local\n restart_policy: always\n networks_cli_compatible: yes\n networks:\n - nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
mclayton7/sonarqube-ansible
f4e5016cbba8f41337149fca0f36d47e384e3016
0
initial_deployment_playbooks/roles/firewall
7,924
[ "no_license" ]
[ { "path": "initial_deployment_playbooks/roles/firewall/tasks/main.yml", "content": "- name: Enable ports\n firewalld:\n port: \"{{item}}\"\n permanent: yes\n state: enabled\n immediate: yes\n with_items:\n - \"443/tcp\"\n - \"80/tcp\"\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
mclayton7/sonarqube-ansible
f4e5016cbba8f41337149fca0f36d47e384e3016
0
initial_deployment_playbooks/roles/initial_setup
7,924
[ "no_license" ]
[ { "path": "initial_deployment_playbooks/roles/initial_setup/tasks/main.yml", "content": "- name: Create sonarqube group\n group:\n name: sonarqube\n state: present\n\n- name: Create sonarqube user\n user:\n name: sonarqube\n state: present\n group: sonarqube\n\n- name: Create sonarqube dire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
mclayton7/sonarqube-ansible
f4e5016cbba8f41337149fca0f36d47e384e3016
0
initial_deployment_playbooks/roles/nginx
7,924
[ "no_license" ]
[ { "path": "initial_deployment_playbooks/roles/nginx/tasks/main.yml", "content": "- name: Create directories\n file:\n path: \"{{ path }}/{{ item }}\"\n state: directory\n owner: sonarqube\n group: \"0\"\n recurse: yes\n mode: g+rwx\n with_items:\n - nginx/config\n - nginx/certs\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2045, "all_permissive": false }
ansible_role
mclayton7/sonarqube-ansible
f4e5016cbba8f41337149fca0f36d47e384e3016
0
initial_deployment_playbooks/roles/sonarqube
7,924
[ "no_license" ]
[ { "path": "initial_deployment_playbooks/roles/sonarqube/tasks/main.yml", "content": "- name: Create conf volume\n docker_volume:\n name: \"sonarqube_conf\"\n\n- name: Create data volume\n docker_volume:\n name: \"sonarqube_data\"\n\n- name: Create extension volume\n docker_volume:\n name: \"sona...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1171, "all_permissive": false }
ansible_role
mclayton7/sonarqube-ansible
f4e5016cbba8f41337149fca0f36d47e384e3016
0
initial_deployment_playbooks/roles/sonarqube_branch_plugin
7,924
[ "no_license" ]
[ { "path": "initial_deployment_playbooks/roles/sonarqube_branch_plugin/tasks/main.yml", "content": "- name: Stop the sonarqube container\n docker_container:\n name: sonarqube\n state: stopped\n\n# Use plugin for sonarqube 8.2\n# https://github.com/mc1arke/sonarqube-community-branch-plugin/issues/112#i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1710, "all_permissive": false }
ansible_role
mclayton7/sonarqube-ansible
f4e5016cbba8f41337149fca0f36d47e384e3016
0
update_playbooks/roles/sonarqube
7,924
[ "no_license" ]
[ { "path": "update_playbooks/roles/sonarqube/tasks/main.yml", "content": "- name: Remove the existing container\n docker_container:\n name: sonarqube\n state: absent\n\n# Remove all existing volumes\n- name: Remove data volume\n docker_volume:\n name: \"sonarqube_data\"\n state: absent\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1880, "all_permissive": false }
ansible_role
kurokoSin/Anomalocaris
f6e6089bb6156a12ff7789354e135ac1dd40aa07
0
control/playbook/roles/common
7,924
[ "no_license" ]
[ { "path": "control/playbook/roles/common/tasks/main.yml", "content": "---\n- name: disable ipv6\n lineinfile: >\n dest=\"/etc/sysctl.conf\"\n line=\"{{ item }}\"\n with_items:\n - \"net.ipv6.conf.all.disable_ipv6 = 1\"\n - \"net.ipv6.conf.default.disable_ipv6 = 1\"\n - \"net.ipv6.conf.eth0....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": false }
ansible_role
kurokoSin/Anomalocaris
f6e6089bb6156a12ff7789354e135ac1dd40aa07
0
control/playbook/roles/ssh
7,924
[ "no_license" ]
[ { "path": "control/playbook/roles/ssh/vars/main.yml", "content": "---\nuser: \"vagrant\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "control/playbook/roles/ssh/tasks/main.yml", "content": "---\n- name: ssh register\n authorized_key : >\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 564, "all_permissive": false }
ansible_role
Maks-Nikodimov/ansible-role
1110ca6023c620259b0794f3258a6d2d295ef1dc
0
roles/vsftpd
7,924
[ "no_license" ]
[ { "path": "roles/vsftpd/tasks/main.yml", "content": "---\n# tasks file for vsftpd\n- name: install package\n yum:\n name: vsftpd\n state: installed\n\n- name: copy config\n copy:\n src: vsftpd.conf\n dest: /etc/vsftpd/vsftpd.conf\n\n- name: start service\n service:\n name: vsftpd\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
sergei-maertens/regex-it
b9d2c4fc348590fe0a42bc54360a58e5e1edc7d5
2
deployment/roles/app_user
7,924
[ "no_license" ]
[ { "path": "deployment/roles/app_user/defaults/main.yml", "content": "---\n\nusers_url_pubkeys:\n - https://github.com/sergei-maertens.keys\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "deployment/roles/app_user/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 675, "all_permissive": false }
ansible_role
sergei-maertens/regex-it
b9d2c4fc348590fe0a42bc54360a58e5e1edc7d5
2
deployment/roles/base
7,924
[ "no_license" ]
[ { "path": "deployment/roles/base/tasks/logwatch.yml", "content": "---\n\n- name: Install logwatch\n package:\n name: logwatch\n state: present\n\n- name: Setup logwatch config\n template:\n src: logwatch.conf.j2\n dest: /etc/logwatch/conf/01main.conf\n owner: root\n group: root\n mode...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 4465, "all_permissive": false }
ansible_role
sergei-maertens/regex-it
b9d2c4fc348590fe0a42bc54360a58e5e1edc7d5
2
deployment/roles/nginx
7,924
[ "no_license" ]
[ { "path": "deployment/roles/nginx/defaults/main.yml", "content": "---\n\nnginx_vhost_template: vhost.j2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "deployment/roles/nginx/templates/proxy.conf.j2", "content": "upstream {{ nginx_prefix }}_w...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4019, "all_permissive": false }
ansible_role
dokhremenko/WP-cluster
942a52000e114ca04e5ef24ef99427ef82506a30
0
roles/db
7,924
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "- name: install mysql_db packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - mysql-common\n - mysql-server\n - python-mysqldb\n become: yes\n\n- name: copy db configuration\n command: cp /etc/mysql/my.cnf /root/.my.cnf\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 591, "all_permissive": false }
ansible_role
dokhremenko/WP-cluster
942a52000e114ca04e5ef24ef99427ef82506a30
0
roles/haproxy
7,924
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: install haproxy\n apt:\n name: haproxy\n state: present\n become: yes\n\n- name: add configuration to haproxy agent\n template: src=\"haproxy.wp.cfg\" dest=\"/etc/haproxy/haproxy.cfg\"\n become: yes\n\n- name: haproxy restart\n se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
dokhremenko/WP-cluster
942a52000e114ca04e5ef24ef99427ef82506a30
0
roles/kvm
7,924
[ "no_license" ]
[ { "path": "roles/kvm/tasks/main.yml", "content": "---\n- name: install kvm packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - qemu-kvm\n - libvirt-bin\n - virtinst\n - bridge-utils\n - cpu-checker\n become: yes\n\n- name: run script for WP VM install and cloud configu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
dokhremenko/WP-cluster
942a52000e114ca04e5ef24ef99427ef82506a30
0
roles/wp
7,924
[ "no_license" ]
[ { "path": "roles/wp/tasks/main.yml", "content": "---\n- name: install nginx\n apt:\n name: nginx\n state: present\n become: yes\n\n- name: add configuration to nginx\n template: src=\"nginx.wp.cfg\" dest=\"/etc/nginx/sites-available/default\"\n become: yes\n\n- name: nginx restart\n service: name=n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1597, "all_permissive": false }
ansible_role
thirdgen88/ignition-module-devcontainer
afbd44a9efa6e6a080f29398247cab396cbe536b
9
.devcontainer/roles/ignition-module-devcontainer
7,924
[ "no_license" ]
[ { "path": ".devcontainer/roles/ignition-module-devcontainer/tasks/main.yml", "content": "- name: Check on marker file presence\n ansible.builtin.stat:\n path: \"{{ initialization_marker_filepath }}\"\n register: marker_file\n\n- name: No-op when marker file exists\n ansible.builtin.meta: end_play\n w...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10164, "all_permissive": false }
ansible_role
anshulbehl-testorg/test-project270991
a125b4b79a46a71295f2fe4210291ccd851007ea
0
collections/ansible_collections/testns270991/rhdhtest1234/roles/run
7,924
[ "no_license" ]
[ { "path": "collections/ansible_collections/testns270991/rhdhtest1234/roles/run/tasks/main.yml", "content": "- name: Set AMI ID based on region and OS version\n ansible.builtin.set_fact:\n ami_id: \"{{ ami_mapping[region][ami_os] }}\"\n\n- name: Set teardown boolean based on survey input\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5681, "all_permissive": false }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/clouds
7,924
[ "permissive" ]
[ { "path": "roles/clouds/tasks/main.yml", "content": "- name: Add Clouds\n include_tasks: add_clouds.yml\n loop: \"{{ morpheus_clouds }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 83 }, { "path": "roles/clouds/README.md", "cont...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6755, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/groups
7,924
[ "permissive" ]
[ { "path": "roles/groups/defaults/main.yml", "content": "morpheus_url: \"\"\nmorpheus_api: \"{{ morpheus_url }}/api\"\nmorpheus_token: \"\"\nverify_ssl: true\n\n# morpheus_groups:\n# - name: test group\n# code: testgroup\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1713, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/instancetypes
7,924
[ "permissive" ]
[ { "path": "roles/instancetypes/tasks/main.yml", "content": "- name: Add Instance Types\n include_tasks: add_instance_types.yml\n loop: \"{{ morpheus_instancetypes }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 106 }, { "path": "rol...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1878, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/integrations
7,924
[ "permissive" ]
[ { "path": "roles/integrations/README.md", "content": "# Morpheus Settings\n\nThis role creates integrations in Morpheus.\n\n## Variables\n\n`morpheus_url` - Morpheus URL eg. `https://morpheus.example.com`\n\n`morpheus_token` - Morpheus Access Token\n\n`morpheus_integrations` - Provisioning settings to be ap...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4598, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/keyscerts
7,924
[ "permissive" ]
[ { "path": "roles/keyscerts/meta/main.yml", "content": "---\ndependencies: []\n\ngalaxy_info:\n role_name: keyscerts\n author: <NAME>\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: EL\n versions:\n - 7\n - 8\n - name: Fedora\n versions:\n - all\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2197, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/layouts
7,924
[ "permissive" ]
[ { "path": "roles/layouts/tasks/add_layouts.yml", "content": "- name: Set default variables\n set_fact:\n found_name_version_pair: false\n\n- name: Search for Node Type\n uri:\n url: \"{{ morpheus_api }}/library/container-types?provisionType={{ item.provisionTypeCode | urlencode }}&name={{ item.nodet...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2957, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/nodetypes
7,924
[ "permissive" ]
[ { "path": "roles/nodetypes/tasks/main.yml", "content": "- name: Add Node Types from Synced Virtual Images\n include_tasks: add_node_types.yml\n loop: \"{{ morpheus_nodetypes }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 121 }, { "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3137, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/optionlists
7,924
[ "permissive" ]
[ { "path": "roles/optionlists/tasks/add_option_lists.yml", "content": "- name: Check for existing Option List\n uri:\n url: \"{{ morpheus_api }}/library/option-type-lists?name={{ item.name | urlencode }}\"\n method: get\n headers:\n authorization: \"BEARER {{ morpheus_token }}\"\n validate_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2472, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/optiontypes
7,924
[ "permissive" ]
[ { "path": "roles/optiontypes/defaults/main.yml", "content": "morpheus_url: \"\"\nmorpheus_api: \"{{ morpheus_url }}/api\"\nmorpheus_token: \"\"\nverify_ssl: true\n\n# morpheus_optiontypes:\n# - name: Customer Abbreviation\n# fieldLabel: Customer Abbreviation\n# fieldName: customerabbreviation\n# ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3698, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/settings
7,924
[ "permissive" ]
[ { "path": "roles/settings/tasks/main.yml", "content": "- name: Create Morpheus Provisioning Settings JSON\n set_fact:\n provisioning_settings_json:\n provisioningSettings:\n allowZoneSelection: \"{{ morpheus_settings.allowZoneSelection | default(omit) }}\"\n allowServerSelection: \"{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2430, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/tasksrole
7,924
[ "permissive" ]
[ { "path": "roles/tasksrole/tasks/add_tasks.yml", "content": "- name: Search for Task\n uri:\n url: \"{{ morpheus_api }}/tasks?name={{ item.name | urlencode }}\"\n method: get\n headers:\n authorization: \"BEARER {{ morpheus_token }}\"\n validate_certs: \"{{ verify_ssl }}\"\n register: exi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8204, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/tenants
7,924
[ "permissive" ]
[ { "path": "roles/tenants/defaults/main.yml", "content": "morpheus_url: \"\"\nmorpheus_api: \"{{ morpheus_url }}/api\"\nmorpheus_token: \"\"\nverify_ssl: true\n\n# morpheus_tenants:\n# - name: test tenant\n# description: Test Tenant Description\n# subdomain: testten\n# tenantrolename: Tenant Ad...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2978, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/userroles
7,924
[ "permissive" ]
[ { "path": "roles/userroles/tasks/create_role.yml", "content": "- name: Create role json\n set_fact:\n role_json:\n role:\n authority: \"{{ item.name }}\"\n description: \" {{ item.description | default('') }}\"\n roleType: \"{{ item.role_type }}\"\n multitenant: \"{{ ite...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3691, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/users
7,924
[ "permissive" ]
[ { "path": "roles/users/README.md", "content": "# Morpheus Users\n\nThis role creates Users in Morpheus.\n\n## Variables\n\n`morpheus_url` - Morpheus URL eg. `https://morpheus.example.com`\n\n`morpheus_token` - Morpheus Access Token\n\n`morpheus_users` - Users to be created. Example in `defaults/main.yml`\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2789, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/virtualimages
7,924
[ "permissive" ]
[ { "path": "roles/virtualimages/tasks/add_virtual_images.yml", "content": "- name: Search for Virtual Image\n uri:\n url: \"{{ morpheus_api }}/virtual-images?name={{ item.name | urlencode }}&imageType={{ item.imageType | urlencode }}\"\n method: get\n headers:\n authorization: \"BEARER {{ morp...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3047, "all_permissive": true }
ansible_role
HewlettPackard/ansible-collection-morpheus-core
1023ee18e6ea028c23062d15e40a61793da078d6
6
roles/workflows
7,924
[ "permissive" ]
[ { "path": "roles/workflows/README.md", "content": "# Morpheus Tasks\n\n## Variables\n\n`morpheus_url` - Morpheus URL eg. `https://morpheus.example.com`\n\n`morpheus_token` - Morpheus Access Token\n\n`workflows` - Workflow list, examples in `defaults/main.yml`\n\n## Export Existing Workflows\n\n`export.sh` i...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4425, "all_permissive": true }
ansible_role
Zaladar/ansible-playbook
a201330f8ee024d1c00eba3f3b6130c927c30d5c
0
roles/common
7,924
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Create greatoldone user.\n ansible.builtin.user:\n name: \"greatoldone\"\n shell: /bin/bash\n home: /home/greatoldone\n create_home: true\n state: present\n tags: users\n become: true\n\n- name: Allow greatoldone group passw...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3280, "all_permissive": false }
ansible_role
Zaladar/ansible-playbook
a201330f8ee024d1c00eba3f3b6130c927c30d5c
0
roles/deep
7,924
[ "no_license" ]
[ { "path": "roles/deep/vars/main.yml", "content": "---\n\nhome_networks:\n - 192.168.50.1/24\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/deep/tasks/main.yml", "content": "---\n- name: register current default zone \n command: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 849, "all_permissive": false }
ansible_role
Zaladar/ansible-playbook
a201330f8ee024d1c00eba3f3b6130c927c30d5c
0
roles/dns
7,924
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n- name: register current default zone \n command: firewall-cmd --get-default-zone\n register: default_zone\n tags: dns-firewall\n\n- name: print default zone\n debug:\n msg: \"default zone is: {{ default_zone.stdout }}\"\n tags: dns-firewall\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1462, "all_permissive": false }
ansible_role
Zaladar/ansible-playbook
a201330f8ee024d1c00eba3f3b6130c927c30d5c
0
roles/media
7,924
[ "no_license" ]
[ { "path": "roles/media/tasks/main.yaml", "content": "---\n- name: Install relevant packages\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ packages }}\"\n tags: packages\n become: true\n ignore_errors: true\n\n- name: Add source range to home zone\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1878, "all_permissive": false }
ansible_role
Zaladar/ansible-playbook
a201330f8ee024d1c00eba3f3b6130c927c30d5c
0
roles/private
7,924
[ "no_license" ]
[ { "path": "roles/private/tasks/main.yml", "content": "---\n- name: register current default zone \n command: firewall-cmd --get-default-zone\n register: default_zone\n tags: firewall\n\n- name: print default zone\n debug:\n msg: \"default zone is: {{ default_zone.stdout }}\"\n tags: firewall\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 559, "all_permissive": false }
ansible_role
Zaladar/ansible-playbook
a201330f8ee024d1c00eba3f3b6130c927c30d5c
0
roles/ssh
7,924
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n# tasks file for ssh\n- name: Ensure sshd_config is correct\n ansible.builtin.template:\n src: sshd_config.j2\n dest: /etc/ssh/sshd_config.d/10-sshd_config.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
see-quick/ansible-fundametals
c4ab274184d375e3524031e3c5e40240cfd6f0a9
0
roles/hello_world
7,924
[ "no_license" ]
[ { "path": "roles/hello_world/templates/main.yml.j2", "content": "hello_world {\n\n bro this is jinja and so near to be called ninja...haha good joke thanks! :D;\n here is something {{ variable_1 }};\n here is something more {{ variable_2 }};\n}", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 556, "all_permissive": false }
ansible_role
see-quick/ansible-fundametals
c4ab274184d375e3524031e3c5e40240cfd6f0a9
0
roles/web_server
7,924
[ "no_license" ]
[ { "path": "roles/web_server/tasks/main.yml", "content": "---\n# tasks file for configure_web_server\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600 # Cache valid for 1 hour to avoid updating too frequently\n become: true\n\n- name: Ensure Apache is insta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1125, "all_permissive": false }
ansible_role
sa-ne/demo-ansible-windows
0635e20e294a4b581c39de839a8fffb1983cbb76
0
roles/win-configure-demo-webserver
7,928
[ "no_license" ]
[ { "path": "roles/win-configure-demo-webserver/defaults/main.yml", "content": "---\n# defaults file for win-configure-demo-webserver\niis_test_message: \"Provisioned Through CFME\"\nansible_connection: winrm\nansible_user: Administrator\nansible_winrm_server_cert_validation: ignore\nweb_port: 8080\nweb_dir: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1271, "all_permissive": false }
ansible_role
sa-ne/demo-ansible-windows
0635e20e294a4b581c39de839a8fffb1983cbb76
0
roles/win-install-choco-packages
7,928
[ "no_license" ]
[ { "path": "roles/win-install-choco-packages/defaults/main.yml", "content": "---\n# defaults file for win-install-choco-packages\nchoco_packages:\n - git\n - notepadplusplus\n - putty", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/win-ins...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 385, "all_permissive": false }
ansible_role
sa-ne/demo-ansible-windows
0635e20e294a4b581c39de839a8fffb1983cbb76
0
roles/win-install-gvim
7,928
[ "no_license" ]
[ { "path": "roles/win-install-gvim/tasks/main.yml", "content": "---\n# tasks file for win-install-gvim\n- name: Wait for system to become reachable over WinRM\n wait_for_connection:\n timeout: 900\n \n- name: create a new directory for the Installation files\n win_file: \n path: \"{{ installer_dir...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 769, "all_permissive": false }
ansible_role
sa-ne/demo-ansible-windows
0635e20e294a4b581c39de839a8fffb1983cbb76
0
roles/win-update-all
7,928
[ "no_license" ]
[ { "path": "roles/win-update-all/tasks/main.yml", "content": "---\n# tasks file for win-update-all\n- name: Wait for system to become reachable over WinRM\n wait_for_connection:\n timeout: 900\n \n- name: ensure common OS updates are current\n win_updates:\n register: update_result\n\n- name: reboot...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 369, "all_permissive": false }
ansible_role
kenjiskywalker/ansible
32392d941802e4eedfb437014b9d38d8c43d8986
1
ansible/roles/mysql
7,928
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "- name: install MySQL\n yum: name={{ item }} state=present\n with_items:\n - mysql-server\n - mysql-devel\n sudo: true\n tags:\n - mysql\n - install\n\n- name: Start MySQL service\n action: service name=mysqld state=started\n sudo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
kenjiskywalker/ansible
32392d941802e4eedfb437014b9d38d8c43d8986
1
ansible/roles/ruby
7,928
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/main.yml", "content": "- include: rbenv.yml\n- include: ruby-build.yml\n- include: ruby-install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/ruby/tasks/ruby-build.yml", "content": "- na...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1569, "all_permissive": false }
ansible_role
Mozuffer/Fetch-test
d02d373424611318d16b0a071e6c1a208e8d2bea
0
roles/docker_host
7,928
[ "no_license" ]
[ { "path": "roles/docker_host/tasks/main.yml", "content": "---\n- name: 'Check if RHEL Docker package is installed'\n shell: rpm -qi docker\n ignore_errors: true\n register: rhel_docker_pkg\n\n- name: 'Stop RHEL Docker before removal'\n service: \n name: docker \n state: stopped\n when: rhel_docke...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1600, "all_permissive": false }
ansible_role
Mozuffer/Fetch-test
d02d373424611318d16b0a071e6c1a208e8d2bea
0
roles/vpc
7,928
[ "no_license" ]
[ { "path": "roles/vpc/defaults/main.yml", "content": "---\naws_access_key: \"<KEY>\"\naws_secret_key: \"<KEY>\"\naws_region: \"us-east-1\"\n\nvpc_name: \"fetchr_VPC\"\nvpc_cidr_block: \"10.0.0.0/16\"\nmy_ip: 0.0.0.0/0\npublic_subnet_1_cidr: \"10.0.0.0/24\"\n\nos_name: ami-9e2f0988\nmy_key: MozufferKey\n\n\n....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3001, "all_permissive": false }
ansible_role
chrisfarber/homebox
c4c94846d65526c6ddbc30554c33a7f86a1f7449
0
roles/docker
7,928
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: install docker apt key\n become: true\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n- name: docker apt repo\n become: true\n apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/linux...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
chrisfarber/homebox
c4c94846d65526c6ddbc30554c33a7f86a1f7449
0
roles/fileserver
7,928
[ "no_license" ]
[ { "path": "roles/fileserver/templates/smb.conf.j2", "content": "[global]\n workgroup = {{fileserver_workgroup}}\n server string = {{fileserver_string}}\n mdns name = mdns\n\n server role = standalone server\n\n smb encrypt = mandatory\n usershare allow guests = yes\n\n panic action = /usr/shar...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1910, "all_permissive": false }
ansible_role
chrisfarber/homebox
c4c94846d65526c6ddbc30554c33a7f86a1f7449
0
roles/unifi
7,928
[ "no_license" ]
[ { "path": "roles/unifi/tasks/main.yml", "content": "- name: unifi account\n become: true\n user:\n name: unifi\n state: present\n groups: docker\n- name: unifi docker-compose\n become: true\n become_user: unifi\n template:\n src: docker-compose.yml.j2\n dest: /home/unifi/docker-compose.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
chrisfarber/homebox
c4c94846d65526c6ddbc30554c33a7f86a1f7449
0
roles/webserver
7,928
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: web apt packages\n become: true\n apt:\n name: [\"nginx\", \"certbot\", \"python3-certbot-nginx\"]\n\n- name: disable default site\n become: true\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent\n notify: restart n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1846, "all_permissive": false }
ansible_role
DavonnEscobilla/Escobilla_Act8Nagios
b7bf56ce8694b127397d94e9d40e6ea05a638941
0
roles/nagios
7,928
[ "no_license" ]
[ { "path": "roles/nagios/tasks/main.yml", "content": "- name: Install nagios in Ubuntu\n apt:\n name:\n - nagios4\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install nagios in CentOS\n yum:\n name:\n - nagios\n state: latest\n updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
MarellaMahadevan/expense-ansible-roles
4865461ed737a26cb34b137fc01b7849ae1b31d1
0
roles/frontend
7,928
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yaml", "content": "BACKEND_HOST: backend.daws90s.online\napp_location: /usr/share/nginx/html\ncomponent: frontend\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/frontend/tasks/main.yaml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 663, "all_permissive": false }
ansible_role
SURFnet/Service-provider-registration
74ab1f5a5ed86bda296978305efe11cadb34a16b
1
ansible/roles/app
7,928
[ "no_license" ]
[ { "path": "ansible/roles/app/handlers/main.yml", "content": "---\n- name: reload php-fpm\n service: name=php-fpm state=reloaded\n\n\n- name: update_ca_trust\n command: update-ca-trust\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "ansible/rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4943, "all_permissive": false }
ansible_role
SURFnet/Service-provider-registration
74ab1f5a5ed86bda296978305efe11cadb34a16b
1
ansible/roles/deploy
7,928
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: Create directory for vhosts to store PHP sessions\n file: path={{ php_session_dir}}/support state=directory owner={{ support_fpm_user }} group=root mode=770\n\n- name: Create the shared and releases directory for the support form\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5800, "all_permissive": false }
ansible_role
bagel-dawg/ansible-examples
4db6ab4543d3c2db7980089de70cce759987656a
0
cowsay/roles/cowsay
7,928
[ "no_license" ]
[ { "path": "cowsay/roles/cowsay/tasks/main.yml", "content": "---\n- name: Install cowsay\n yum: name=cowsay state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 60, "all_permissive": false }
ansible_role
bagel-dawg/ansible-examples
4db6ab4543d3c2db7980089de70cce759987656a
0
cowsay/roles/fortune
7,928
[ "no_license" ]
[ { "path": "cowsay/roles/fortune/tasks/main.yml", "content": "---\n- name: Install Fortune\n yum: name=fortune-mod state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
bagel-dawg/ansible-examples
4db6ab4543d3c2db7980089de70cce759987656a
0
cowsay/roles/motd
7,928
[ "no_license" ]
[ { "path": "cowsay/roles/motd/tasks/main.yml", "content": "---\n- name: Place profile.d script for cowsay\n copy: src=motd.sh dest=/etc/profile.d/motd.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "cowsay/roles/motd/files/motd.sh", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 132, "all_permissive": false }
ansible_role
bagel-dawg/ansible-examples
4db6ab4543d3c2db7980089de70cce759987656a
0
tftp-game-switch/roles/common
7,928
[ "no_license" ]
[ { "path": "tftp-game-switch/roles/common/tasks/main.yml", "content": "- name: Install Firewalld\n yum: name=firewalld state=present\n\n- name: Firewalld service state\n service: name=firewalld state=started enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
bagel-dawg/ansible-examples
4db6ab4543d3c2db7980089de70cce759987656a
0
tftp-game-switch/roles/game-1
7,928
[ "no_license" ]
[ { "path": "tftp-game-switch/roles/game-1/tasks/main.yml", "content": "- name: Copy default pxelinux boot file\n copy:\n src: game-1-pxe\n dest: /var/lib/tftpboot/pxelinux.cfg/01-{{ item | lower }}\n with_items:\n - \"{{ client_macs }}\"\n notify: Restart TFTP\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 269, "all_permissive": false }
ansible_role
bagel-dawg/ansible-examples
4db6ab4543d3c2db7980089de70cce759987656a
0
tftp-game-switch/roles/tftp-server
7,928
[ "no_license" ]
[ { "path": "tftp-game-switch/roles/tftp-server/tasks/alternate.yml", "content": "---\n- name: Install TFTP\n yum: name=tftp-server state=present\n\n- name: Install grub2\n yum: name=grub2 state=present\n \n- name: Install grub2-pc\n yum: name=grub2-pc state=present\n \n- name: Install grub2-pc-modules\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2024, "all_permissive": false }
ansible_role
bagel-dawg/ansible-examples
4db6ab4543d3c2db7980089de70cce759987656a
0
wordpress/multi-server/roles/common
7,928
[ "no_license" ]
[ { "path": "wordpress/multi-server/roles/common/tasks/main.yml", "content": "---\n- name: Copy the EPEL repository definition\n copy: src=epel.repo dest=/etc/yum.repos.d/\n\n- name: Create the GPG key for EPEL\n copy: src=RPM-GPG-KEY-EPEL-7 dest=/etc/pki/rpm-gpg\n\n- name: Install Firewalld\n yum: name=fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
bagel-dawg/ansible-examples
4db6ab4543d3c2db7980089de70cce759987656a
0
wordpress/multi-server/roles/php
7,928
[ "no_license" ]
[ { "path": "wordpress/multi-server/roles/php/tasks/main.yml", "content": "---\n- name: Copy the REMI repository definition\n copy: src=remi.repo dest=/etc/yum.repos.d/\n\n- name: Create the GPG key for REMI\n copy: src=RPM-GPG-KEY-remi dest=/etc/pki/rpm-gpg\n\n- name: Install php deps\n yum: name={{ item ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
bagel-dawg/ansible-examples
4db6ab4543d3c2db7980089de70cce759987656a
0
wordpress/single-server/roles/httpd
7,928
[ "no_license" ]
[ { "path": "wordpress/single-server/roles/httpd/tasks/main.yml", "content": "---\n- name: Install httpd\n yum: name=httpd state=present\n\n- name: Copy httpd configuration for wordpress\n template: src=httpd.conf dest=/etc/httpd/conf/httpd.conf\n notify: restart httpd\n\n- name: Empty additional httpd con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 836, "all_permissive": false }
ansible_role
bagel-dawg/ansible-examples
4db6ab4543d3c2db7980089de70cce759987656a
0
wordpress/single-server/roles/php
7,928
[ "no_license" ]
[ { "path": "wordpress/single-server/roles/php/tasks/main.yml", "content": "---\n- name: Install php deps\n yum: name={{ item }} state=present\n with_items:\n - php\n - php-enchant\n - php-IDNA_Convert\n - php-mbstring\n - php-mysql\n - php-PHPMailer\n - php-process\n - php-simplepie...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
Li9onGitHub/chefdemo
f5620a8483851ad31240e0038388205545fea2fb
0
ansible/roles/chefautomate
7,928
[ "permissive" ]
[ { "path": "ansible/roles/chefautomate/tasks/main.yaml", "content": "---\n - include: install_and_configure.yaml\n - include: configure_build_nodes.yaml\n - include: configure_users.yaml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 120 }, ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2517, "all_permissive": true }
ansible_role
Li9onGitHub/chefdemo
f5620a8483851ad31240e0038388205545fea2fb
0
ansible/roles/chefcompliance
7,928
[ "permissive" ]
[ { "path": "ansible/roles/chefcompliance/tasks/chef_server_integration.yaml", "content": "---\n\n - name: integration - configure compliance\n shell: chef-compliance-ctl connect chef-server --non-interactive true --chef-app-id 'compliance_server' --auth-id 'Chef Server' --insecure true --compliance-url ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2179, "all_permissive": true }
ansible_role
Li9onGitHub/chefdemo
f5620a8483851ad31240e0038388205545fea2fb
0
ansible/roles/chefserver
7,928
[ "permissive" ]
[ { "path": "ansible/roles/chefserver/defaults/main.yaml", "content": "---\n#server_core_url: \"https://packages.chef.io/stable/el/7/chef-server-core-12.8.0-1.el7.x86_64.rpm\"\nserver_core_url: \"https://packages.chef.io/stable/el/7/chef-server-core-12.9.1-1.el7.x86_64.rpm\"\npush_jobs_server_url: \"https://...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3502, "all_permissive": true }