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
academm/ansible
772f45c0e8498a1f159b89d731c86d3781f80a12
0
roles/openntpd-co7
44
[ "no_license" ]
[ { "path": "roles/openntpd-co7/tasks/main.yml", "content": "---\n- name: timedatectl set-ntp false\n command: timedatectl set-ntp false \n\n- name: install openntpd\n yum:\n pkg: openntpd\n state: installed\n notify: start openntpd\n\n- name: enabled openntpd\n systemd:\n name: openntpd\n ena...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 288, "all_permissive": false }
ansible_role
academm/ansible
772f45c0e8498a1f159b89d731c86d3781f80a12
0
roles/repo-co7
44
[ "no_license" ]
[ { "path": "roles/repo-co7/tasks/main.yml", "content": "---\n- name: Add repositories repo.docker.ru\n yum_repository:\n name: docker\n description: REPO DOCKER.RU\n baseurl: http://repo.docker.ru/pub/linux/centos/7/$basearch/\n gpgcheck: yes\n enabled: yes\n gpgkey: file:///etc/pki/rpm-gp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
academm/ansible
772f45c0e8498a1f159b89d731c86d3781f80a12
0
roles/torian.filebeat
44
[ "no_license" ]
[ { "path": "roles/torian.filebeat/.travis.yml", "content": "---\nlanguage: python\npython: \"2.7\"\n\nnotifications:\n webhooks: https://galaxy.ansible.com/api/v1/notifications/\n\nbefore_install:\n - sudo apt-get update -qq\n\ninstall:\n - pip install ansible==2.1.1\n\nscript:\n # Test functionality w...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 8886, "all_permissive": false }
ansible_role
metakermit/fortress
5a610f83d09c177cc1d9723cc65f68276a45ae88
0
roles/control
44
[ "no_license" ]
[ { "path": "roles/control/tasks/ssh-copy-id.yml", "content": "---\n- name: ssh-copy-id\n # TODO: use variables here\n shell: ssh-copy-id -i ~/.ssh/id_rsa.pub pi@<EMAIL>.local\n run_once: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "ro...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 161, "all_permissive": false }
ansible_role
SAM32ASD/Continuous-Delivery
587c01e3aa87576b6fac210cd0a0e0949be39ee5
0
roles/prepare
44
[ "no_license" ]
[ { "path": "roles/prepare/tasks/main.yml", "content": "---\n- name: \"update package\"\n become: true \n become_method: sudo \n apt :\n update_cache: yes \n\n- name: \"remove dependancies are not longer required\"\n become: true\n apt: \n autoremove: yes\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
intercept6/ansible-dneo
96add3aad4ec715dca51a55a13cd99e049be0e69
0
roles/common
44
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Set hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Configure Hosts\n template:\n src: templates/hosts.j2\n dest: /etc/hosts\n owner: root\n group: root\n mode: 0644\n backup: yes\n\n\n- name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 882, "all_permissive": false }
ansible_role
intercept6/ansible-dneo
96add3aad4ec715dca51a55a13cd99e049be0e69
0
roles/dneo
44
[ "no_license" ]
[ { "path": "roles/dneo/tasks/main.yml", "content": "---\n- name: Download desknet's NEO\n get_url:\n url: \"{{ dneo_download_url }}\"\n dest: \"/tmp/{{ dneo_filename }}\"\n\n- name: Unarchive the tarball\n unarchive:\n src: \"/tmp/{{ dneo_filename }}\"\n dest: /var/www/cgi-bin/\n remote_src:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2413, "all_permissive": false }
ansible_role
intercept6/ansible-dneo
96add3aad4ec715dca51a55a13cd99e049be0e69
0
roles/httpd
44
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "- name: Install httpd\n yum:\n name: httpd\n state: present\n\n- name: Copy httpd.conf\n template:\n src: templates/httpd.conf.j2\n dest: /etc/httpd/httpd.conf\n owner: root\n group: root\n mode: 0644\n\n- name: Set automatic start o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
intercept6/ansible-dneo
96add3aad4ec715dca51a55a13cd99e049be0e69
0
roles/phppgadmin
44
[ "no_license" ]
[ { "path": "roles/phppgadmin/tasks/install_phppgadmin.yml", "content": "---\n- name: Install phpPgAdmin\n yum:\n state: present\n enablerepo: epel\n name: phpPgAdmin\n\n#- name: Allow http\n# firewalld:\n# systemd: http\n# permanent: true\n# state: enabled\n# immediate: yes\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
intercept6/ansible-dneo
96add3aad4ec715dca51a55a13cd99e049be0e69
0
roles/postgres
44
[ "no_license" ]
[ { "path": "roles/postgres/handlers/main.yml", "content": "---\n- name: Restart postgresql-9.6\n systemd:\n name: postgresql-9.6.service \n state: restarted\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/postgres/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 463, "all_permissive": false }
ansible_role
tpro/tpro
4a7475ff45c3285a43bf592c9a807348455ce8f3
0
ansible/roles/letsencrypt
44
[ "no_license" ]
[ { "path": "ansible/roles/letsencrypt/tasks/main.yml", "content": "# vim: ft=ansible\n#\n---\n- name: letsencrypt \n hosts: \"{{ env }}\"\n become: True\n gather_facts: True\n\n vars:\n letsencrypt_email: \"{{ email }}\"\n letsencrypt_domain_flags: \"{{ domains }}\"\n\n tasks:\n - name: install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1513, "all_permissive": false }
ansible_role
rajranganathan/Ansible_Raj
18afa73a7039090ef00ebc439d7f281d4d5ef37d
0
roles/control
44
[ "no_license" ]
[ { "path": "roles/control/tasks/main.yml", "content": "---\n# tasks file for control\n- name: Install Tools\n yum: name={{item}} state=present update_cache=yes\n with_items:\n - curl\n- name: Check date\n #command: date \n shell: /usr/bin/date >> /tmp/date.out\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
rajranganathan/Ansible_Raj
18afa73a7039090ef00ebc439d7f281d4d5ef37d
0
roles/http
44
[ "no_license" ]
[ { "path": "roles/http/handlers/main.yml", "content": "---\n# handlers file for http\n - name: restart httpd\n service: name=httpd state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/http/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 568, "all_permissive": false }
ansible_role
mathoanghai92/ansible-redis-sentinel
6d17930fdbaa0dff1865437c4b683dcfaa754411
0
roles/config-master-slave
44
[ "no_license" ]
[ { "path": "roles/config-master-slave/tasks/slave.yml", "content": "# Edit config redis slave\n\n- name: Edit config redis slave bindIp\n ansible.builtin.lineinfile:\n path: /etc/redis.conf\n regexp: '^bind'\n line: 'bind {{ hostvars[inventory_hostname].ansible_default_ipv4.address }}'\n with_item...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3040, "all_permissive": false }
ansible_role
mathoanghai92/ansible-redis-sentinel
6d17930fdbaa0dff1865437c4b683dcfaa754411
0
roles/config-sentinel
44
[ "no_license" ]
[ { "path": "roles/config-sentinel/tasks/main.yml", "content": "---\n# tasks file for roles/config-sentinel\n\n- name: Change mode daemonize\n ansible.builtin.lineinfile:\n path: /etc/redis-sentinel.conf\n regexp: '^daemonize'\n line: 'daemonize yes'\n\n- name: Replace Redis Sentinel configuration f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1410, "all_permissive": false }
ansible_role
mathoanghai92/ansible-redis-sentinel
6d17930fdbaa0dff1865437c4b683dcfaa754411
0
roles/install-redis
44
[ "no_license" ]
[ { "path": "roles/install-redis/tasks/main.yml", "content": "---\n# tasks file for roles/install-redis\n\n- name: Copy Redis RPM to target server\n copy:\n src: files/redis-7.0.11-1.el8.remi.x86_64.rpm # Update with the correct path\n dest: /root/redis-7.0.11-1.el8.remi.x86_64.rpm\n\n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 681, "all_permissive": false }
ansible_role
mathoanghai92/ansible-redis-sentinel
6d17930fdbaa0dff1865437c4b683dcfaa754411
0
roles/open-port
44
[ "no_license" ]
[ { "path": "roles/open-port/tasks/main.yml", "content": "- name: Open ports in firewall\n ansible.builtin.firewalld:\n port: \"{{ item }}\"\n permanent: yes\n state: enabled\n with_items:\n - 6379/tcp\n - 26379/tcp\n\n- name: Reload firewall\n ansible.builtin.systemd:\n name: firewalld\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
R3DRUN3/centos_ansible_provisioning
9c62e255593d7ede1c4b3285dd2206c60f9ff1cd
3
roles/disk_partitioning
47
[ "no_license" ]
[ { "path": "roles/disk_partitioning/tasks/main.yml", "content": "---\n- name: READ PARTITION DATA\n community.general.parted: device=\"{{ disk_partition }}\" unit=MiB\n register: sda_info\n\n- name: PRINT PARTITION DATA\n debug:\n var: sda_info\n\n- name: CREATE DOCKER PARTITION\n parted:\n device:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 606, "all_permissive": false }
ansible_role
R3DRUN3/centos_ansible_provisioning
9c62e255593d7ede1c4b3285dd2206c60f9ff1cd
3
roles/docker_config
47
[ "no_license" ]
[ { "path": "roles/docker_config/tasks/main.yaml", "content": "- name: ADD USER PERMISSION FOR DOCKER\n shell: \"usermod -aG docker {{ vm_user }}\"\n- name: GENERATING DOCKER DAEMON CONFIG FILE IN {{ docker_config_path }}\n copy:\n dest: \"{{ docker_config_path }}/daemon.json\"\n content: |\n {\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
anandnevase/ansible-vcenter-snow-playbook
6d70b285986f382e3539eba1661172824709cf0c
0
roles/avid
47
[ "no_license" ]
[ { "path": "roles/avid/defaults/main.yml", "content": "---\n# defaults file for roles/avid", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/avid/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - role...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 945, "all_permissive": false }
ansible_role
GuySiton123/pizza-express
058f42b4f15389ad26942dfbdc1e169b0edd85d0
0
pizza-express-playbook/roles/create_kind_cluster
47
[ "no_license" ]
[ { "path": "pizza-express-playbook/roles/create_kind_cluster/tasks/build_test_image.yaml", "content": "- name: Build the pizza-express test image\n shell: \"docker build -t {{ image_name }}:test ../pizza-express-app/.\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 535, "all_permissive": false }
ansible_role
GuySiton123/pizza-express
058f42b4f15389ad26942dfbdc1e169b0edd85d0
0
pizza-express-playbook/roles/install_app_and_test
47
[ "no_license" ]
[ { "path": "pizza-express-playbook/roles/install_app_and_test/tasks/run_tests.yaml", "content": "- name: Run unit tests on the node.js container\n shell: \"kubectl exec deployment/pizza-express-deployment -c pizza-express -- npm test > /dev/null 2>&1\"\n register: unit_test_output\n\n- name: Run http check...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1330, "all_permissive": false }
ansible_role
PacktPublishing/Practical-Network-Automation
a9103a775fcf7a5ebd05798ee8b2424ce010741b
27
Chapter05/rtrconfig/roles/routers
47
[ "no_license" ]
[ { "path": "Chapter05/rtrconfig/roles/routers/vars/main.yml", "content": "---\nlogging_server: 10.10.10.10\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "Chapter05/rtrconfig/roles/routers/tasks/main.yml", "content": "---\n- name: Generate con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 485, "all_permissive": false }
ansible_role
gxg512/6.ANSIBLE-1
f7a602e8c0bc75e0a609c9e0255b0bd968cdf74f
0
2.playbooks/5.lab3-apache/roles/role_apache
47
[ "no_license" ]
[ { "path": "2.playbooks/5.lab3-apache/roles/role_apache/handlers/main.yml", "content": "---\n- name: apache-restart\n ansible.builtin.service:\n name: apache2\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "2.playbooks/5....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 677, "all_permissive": false }
ansible_role
gxg512/6.ANSIBLE-1
f7a602e8c0bc75e0a609c9e0255b0bd968cdf74f
0
2.playbooks/8.lab7/roles/role_apache
47
[ "no_license" ]
[ { "path": "2.playbooks/8.lab7/roles/role_apache/tasks/main.yml", "content": "---\n- name: latest Apache version installed\n ansible.builtin.apt:\n name: apache2\n state: latest\n notify: apache-restart\n\n- name: firewalld enabled and running\n ansible.builtin.service:\n name: ufw\n enabled: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 494, "all_permissive": false }
ansible_role
gxg512/6.ANSIBLE-1
f7a602e8c0bc75e0a609c9e0255b0bd968cdf74f
0
3.java-install-lab4/roles/tomcat
47
[ "no_license" ]
[ { "path": "3.java-install-lab4/roles/tomcat/tasks/main.yml", "content": "---\n - name: Update the System Packages\n apt:\n upgrade: yes\n update_cache: yes\n \n - name: Create a Tomcat User\n user:\n name: tomcat\n \n - name: Create a Tomcat Group\n group:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1171, "all_permissive": false }
ansible_role
gxg512/6.ANSIBLE-1
f7a602e8c0bc75e0a609c9e0255b0bd968cdf74f
0
5.galaxy/personal/roles/java
47
[ "no_license" ]
[ { "path": "5.galaxy/personal/roles/java/tasks/main.yml", "content": "---\n#- name: Update all packages to their latest version\n# ansible.builtin.apt:\n# name: \"*\"\n# state: latest\n\n- name: Install Java package (Ubuntu/Debian)\n apt:\n name: \"{{ java_apt_package }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
gxg512/6.ANSIBLE-1
f7a602e8c0bc75e0a609c9e0255b0bd968cdf74f
0
5.galaxy/personal/roles/jenkins
47
[ "no_license" ]
[ { "path": "5.galaxy/personal/roles/jenkins/vars/main.yml", "content": "---\njenkins_url: https://pkg.jenkins.io/debian-stable/jenkins.io.key\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "5.galaxy/personal/roles/jenkins/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1071, "all_permissive": false }
ansible_role
e-gleba/personal-ansible
53ce80f8f4419c290e01d56c5e289dea276f2f4b
0
roles/activate-win
47
[ "no_license" ]
[ { "path": "roles/activate-win/tasks/main.yml", "content": "---\n- name: Create downloads directory if needed\n win_file:\n path: \"{{ ansible_env.USERPROFILE }}\\\\Downloads\"\n state: directory\n\n- name: Clone KMS activation repository\n win_shell: |\n Set-Location $env:USERPROFILE\\Downloads\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 717, "all_permissive": false }
ansible_role
e-gleba/personal-ansible
53ce80f8f4419c290e01d56c5e289dea276f2f4b
0
roles/linux-apps
47
[ "no_license" ]
[ { "path": "roles/linux-apps/tasks/main.yml", "content": "---\n# dnf software provisioning\n\n- name: Update package cache\n become: true\n dnf:\n update_cache: yes\n\n- name: Define application groups\n set_fact:\n dev_tools:\n - git\n - neovim\n - vim\n - tmux\n - cmake\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2221, "all_permissive": false }
ansible_role
e-gleba/personal-ansible
53ce80f8f4419c290e01d56c5e289dea276f2f4b
0
roles/neovim
47
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "---\n- name: Include OS-specific tasks ({{ ansible_system|lower }})\n include_tasks: \"{{ ansible_system|lower }}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/neovim/tasks/linu...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2041, "all_permissive": false }
ansible_role
e-gleba/personal-ansible
53ce80f8f4419c290e01d56c5e289dea276f2f4b
0
roles/oh-my-zsh
47
[ "no_license" ]
[ { "path": "roles/oh-my-zsh/defaults/main.yml", "content": "---\nomz_user: \"{{ ansible_user_id }}\"\nomz_group: \"{{ ansible_user_id }}\"\nomz_zsh_theme: \"lambda\"\nomz_plugins:\n - git\n - dnf\n - sudo\n - history-substring-search\n - zsh-autosuggestions\n - zsh-syntax-highlighting\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1720, "all_permissive": false }
ansible_role
e-gleba/personal-ansible
53ce80f8f4419c290e01d56c5e289dea276f2f4b
0
roles/starship
47
[ "no_license" ]
[ { "path": "roles/starship/tasks/main.yml", "content": "---\n- name: Ensure Starship dependencies are installed\n block:\n - name: Check if Starship is already installed\n win_shell: Get-Command starship -ErrorAction SilentlyContinue\n register: starship_check\n failed_when: false\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2062, "all_permissive": false }
ansible_role
e-gleba/personal-ansible
53ce80f8f4419c290e01d56c5e289dea276f2f4b
0
roles/win-apps
47
[ "no_license" ]
[ { "path": "roles/win-apps/tasks/main.yml", "content": "---\n# roles/win-apps/tasks/main.yml\n# Windows software provisioning via Chocolatey\n\n- name: Ensure Chocolatey is installed\n win_shell: |\n if (-not (Get-Command choco.exe -ErrorAction SilentlyContinue)) {\n Set-ExecutionPolicy Bypass -Scop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5079, "all_permissive": false }
ansible_role
e-gleba/personal-ansible
53ce80f8f4419c290e01d56c5e289dea276f2f4b
0
roles/win-dev-env
47
[ "no_license" ]
[ { "path": "roles/win-dev-env/tasks/main.yml", "content": "---\n# Enable virtualization features for Windows development environment\n- name: Enable Windows Developer Mode for symbolic links\n win_regedit:\n path: HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\AppModelUnlock\n name: AllowDevelop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1702, "all_permissive": false }
ansible_role
anxolerd/dotfiles
3fcdaa7c1c933e02f50ec7d0de852603a4468b71
4
roles/apps
47
[ "no_license" ]
[ { "path": "roles/apps/templates/etc/portage/repos.conf/repo.conf.j2", "content": "{{ ansible_managed | comment }}\n[{{ overlay.name }}]\nlocation = /var/repo/{{ overlay.name }}-overlay\nsync-type = {{ overlay.sync_type }}\nsync-uri = {{ overlay.sync_uri }}\nmasters = {{ overlay.masters }}\n", "license_t...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 21126, "all_permissive": false }
ansible_role
anxolerd/dotfiles
3fcdaa7c1c933e02f50ec7d0de852603a4468b71
4
roles/userspace
47
[ "no_license" ]
[ { "path": "roles/userspace/templates/systemd.service.j2", "content": "[Unit]\nDescription={{ task.description }}\n\n[Service]\nType=simple\nExecStart={{ task.execute }}\n\n[Install]\nWantedBy=default.target\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { ...
{ "task_files": 12, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 23, "total_bytes": 37527, "all_permissive": false }
ansible_role
Apress/Beginning-Ansible-Concepts-and-Application
502ba940a1580264280a351acd5bfa180d18df2b
11
chapter09/roles/firewall
47
[ "no_license" ]
[ { "path": "chapter09/roles/firewall/tasks/main.yml", "content": "---\n- name: Firewall - Allow SSH connections\n ufw:\n rule: allow\n name: OpenSSH\n\n- name: Firewall - Deny everything else\n ufw:\n state: enabled\n policy: deny\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": 171, "all_permissive": false }
ansible_role
Apress/Beginning-Ansible-Concepts-and-Application
502ba940a1580264280a351acd5bfa180d18df2b
11
chapter11/roles/webserver
47
[ "no_license" ]
[ { "path": "chapter11/roles/webserver/tasks/main.yml", "content": "- name: Ensure nginx is installed\n apt:\n name:\n - nginx\n - php-fpm\n - php-mysql\n state: present\n\n- name: Configure nginx\n template:\n src: nginx-default.j2\n dest: /etc/nginx/sites-available/default\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1197, "all_permissive": false }
ansible_role
Apress/Beginning-Ansible-Concepts-and-Application
502ba940a1580264280a351acd5bfa180d18df2b
11
chapter12/roles/database
47
[ "no_license" ]
[ { "path": "chapter12/roles/database/tasks/main.yml", "content": "---\r\n- name: Install MySQL\r\n apt:\r\n name:\r\n - mysql-server\r\n - python3-pymysql\r\n state: present\r\n\r\n- name: Set the root password\r\n mysql_user:\r\n name: root\r\n password: \"{{ <PASSWORD> }}\"\r\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1124, "all_permissive": false }
ansible_role
Apress/Beginning-Ansible-Concepts-and-Application
502ba940a1580264280a351acd5bfa180d18df2b
11
chapter12/roles/firewall
47
[ "no_license" ]
[ { "path": "chapter12/roles/firewall/tasks/main.yml", "content": "---\n- name: Firewall - Allow SSH connections\n ufw:\n rule: allow\n name: OpenSSH\n tags:\n - firewall\n\n- name: Firewall - Deny everything else\n ufw:\n state: enabled\n policy: deny\n tags:\n - firewall\n\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
Apress/Beginning-Ansible-Concepts-and-Application
502ba940a1580264280a351acd5bfa180d18df2b
11
chapter12/roles/load_balancer
47
[ "no_license" ]
[ { "path": "chapter12/roles/load_balancer/templates/backends.cfg.j2", "content": "backend web_servers\n balance roundrobin\n cookie SERVERID insert indirect nocache\n {% for host in groups.webservers %}\n server {{ host }} {{ host }}:{{ hostvars[host].http_port }} check cookie {{ host }}\n{% endf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1328, "all_permissive": false }
ansible_role
Apress/Beginning-Ansible-Concepts-and-Application
502ba940a1580264280a351acd5bfa180d18df2b
11
chapter12/roles/wordpress
47
[ "no_license" ]
[ { "path": "chapter12/roles/wordpress/tasks/main.yml", "content": "---\n- name: Download and unarchive Wordpress\n unarchive:\n src: https://wordpress.org/latest.tar.gz\n remote_src: True\n owner: root\n group: www-data\n dest: \"/var/www/html/\"\n creates: \"/var/www/html/wordpress\"\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1295, "all_permissive": false }
ansible_role
fadiarmoush/Ansible
23475f661c476aa141f94968e382bc0aa27dc504
0
roles/connectdjango
47
[ "no_license" ]
[ { "path": "roles/connectdjango/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - /etc/ansible/roles/connectdjango", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/connectdjango/handlers/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 942, "all_permissive": false }
ansible_role
fadiarmoush/Ansible
23475f661c476aa141f94968e382bc0aa27dc504
0
roles/copy
47
[ "no_license" ]
[ { "path": "roles/copy/defaults/main.yml", "content": "---\n# defaults file for /etc/ansible/roles/copy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/copy/tasks/main.yml", "content": "---\n# tasks file for /etc/ansible/roles/copy\n\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1021, "all_permissive": false }
ansible_role
fadiarmoush/Ansible
23475f661c476aa141f94968e382bc0aa27dc504
0
roles/createReop
47
[ "no_license" ]
[ { "path": "roles/createReop/vars/main.yml", "content": "---\n# vars file for /etc/ansible/roles/createReop", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/createReop/defaults/main.yml", "content": "---\n# defaults file for /etc/ansible/ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 871, "all_permissive": false }
ansible_role
fadiarmoush/Ansible
23475f661c476aa141f94968e382bc0aa27dc504
0
roles/cron
47
[ "no_license" ]
[ { "path": "roles/cron/defaults/main.yml", "content": "---\n# defaults file for /etc/ansible/roles/cron", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/cron/handlers/main.yml", "content": "---\n# handlers file for /etc/ansible/roles/cron",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 798, "all_permissive": false }
ansible_role
fadiarmoush/Ansible
23475f661c476aa141f94968e382bc0aa27dc504
0
roles/dbCreation
47
[ "no_license" ]
[ { "path": "roles/dbCreation/vars/main.yml", "content": "---\n# vars file for /etc/ansible/roles/dbCreation", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/dbCreation/tasks/main.yml", "content": "---\n# tasks file for /etc/ansible/roles/db...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1109, "all_permissive": false }
ansible_role
fadiarmoush/Ansible
23475f661c476aa141f94968e382bc0aa27dc504
0
roles/installation
47
[ "no_license" ]
[ { "path": "roles/installation/tasks/createrepo.yml", "content": "---\n- name: create repository\n shell: createrepo \"/rpm\"\n\n- name: path\n shell: |\n echo '[fadi]\n name=Custum Repisotory\n baseurl=file:///rpm/\n enabled=1\n gpgcheck=0' >> /etc/yu...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2075, "all_permissive": false }
ansible_role
fadiarmoush/Ansible
23475f661c476aa141f94968e382bc0aa27dc504
0
roles/pyInstall
47
[ "no_license" ]
[ { "path": "roles/pyInstall/vars/main.yml", "content": "---\n# vars file for /etc/ansible/roles/pyInstall", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/pyInstall/defaults/main.yml", "content": "---\n# defaults file for /etc/ansible/roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1416, "all_permissive": false }
ansible_role
fadiarmoush/Ansible
23475f661c476aa141f94968e382bc0aa27dc504
0
roles/test
47
[ "no_license" ]
[ { "path": "roles/test/defaults/main.yml", "content": "---\n# defaults file for /etc/ansible/roles/test", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/test/tasks/print.yml", "content": "- name: Write backup script for each app\n shell:...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 719, "all_permissive": false }
ansible_role
ualbertalib/FedoraDesktop
7cf3dbc9f7c18ffecbb68697078b9f0d331e8426
0
roles/desktop
47
[ "no_license" ]
[ { "path": "roles/desktop/handlers/main.yml", "content": "---\n# This is done so the system picks up the new VPN configuration.\n# This is likely to cause a brief outage; not sure if it'll work out, or cause a problem\n - name: restart NetworkManager\n systemd: name=NetworkManager state=restarted\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 10165, "all_permissive": false }
ansible_role
bhaskardegala/hadoop_cluster
479c001f3ebe2d5d422c31b703368bd25c7373ca
0
roles/cluster_config
45
[ "no_license" ]
[ { "path": "roles/cluster_config/tasks/main.yml", "content": "---\n# tasks file for gameoflife\n - fail: \n msg: \"this playbook is only designed \"\n when: \n - ansible_os_family != \"Debian\"\n - debug:\n msg: \" installing hadoop \"\n - name: \" updating packages \"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2201, "all_permissive": false }
ansible_role
bhaskardegala/hadoop_cluster
479c001f3ebe2d5d422c31b703368bd25c7373ca
0
roles/config_datanode
45
[ "no_license" ]
[ { "path": "roles/config_datanode/templates/config_datanode/hdfs-site.xml.j2", "content": "<configuration>\n <property>\n <name>dfs.replication</name>\n <value>3</value>\n </property>\n <property>\n <name>dfs.datanode.data.dir</name>\n <value>file:///opt/hadoop/data/hdfs/datanode</value>\n </...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 532, "all_permissive": false }
ansible_role
bhaskardegala/hadoop_cluster
479c001f3ebe2d5d422c31b703368bd25c7373ca
0
roles/config_namenode
45
[ "no_license" ]
[ { "path": "roles/config_namenode/templates/config_namenode/masters.j2", "content": "namenode", "license_type": "no_license", "detected_licenses": [], "size_bytes": 8 }, { "path": "roles/config_namenode/templates/config_namenode/hdfs-site.xml.j2", "content": "<configuration>\n <prope...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1273, "all_permissive": false }
ansible_role
bhaskardegala/hadoop_cluster
479c001f3ebe2d5d422c31b703368bd25c7373ca
0
roles/hadoop_restart
45
[ "no_license" ]
[ { "path": "roles/hadoop_restart/vars/main.yml", "content": "---\n# vars file for gameoflife\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/hadoop_restart/tasks/main.yml", "content": "---\n# tasks file for gameoflife\n - fail: \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 433, "all_permissive": false }
ansible_role
wirenboard/wb-ansible-playbooks
12edbc025582928047fccb1778dc90ecb96fdd7f
2
roles/common
45
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Copy FIT image\n ansible.builtin.copy:\n src: ./latest.fit\n dest: /mnt/data/update_image.fit\n mode: '0644'\n\n- name: Update firmware\n ansible.builtin.shell: |\n nohup wb-run-update /mnt/data/update_image.fit >/dev/null 2>&1 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2924, "all_permissive": false }
ansible_role
wirenboard/wb-ansible-playbooks
12edbc025582928047fccb1778dc90ecb96fdd7f
2
roles/influxdb
45
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yml", "content": "---\n- name: Install influxdb\n ansible.builtin.apt:\n pkg:\n - influxdb\n - influxdb-client\n - python3-influxdb\n - python3-requests\n\n- name: Create database\n community.general.influxdb_database:\n database_name: mqtt_da...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 814, "all_permissive": false }
ansible_role
wirenboard/wb-ansible-playbooks
12edbc025582928047fccb1778dc90ecb96fdd7f
2
roles/mqtt
45
[ "no_license" ]
[ { "path": "roles/mqtt/files/rules.js", "content": "defineRule(\"alarm\", {\n when: cron(\"0 0 7 * *\"),\n then: function () {\n dev[\"wb-msw-v3_31/Buzzer\"] = true;\n setTimeout(function () {\n dev[\"wb-msw-v3_31/Buzzer\"] = false;\n }, 5000);\n }\n});", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2053, "all_permissive": false }
ansible_role
wirenboard/wb-ansible-playbooks
12edbc025582928047fccb1778dc90ecb96fdd7f
2
roles/nodered
45
[ "no_license" ]
[ { "path": "roles/nodered/tasks/main.yml", "content": "---\n- name: Install required packages\n ansible.builtin.apt:\n pkg:\n - nodejs\n - git\n - make\n - g++\n - gcc\n - build-essential\n\n- name: Install Node-RED\n community.general.npm:\n name: node-red\n global: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
wirenboard/wb-ansible-playbooks
12edbc025582928047fccb1778dc90ecb96fdd7f
2
roles/podman
45
[ "no_license" ]
[ { "path": "roles/podman/tasks/main.yml", "content": "---\n- name: Create /mnt/data/var/tmp\n ansible.builtin.file:\n path: /mnt/data/var/tmp\n state: directory\n mode: '0777'\n\n- name: Create /mnt/data/var/lib/containers\n ansible.builtin.file:\n path: /mnt/data/var/lib/containers\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": false }
ansible_role
wirenboard/wb-ansible-playbooks
12edbc025582928047fccb1778dc90ecb96fdd7f
2
roles/tailscale
45
[ "no_license" ]
[ { "path": "roles/tailscale/tasks/main.yml", "content": "---\n- name: Set net.ipv4.ip_forward=1\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n sysctl_set: true\n state: present\n reload: true\n\n- name: Set net.ipv6.conf.all.forwarding=1\n ansible.posix.sysctl:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 644, "all_permissive": false }
ansible_role
wirenboard/wb-ansible-playbooks
12edbc025582928047fccb1778dc90ecb96fdd7f
2
roles/telegram2wb
45
[ "no_license" ]
[ { "path": "roles/telegram2wb/tasks/main.yml", "content": "---\n- name: Download telegram2wb module\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/wb-adegtyarev/telegram2wb/main/src/telegram2wb.js\n dest: /etc/wb-rules-modules/telegram2wb.js\n mode: '0644'\n\n- name: Download r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 949, "all_permissive": false }
ansible_role
ywc668/ansible-test
b8d853b17ad5879306ff194eb5eb90b71f5edb1c
0
roles/autoshift
45
[ "no_license" ]
[ { "path": "roles/autoshift/tasks/main.yml", "content": "---\n- name: Read node names\n become: yes\n shell: KUBECONFIG=/etc/kubernetes/admin.conf kubectl get nodes | awk '{print $1}'\n register: nodes\n\n- name: Label node\n become: yes\n shell: KUBECONFIG=/etc/kubernetes/admin.conf kubectl label node ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1177, "all_permissive": false }
ansible_role
ywc668/ansible-test
b8d853b17ad5879306ff194eb5eb90b71f5edb1c
0
roles/k8s-base
45
[ "no_license" ]
[ { "path": "roles/k8s-base/files/unset_proxy.sh", "content": "rm -f /etc/profile.d/proxy.sh\nproxies=( http_proxy \n https_proxy \n ftp_proxy \n HTTP_PROXY \n HTTPS_PROXY \n FTP_PROXY )\nfor prox in ${proxies[@]} ; do\n unset $prox\n sed -i \"/^$prox/ d\" /etc/environment\ndone\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7669, "all_permissive": false }
ansible_role
ywc668/ansible-test
b8d853b17ad5879306ff194eb5eb90b71f5edb1c
0
roles/k8s-master
45
[ "no_license" ]
[ { "path": "roles/k8s-master/files/insert_db_data.sh", "content": "./extract_kube_cert.sh\n\nCONFIG_DB=\"$(kubectl get pod -n autoshift | grep config-db | awk '{print $1}')\"\nfiles=(autoshift-schema.sql \\\n autoshift-data.sql \\\n update_k8s_endpoint.sql)\nfor file in ${files[@]} ; do\n kUBECONFIG...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 40429, "all_permissive": false }
ansible_role
ywc668/ansible-test
b8d853b17ad5879306ff194eb5eb90b71f5edb1c
0
roles/k8s-worker
45
[ "no_license" ]
[ { "path": "roles/k8s-worker/tasks/main.yml", "content": "---\n#- name: Stop apparmor\n# become: yes\n# shell: /etc/init.d/apparmor stop\n#\n#- name: Disable apparmor\n# become: yes\n# shell: /etc/init.d/apparmor teardown\n\n- name: Clean before join\n become: yes\n shell: kubeadm reset\n\n- name: Daem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 850, "all_permissive": false }
ansible_role
index0h/go-tracker
0bc60f7df0888b249d4b455fa5da80deb498e83b
3
ansible/roles/dot
45
[ "no_license" ]
[ { "path": "ansible/roles/dot/files/.bashrc", "content": "if [ -f /etc/bashrc ]; then\n\t. /etc/bashrc\nfi\n\nsource $HOME/.bash_aliases\nsource $HOME/.bash_git\nsource $HOME/.gvm/scripts/gvm\n\nexport PATH\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 647, "all_permissive": false }
ansible_role
index0h/go-tracker
0bc60f7df0888b249d4b455fa5da80deb498e83b
3
ansible/roles/elasticsearch
45
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/defaults/main.yml", "content": "---\nelasticsearch_package_version: \"1.6\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n- name: Add Elastic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 911, "all_permissive": false }
ansible_role
index0h/go-tracker
0bc60f7df0888b249d4b455fa5da80deb498e83b
3
ansible/roles/golang
45
[ "no_license" ]
[ { "path": "ansible/roles/golang/defaults/main.yml", "content": "---\ngo_version: \"1.4.2\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "ansible/roles/golang/tasks/main.yml", "content": "---\n- name: Install GVM\n sudo: yes\n sudo_user: vag...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 505, "all_permissive": false }
ansible_role
daminhogit/roboshop-jenkins
b000ba770e26ba3f500be848e7edd071b773f750
0
roles/jenkins
45
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: Create a Folder\n community.general.jenkins_job:\n config: \"{{ lookup('file', 'templates/folder.xml') }}\"\n name: \"{{item}}\"\n password: <PASSWORD>\n url: http://172.31.11.10:8080\n user: admin\n loop:\n - CI-Pipelines\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
tsuchinokooyabun/ansible_lxc
be266f8c61e29b21ffd386b88a2cd3a9281cf51f
0
roles/lxc
45
[ "no_license" ]
[ { "path": "roles/lxc/vars/main.yml", "content": "---\n\nlxc_packages:\n - bind-utils\n - sysstat\n - vim\n - lxc\n - lxc-templates\n - lxc-doc\n - lxc-libs\n - dnsmasq\nrepos:\n - http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm\n - http://ftp-srv2.kddilabs.jp/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3695, "all_permissive": false }
ansible_role
tonyskidmore/cloud-msp
c6cf7eb92bd4120fcad7097d559e3350b6d6dac1
2
examples/ansible_azure_ansible_demo/roles/azure_rm_group
45
[ "no_license" ]
[ { "path": "examples/ansible_azure_ansible_demo/roles/azure_rm_group/tasks/main.yml", "content": "---\n\n- name: define azure resource manager group state\n azure_rm_deployment:\n state: \"{{ az_rg_state }}\"\n location: \"{{ az_location }}\"\n resource_group_name: \"{{ az_resource_group }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1863, "all_permissive": false }
ansible_role
tonyskidmore/cloud-msp
c6cf7eb92bd4120fcad7097d559e3350b6d6dac1
2
examples/ansible_azure_ansible_demo/roles/jumphost
45
[ "no_license" ]
[ { "path": "examples/ansible_azure_ansible_demo/roles/jumphost/tasks/main.yml", "content": "---\n\n- name: enable powershell yum repo\n yum_repository:\n state: present\n name: \"{{ jumphost_pwsh_repo_name }}\"\n file: \"{{ jumphost_pwsh_repo_file }}\"\n description: \"{{ jumphost_pwsh_repo_desc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1002, "all_permissive": false }
ansible_role
tonyskidmore/cloud-msp
c6cf7eb92bd4120fcad7097d559e3350b6d6dac1
2
examples/ansible_azure_ansible_demo/roles/system-update
45
[ "no_license" ]
[ { "path": "examples/ansible_azure_ansible_demo/roles/system-update/defaults/main.yml", "content": "---\n\nverbosity_level: 0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "examples/ansible_azure_ansible_demo/roles/system-update/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1680, "all_permissive": false }
ansible_role
tonyskidmore/cloud-msp
c6cf7eb92bd4120fcad7097d559e3350b6d6dac1
2
examples/ansible_azure_gitlab_demo/roles/azure_vms
45
[ "no_license" ]
[ { "path": "examples/ansible_azure_gitlab_demo/roles/azure_vms/tasks/main.yml", "content": "---\n- name: create .ssh directory\n file:\n path: \"{{ ansible_user_dir }}/.ssh\"\n state: directory\n mode: 0700\n\n- name: run stat of root public key\n stat:\n path: \"{{ az_ssh_public_key }}\"\n re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8982, "all_permissive": false }
ansible_role
SaifSoliman/udapeople-cicd
33dfad4ead8c8d466b4e5e119ce587ceb12694df
0
.circleci/ansible/roles/deploy
45
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"Creates backend app directory\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: \"Installing Node D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2381, "all_permissive": false }
ansible_role
helladarion/ansible_desktop
59719dd46307028d30af675b66b51e6c2c1b185a
0
roles/base
45
[ "no_license" ]
[ { "path": "roles/base/tasks/software/sunshine.yml", "content": "- name: install sunshine requirements\n package:\n name:\n - cmake\n - libssl-dev\n - libavdevice-dev\n - libboost-thread-dev\n - libboost-filesystem-dev\n - libboost-log-dev\n - libpulse-dev\n - libo...
{ "task_files": 11, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 145010, "all_permissive": false }
ansible_role
helladarion/ansible_desktop
59719dd46307028d30af675b66b51e6c2c1b185a
0
roles/workstation
45
[ "no_license" ]
[ { "path": "roles/workstation/tasks/system_setup/tweaks.yml", "content": "# set up flatpak support\n- name: system setup | tweaks | add flatpak support\n package:\n name: flatpak\n state: present\n\n- name: system setup | tweaks | flatpak | add flathub remote\n tags: packages,flatpak,workstation-pack...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3871, "all_permissive": false }
ansible_role
bjmorman/fedora-config
8bc4a33cefd88957fa788c8e8bea899a0bca55af
0
roles/common
45
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: ensure pre-requisites installed\n dnf:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - \"{{ pre_req_packages }}\"\n\n- name: ensure repositories exist\n yum_repository:\n name: \"{{ item.value.name }}\"\n description: \"{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2984, "all_permissive": false }
ansible_role
bjmorman/fedora-config
8bc4a33cefd88957fa788c8e8bea899a0bca55af
0
roles/slack
45
[ "no_license" ]
[ { "path": "roles/slack/tasks/main.yaml", "content": "- name: check for slack\n dnf:\n list: slack\n register: status_slack\n\n- name: download slack\n get_url:\n url: \"{{ slack_download_url_prefix }}-{{ slack_version }}-{{ slack_release }}.x86_64.rpm\"\n dest: \"/tmp/slack-{{ slack_version }}-{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 903, "all_permissive": false }
ansible_role
bjmorman/fedora-config
8bc4a33cefd88957fa788c8e8bea899a0bca55af
0
roles/vagrant
45
[ "no_license" ]
[ { "path": "roles/vagrant/tasks/main.yaml", "content": "- name: check for vagrant\n command: ls /opt/\n register: status_vagrant\n changed_when: status_vagrant != status_vagrant\n\n- name: download vagrant\n get_url:\n url: \"https://releases.hashicorp.com/vagrant/{{ vagrant_version }}/vagrant_{{ vagr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1503, "all_permissive": false }
ansible_role
trinalgit/ansible
07c61cbcf7c4f4c9fcf89dfc2769c099ca36c041
0
roles/web-stg
45
[ "no_license" ]
[ { "path": "roles/web-stg/vars/main.yml", "content": "---\n# vars file for web-stg\n\nhostinfo:\n - host: lt-2021-051-webserver1\n name: webserver1\n\n - host: lt-2021-051-webserver1\n name: webserver2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1265, "all_permissive": false }
ansible_role
mahyard/abrnoc-webserver-monitoring
b38c7a7effa7c9b153107b616c7c903b3db35bb1
0
roles/docker-ce
43
[ "no_license" ]
[ { "path": "roles/docker-ce/README.md", "content": "# DOCKER-CE\nThis automates installation of docker on ubuntu\n\n## Compatibility\nOnly tested against Ubuntu 20.04 and 22.04. but may be useful against any debian based operating system.\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1011, "all_permissive": false }
ansible_role
naatanaelk/aws-ansible-lamp-rhel
78099a173ed68279c7659c1b47e986069abbc6d7
0
roles/common
43
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: Update all packages\n dnf:\n name: '*'\n state: latest\n update_cache: yes\n become: yes\n- name: Install PHP, PHP mod, & git.\n dnf:\n name: ['php', 'php-curl', 'php-xml', 'php-mysqlnd', 'git']\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
naatanaelk/aws-ansible-lamp-rhel
78099a173ed68279c7659c1b47e986069abbc6d7
0
roles/db
43
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n# tasks file for db\n\n- name: Install MySQL\n dnf:\n name: ['mysql-server', 'mysql', 'python3-PyMySQL']\n state: latest\n update_cache: yes\n become: yes\n\n- name: Ensure mysql is running and starts on boot\n service:\n name: mysqld\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2694, "all_permissive": false }
ansible_role
naatanaelk/aws-ansible-lamp-rhel
78099a173ed68279c7659c1b47e986069abbc6d7
0
roles/db-config
43
[ "no_license" ]
[ { "path": "roles/db-config/tasks/main.yml", "content": "- name: Import database to MySQL server.\n mysql_db:\n state: import\n name: \"{{ db_name }}\"\n target: /home/ubuntu/aws-ansible-lamp-rhel/simple_lamp.sql\n login_user: \"{{ db_user }}\"\n login_password: \"{{ <PASSWORD> }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
naatanaelk/aws-ansible-lamp-rhel
78099a173ed68279c7659c1b47e986069abbc6d7
0
roles/web
43
[ "no_license" ]
[ { "path": "roles/web/handlers/main.yml", "content": "---\n# handlers file for web\n- name: Start Apache\n service:\n name: httpd\n state: restarted\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/web/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 457, "all_permissive": false }
ansible_role
naatanaelk/aws-ansible-lamp-rhel
78099a173ed68279c7659c1b47e986069abbc6d7
0
roles/web-config
43
[ "no_license" ]
[ { "path": "roles/web-config/tasks/main.yml", "content": "- name: Create website directory\n file:\n path: /var/www/html/welcome\n state: directory\n become: yes\n\n- name: Copy the Index file(index.php)\n template:\n src: index.php.j2 \n dest: /var/www/html/index.php\n become: yes\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1256, "all_permissive": false }
ansible_role
cloud-native-toolkit/ansible-aws-infra-openshift
5c7388e7f58551bafa662e091ed6a7163abbe6f6
0
roles/create_cvpn
43
[ "no_license" ]
[ { "path": "roles/create_cvpn/tasks/authorize-client-vpn.yaml", "content": "---\n\n- name: Query client VPN endpoint authorization rules\n shell: |\n set timeout 300\n\n {{aws_path}}aws ec2 describe-client-vpn-authorization-rules \\\n --client-vpn-endpoint-id {{cvpnId}}\n\n exit 0\n args:\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7456, "all_permissive": false }
ansible_role
cloud-native-toolkit/ansible-aws-infra-openshift
5c7388e7f58551bafa662e091ed6a7163abbe6f6
0
roles/create_igw
43
[ "no_license" ]
[ { "path": "roles/create_igw/tasks/main.yaml", "content": "---\n\n#\n# Check if an IGW already exists for a specified VPC and create it if not\n#\n# Input variables:\n# vpcID - The id (vpc-xxx) of the VPC to attach the IGW\n# reqRegion (optional) - The region where the VPC is located (and where to look f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1692, "all_permissive": false }
ansible_role
cloud-native-toolkit/ansible-aws-infra-openshift
5c7388e7f58551bafa662e091ed6a7163abbe6f6
0
roles/create_nat_gw
43
[ "no_license" ]
[ { "path": "roles/create_nat_gw/tasks/main.yaml", "content": "---\n\n- name: Determine if using default region\n set_fact:\n defaultRegion: True\n when: (reqRegion is not defined) or (reqRegion|length == 0)\n\n- name: Determine if using specified region\n set_fact:\n defaultRegion: False\n when: (r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2783, "all_permissive": false }
ansible_role
cloud-native-toolkit/ansible-aws-infra-openshift
5c7388e7f58551bafa662e091ed6a7163abbe6f6
0
roles/create_subnet
43
[ "no_license" ]
[ { "path": "roles/create_subnet/tasks/main.yaml", "content": "---\n\n- name: Determine if using default region\n set_fact:\n defaultRegion: True\n when: (reqRegion is not defined) or (reqRegion|length == 0)\n\n- name: Determine if using specified region\n set_fact:\n defaultRegion: False\n when: (r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2796, "all_permissive": false }
ansible_role
cloud-native-toolkit/ansible-aws-infra-openshift
5c7388e7f58551bafa662e091ed6a7163abbe6f6
0
roles/create_vpc
43
[ "no_license" ]
[ { "path": "roles/create_vpc/readme.md", "content": "# AWS Create VPC role\n\nThis role creates a VPC based upon the following variables. If no region is specified, the default region for the profile is utilized.\n\nTwo tags are added to the created VPC.\n- environemnt. \n- name\n\n## Input Variables\n\n\n| ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3426, "all_permissive": false }
ansible_role
cloud-native-toolkit/ansible-aws-infra-openshift
5c7388e7f58551bafa662e091ed6a7163abbe6f6
0
roles/edge_vpc
43
[ "no_license" ]
[ { "path": "roles/edge_vpc/tasks/edge-vpc.yaml", "content": "---\n\n- name: Set VPC name\n set_fact:\n vpc_name: \"{{inventory.resource}}-{{inventory.edge.identifier}}-vpc\"\n\n- name: Create edge VPC\n import_role:\n name: create_vpc\n vars:\n # These variable are defined in the global_vars file...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 11602, "all_permissive": false }
ansible_role
cloud-native-toolkit/ansible-aws-infra-openshift
5c7388e7f58551bafa662e091ed6a7163abbe6f6
0
roles/mgmt_vpc
43
[ "no_license" ]
[ { "path": "roles/mgmt_vpc/tasks/mgmt-cidr.yaml", "content": "---\n\n- name: Add VPC CIDR Fact to Inventory or use existing\n set_fact:\n inventory: \"{{inventory | combine({'mgmt':{'cidrs':{'vpc':vpcCIDR}}}, recursive=True)}}\"\n vars:\n vpcCIDR: \"{{inventory.mgmt.cidrs.vpc if(inventory.mgmt.cidrs....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2872, "all_permissive": false }
ansible_role
cloud-native-toolkit/ansible-aws-infra-openshift
5c7388e7f58551bafa662e091ed6a7163abbe6f6
0
roles/quickstart
43
[ "no_license" ]
[ { "path": "roles/quickstart/files/split-subnet.py", "content": "#!/usr/bin/python3\n# \n# Provides the first available subnets up to the provided quantity needed of a requested subnet prefix\n# \n#\n\nimport argparse\nfrom array import array\nimport string\nimport ipaddress\n\nparser = argparse.ArgumentPars...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 18193, "all_permissive": false }
ansible_role
cloud-native-toolkit/ansible-aws-infra-openshift
5c7388e7f58551bafa662e091ed6a7163abbe6f6
0
roles/rosa_create_cluster
43
[ "no_license" ]
[ { "path": "roles/rosa_create_cluster/defaults/main.yaml", "content": "---\n# These are the default values if none if provided\nrosa_path: \"/usr/local/bin/\"\naws_config_path: \"~/.aws/\"\nprofile: \"default\"\nwait_for_completion: True # This will cause the playbook to wait for the cluster to complete b...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8122, "all_permissive": false }
ansible_role
cloud-native-toolkit/ansible-aws-infra-openshift
5c7388e7f58551bafa662e091ed6a7163abbe6f6
0
roles/rosa_query_clusters
43
[ "no_license" ]
[ { "path": "roles/rosa_query_clusters/tasks/main.yaml", "content": "---\n\n- name: Clear variables\n set_fact:\n cluster: []\n response: []\n\n- name: Set cluster name\n set_fact:\n cluster: \"{{ cluster | default({ 'Name':cluster_name }) }}\"\n\n- name: Query for ROSA Cluster existence\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 732, "all_permissive": false }
ansible_role
cloud-native-toolkit/ansible-aws-infra-openshift
5c7388e7f58551bafa662e091ed6a7163abbe6f6
0
roles/rosa_role_creation
43
[ "no_license" ]
[ { "path": "roles/rosa_role_creation/tasks/main.yaml", "content": "---\n\n# Role to create the management accounts to progress the ROSA cluster creation.\n\n- name: Clear variables\n set_fact:\n opRoles: []\n create_op_roles: False\n create_oidc_provider: False\n\n- name: Query for cluster status\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1554, "all_permissive": false }