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
pinklisaped/Ansible
6c8ee7de30f08928b197d7a259c137ac11a8f08c
1
roles/grafana
7,370
[ "no_license" ]
[ { "path": "roles/grafana/defaults/main.yml", "content": "---\ngrafana_port: 3000\ngrafana_version: latest\ngrafana_remove_repo: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/grafana/tasks/debian.yml", "content": "---\n- name: Ad...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2954, "all_permissive": false }
ansible_role
pinklisaped/Ansible
6c8ee7de30f08928b197d7a259c137ac11a8f08c
1
roles/ipsec_server
7,370
[ "no_license" ]
[ { "path": "roles/ipsec_server/templates/sysctl.conf.j2", "content": "net/ipv4/ip_forward=1\nnet/ipv4/conf/all/accept_redirects=0\nnet/ipv4/conf/all/send_redirects=0\nnet/ipv4/ip_no_pmtu_disc=1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4267, "all_permissive": false }
ansible_role
pinklisaped/Ansible
6c8ee7de30f08928b197d7a259c137ac11a8f08c
1
roles/lets_encrypt
7,370
[ "no_license" ]
[ { "path": "roles/lets_encrypt/tasks/http_debian.yml", "content": "---\n- name: Install nginx\n ansible.builtin.apt:\n name: nginx\n notify:\n - Remove defaults nginx\n tags:\n - install_packages\n\n- name: Open ufw port\n community.general.ufw:\n rule: allow\n port: 80\n proto: tcp\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 8356, "all_permissive": false }
ansible_role
pinklisaped/Ansible
6c8ee7de30f08928b197d7a259c137ac11a8f08c
1
roles/motd
7,370
[ "no_license" ]
[ { "path": "roles/motd/tasks/main.yml", "content": "---\n# tasks file for roles/motd\n- name: Import OS specific tasks\n ansible.builtin.include_tasks: \"{{ ansible_os_family | lower }}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "path": "roles...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4114, "all_permissive": false }
ansible_role
pinklisaped/Ansible
6c8ee7de30f08928b197d7a259c137ac11a8f08c
1
roles/selfsign_certificate
7,370
[ "no_license" ]
[ { "path": "roles/selfsign_certificate/defaults/main.yml", "content": "---\n# defaults file for roles/selfsign_certificate\nselfsign_certificate_ca_key: ca.key\nselfsign_certificate_ca_path: ca.pem\nselfsign_certificate_ca_passphrase: <PASSWORD>\n\nselfsign_certificate_key: cert-key.key\nselfsign_certificate...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3563, "all_permissive": false }
ansible_role
pinklisaped/Ansible
6c8ee7de30f08928b197d7a259c137ac11a8f08c
1
roles/socks5
7,370
[ "no_license" ]
[ { "path": "roles/socks5/tasks/main.yml", "content": "---\n# tasks file for roles/socks5\n- name: Socks5 server install\n ansible.builtin.include_tasks: \"{{ ansible_os_family | lower }}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "path": "role...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2496, "all_permissive": false }
ansible_role
pinklisaped/Ansible
6c8ee7de30f08928b197d7a259c137ac11a8f08c
1
roles/ssh
7,370
[ "no_license" ]
[ { "path": "roles/ssh/handlers/main.yml", "content": "---\n# handlers file for ssh_configure\n- name: Restart ssh\n ansible.builtin.systemd_service:\n name: sshd\n state: restarted\n\n- name: Restart fail2ban\n ansible.builtin.systemd_service:\n name: fail2ban\n state: restarted\n enabled: t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3079, "all_permissive": false }
ansible_role
pinklisaped/Ansible
6c8ee7de30f08928b197d7a259c137ac11a8f08c
1
roles/user_create
7,370
[ "no_license" ]
[ { "path": "roles/user_create/tasks/main.yml", "content": "---\n- name: \"Create user {{ user_create_name }} with sudo = {{ user_create_sudo }} with pass\"\n ansible.builtin.user:\n name: \"{{ user_create_name }}\"\n password: \"{{ user_create_password | password_hash('<PASSWORD>') }}\"\n groups: s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2874, "all_permissive": false }
ansible_role
liweitianux/debian-hpc
ce049d0b1ee5e15fcb9324c44cb44419be78a5ed
3
roles/common
7,370
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\n\n# Common/basic packages for both master and nodes\ncommon_packages:\n - aptitude\n - chrony\n - vim\n - zsh\n\n# vim: set ft=yaml sw=2:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 440, "all_permissive": false }
ansible_role
liweitianux/debian-hpc
ce049d0b1ee5e15fcb9324c44cb44419be78a5ed
3
roles/dnsmasq
7,370
[ "no_license" ]
[ { "path": "roles/dnsmasq/templates/dnsmasq.conf.j2", "content": "#\n# /etc/dnsmasq.conf\n# Configuration file for dnsmasq.\n# See \"dnsmasq --help\" or dnsmasq(8) for details.\n#\n\n# If you want dnsmasq to listen for DHCP and DNS requests only on\n# specified interfaces (and the loopback) give the name of ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2081, "all_permissive": false }
ansible_role
liweitianux/debian-hpc
ce049d0b1ee5e15fcb9324c44cb44419be78a5ed
3
roles/nginx
7,370
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "---\n\n# Apache web server packages to be removed to avoid conflicts\napache_packages_to_remove:\n - apache2\n - apache2.2-bin\n - apache2.2-common\n - apache2-mpm-event\n - apache2-mpm-itk\n - apache2-mpm-prefork\n - apache2-mpm-worker\n\n# vim: set...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2250, "all_permissive": false }
ansible_role
Manoj-devp/Ansible_playbooks
2acb8fc767496e1b0c630d320573bb678d4cce4e
0
roles/apache
7,370
[ "no_license" ]
[ { "path": "roles/apache/tasks/install.yml", "content": "---\n - name: install apache on all servers\n apt: \n name: apache2\n state: present\n update_cache: yes\n...\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/apache/tasks...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 289, "all_permissive": false }
ansible_role
Manoj-devp/Ansible_playbooks
2acb8fc767496e1b0c630d320573bb678d4cce4e
0
roles/tomcat
7,370
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n- name: call multiple child playbooks\n include_tasks: \"{{item}}\"\n with_items:\n - install.yml\n - configure.yml\n - restart.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 891, "all_permissive": false }
ansible_role
darekasann/ansible-role-electrs-for-monacoin
e7c82621a9ffbd42e5908d95ee8e10ce52ae176f
0
roles/electrs
7,370
[ "no_license" ]
[ { "path": "roles/electrs/tasks/install_dependencies.yml", "content": "---\n- name: install_dependencies\n package:\n name: \"{{ item }}\"\n state: latest\n update_cache: True\n with_items:\n - autoconf\n - automake\n - build-essential\n - gcc\n - git\n - curl\n - wget\n - clang\n - cmake...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4456, "all_permissive": false }
ansible_role
gajdulj/CICD-project
4ba0e897c89f8e138334454563b227041757ddf6
0
.circleci/ansible/roles/deploy
7,370
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: \"install Ansible dependencies\"\n become: true\n apt:\n name: [\"nodejs\", \"npm\", \"python3\", \"tar\", \"gzip\", \"git\"]\n state: latest\n update_cache: yes\n\n- name: \"install pm2\"\n become: true\n npm:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 675, "all_permissive": false }
ansible_role
egaraev/nfs_ha_setup_ansible
59750383c8826778d957788de9aa13e175ebac30
1
roles/bootstrap
7,370
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n- include: setup_hostname.yml\n- include: setup_firewalld.yml\n- include: config_selinux.yml\n- include: setup_logrotate.yml\n- include: setup_etc_hosts.yml\n- include: add_groups.yml\n- include: add_users.yml\n- include: add_ssh_keys.yml\n- inclu...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 2563, "all_permissive": false }
ansible_role
egaraev/nfs_ha_setup_ansible
59750383c8826778d957788de9aa13e175ebac30
1
roles/nfs_ha
7,370
[ "no_license" ]
[ { "path": "roles/nfs_ha/tasks/corosync_res_copy.yml", "content": "---\n - name: Check if this is first node\n shell: echo $(hostname -s | sed -e 's/.*\\(.\\)$/\\1/')\n register: result\n ignore_errors: yes\n - name: Copy corosync config file to needed folder\n copy:\n src: /tmp/corosync.conf\n ...
{ "task_files": 28, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 37, "total_bytes": 10863, "all_permissive": false }
ansible_role
binbashroot/vars_rhce_workshop
16656e29bfec43378aa352c24b018f7583fd16e7
0
h/roles/testrole
7,370
[ "no_license" ]
[ { "path": "h/roles/testrole/tasks/main.yml", "content": "---\n# tasks file for testrole\n- name: print variable\n debug:\n var: myvar\n\n\n- debug:\n var: default_main_example\n \n- debug:\n var: vars_main_example\n \n- debug: \n var: default_main_example_override\n\n", "lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 608, "all_permissive": false }
ansible_role
shatteredsword/awx-server-playbook
9704157ba95ea8c0a03cfc3a46e603c59b9aecd9
0
roles/awx_server
7,370
[ "permissive" ]
[ { "path": "roles/awx_server/tasks/K3s.yml", "content": "---\n- name: Create AWX Project Directory\n become: true\n ansible.builtin.file:\n path: \"{{ awx_project_directory }}\"\n state: directory\n mode: '0755'\n owner: \"{{ ansible_user_id }}\"\n group: \"{{ linux_group }}\"\n- name: Get k...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 24, "total_bytes": 30533, "all_permissive": true }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/VDA2308
7,370
[ "no_license" ]
[ { "path": "ansible/roles/VDA2308/tasks/main.yml", "content": "# roles/citrix-vda/tasks/main.yml\n---\n- name: Install Citrix VDA (1/2)\n ansible.windows.win_package:\n path: '{{ citrix_vda_path }}'\n arguments: '{{ citrix_vda_arguments }}'\n expected_return_code: [0, 3, 3010]\n register: vda_inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1107, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/XDR
7,370
[ "no_license" ]
[ { "path": "ansible/roles/XDR/defaults/main.yml", "content": "# roles/XDR/defaults/main.yml\nXDR_path: 'https://my.azure.blob.storage.net/cts-ansible/Moore_FreshInstall_Feb24_x64.msi'\nXDR_arguments: VDI_ENABLED=1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 568, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/adobe
7,370
[ "no_license" ]
[ { "path": "ansible/roles/adobe/tasks/main.yml", "content": "---\n#If you'd like to install the basic (free) version of Adobe, the below choco task is an option.\n#- name: Install Adobe Reader DC\n# win_chocolatey:\n# name: adobereader\n# state: present\n- name: Make sure extract directory exist\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1765, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/avd-base
7,370
[ "no_license" ]
[ { "path": "ansible/roles/avd-base/tasks/main.yml", "content": "---\n- name: Create C:\\temp directory if it doesn't exist\n ansible.windows.win_file:\n path: C:\\temp\n state: directory\n \n# - name: Create mapped drive with credentials and save the username and password\n# block:\n# - name: S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1310, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/bde
7,370
[ "no_license" ]
[ { "path": "ansible/roles/bde/tasks/main.yml", "content": "- name: Copy Borland files\n ansible.windows.win_copy:\n src: '\\\\my.azure.blob.storage.net\\installmedia\\BDE\\Borland'\n dest: C:\\Program Files (x86)\\\n remote_src: true\n vars:\n ansible_become: yes\n ansible_become_method: run...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1616, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/chrome
7,370
[ "no_license" ]
[ { "path": "ansible/roles/chrome/tasks/main.yml", "content": "---\n- name: Install Chrome\n win_chocolatey:\n name: googlechrome\n state: present\n choco_args:\n - --ignore-checksums\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/cleanup
7,370
[ "no_license" ]
[ { "path": "ansible/roles/cleanup/tasks/main.yml", "content": "---\n# Used to place icon on the desktop, leaving task as an example or future use\n# - name: Create an shortcut on the Desktop\n# community.windows.win_shortcut:\n# src: C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\eVoWPF\\eV...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1404, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/crowdstrike
7,370
[ "no_license" ]
[ { "path": "ansible/roles/crowdstrike/tasks/main.yml", "content": "- name: Download CrowdStrike.zip\n ansible.windows.win_copy:\n src: '\\\\my.azure.blob.storage.net\\installmedia\\CrowdStrike.zip'\n dest: C:\\temp\n remote_src: true\n vars:\n ansible_become: yes\n ansible_become_method: run...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 819, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/crystal
7,370
[ "no_license" ]
[ { "path": "ansible/roles/crystal/tasks/main.yml", "content": "- name: Install Crystal Reports 2020\n ansible.windows.win_package:\n path: '\\\\my.azure.blob.storage.net\\installmedia\\crystalreports\\install\\setup.exe'\n state: present\n arguments:\n - -r\n - \\\\my.azure.blob.storage.net\\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2790, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/crystalruntime2.0.3
7,370
[ "no_license" ]
[ { "path": "ansible/roles/crystalruntime2.0.3/tasks/main.yml", "content": "- name: Copy Crystal runtime 2.0.3\n ansible.windows.win_copy:\n src: '\\\\my.azure.blob.storage.net\\installmedia\\Crystal\\CrystalXIForElite.msi'\n dest: C:\\temp\n remote_src: true\n vars:\n ansible_become: yes\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/crystalruntime2.4
7,370
[ "no_license" ]
[ { "path": "ansible/roles/crystalruntime2.4/tasks/main.yml", "content": "- name: Copy Crystal runtime 2.4\n ansible.windows.win_copy:\n src: '\\\\my.azure.blob.storage.net\\installmedia\\Crystal\\CR13SP31MSI32_0-10010309.msi'\n dest: C:\\temp\n remote_src: true\n vars:\n ansible_become: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/defender
7,370
[ "no_license" ]
[ { "path": "ansible/roles/defender/tasks/main.yml", "content": "# roles/defender/tasks/main.yml\n---\n- name: Make sure extract directory exist\n ansible.windows.win_file:\n path: C:\\Scripts\n state: directory\n\n- name: Download Onboard-NonPersistentMachine\n ansible.windows.win_get_url:\n url: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 968, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/domain-join
7,370
[ "no_license" ]
[ { "path": "ansible/roles/domain-join/tasks/main.yml", "content": "---\n- name: Join the Domain\n ansible.windows.win_domain_membership:\n dns_domain_name: \"{{ domain_name }}\"\n hostname: \"{{ hostname }}\"\n domain_admin_user: \"{{ lookup('env', 'DOMAIN_USER') }}\"\n domain_admin_password: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 581, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/fslogix
7,370
[ "no_license" ]
[ { "path": "ansible/roles/fslogix/templates/fslogix-profiles.reg.j2", "content": "Windows Registry Editor Version 5.00\n\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\FSLogix\\Profiles]\n\"Enabled\"=dword:00000001\n\"DeleteLocalProfileWhenVHDShouldApply\"=dword:00000001\n\"SizeInMBs\"=dword:00008000\n\"IsDynamic\"=dword:0...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1866, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/office
7,370
[ "no_license" ]
[ { "path": "ansible/roles/office/tasks/main.yml", "content": "---\n# tasks file for ansible-role-m365\n- name: Make sure extract directory exist\n ansible.windows.win_file:\n path: C:\\temp\\office\n state: directory\n\n- name: Download setup.exe\n ansible.windows.win_get_url:\n url: https://my.az...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 634, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/ssms
7,370
[ "no_license" ]
[ { "path": "ansible/roles/ssms/tasks/main.yml", "content": "- name: Install SSMS\n ansible.windows.win_package:\n path: '\\\\my.azure.blob.storage.net\\installmedia\\SSMS\\SSMS-Setup-ENU.exe'\n state: present\n arguments:\n - /quiet\n vars:\n ansible_become: yes\n ansible_become_method: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/teams
7,370
[ "no_license" ]
[ { "path": "ansible/roles/teams/tasks/main.yml", "content": "# tasks file for ansible-role-teams\n---\n#This task installs old teams as of writing.\n- name: Install Teams Machine Wide Installer\n win_chocolatey:\n name: microsoft-teams.install\n state: present\n# - name: Make sure extract directory ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 833, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/vcredist2010
7,370
[ "no_license" ]
[ { "path": "ansible/roles/vcredist2010/tasks/main.yml", "content": "---\n- name: Install Microsoft Visual C++ 2010 10.0.40219.32503\n win_chocolatey:\n name: vcredist2010\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/vcredist2012
7,370
[ "no_license" ]
[ { "path": "ansible/roles/vcredist2012/tasks/main.yml", "content": "---\n- name: Install Microsoft Visual C++ 2012 11.0.61031.20230518\n win_chocolatey:\n name: vcredist2012\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/vcredist2013
7,370
[ "no_license" ]
[ { "path": "ansible/roles/vcredist2013/tasks/main.yml", "content": "---\n- name: Install Microsoft Visual C++ 2013 12.0.40660.20180427\n win_chocolatey:\n name: vcredist2013\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
MBleezy/Ansible-Packer-Lab
52a210208af65347b762083a2ba45eddc85e48b1
0
ansible/roles/vcredist2015
7,370
[ "no_license" ]
[ { "path": "ansible/roles/vcredist2015/tasks/main.yml", "content": "---\n- name: Install Microsoft Visual C++ 2015 14.0.24215.20170201\n win_chocolatey:\n name: vcredist2015\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
ChoiSD/ceph-playbook
47a5d348bfc58deb7ac0569b95c3d6c938085633
0
roles/ceph-mon
7,370
[ "no_license" ]
[ { "path": "roles/ceph-mon/tasks/configure_mon_one.yaml", "content": "---\n# Configure ceph-mon on first node\n\n- name: Generate fsid\n command: uuidgen\n register: fsid\n\n- name: Create Ceph configuration file\n template:\n src: ceph.conf.j2\n dest: \"/etc/ceph/{{ ceph_cluster_name }}.conf\"\n ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6601, "all_permissive": false }
ansible_role
ChoiSD/ceph-playbook
47a5d348bfc58deb7ac0569b95c3d6c938085633
0
roles/ceph-osd
7,370
[ "no_license" ]
[ { "path": "roles/ceph-osd/tasks/setup_repo.yaml", "content": "---\n# Setup EPEL & Ceph repository\n\n- name: Install EPEL repository\n yum:\n name: \"http://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm\"\n state: present\n when: ansible_distri...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3420, "all_permissive": false }
ansible_role
ChoiSD/ceph-playbook
47a5d348bfc58deb7ac0569b95c3d6c938085633
0
roles/cleanup
7,370
[ "no_license" ]
[ { "path": "roles/cleanup/tasks/remove.yaml", "content": "---\n# Remove ceph-mon & ceph-mgr\n\n- name: Uninstall ceph\n yum:\n name: \"{{ item }}\"\n state: absent\n when: ansible_distribution_file_variety == 'RedHat'\n with_items:\n - \"python-cephfs\"\n - \"ceph-common\"\n - \"ceph-selinux\"\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3012, "all_permissive": false }
ansible_role
ChoiSD/ceph-playbook
47a5d348bfc58deb7ac0569b95c3d6c938085633
0
roles/common
7,370
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n# Prepare all nodes in cluster\n\n- import_tasks: configure_ntp.yaml\n become: yes\n\n- import_tasks: configure_hostname.yaml\n become: yes\n\n- import_tasks: configure_passwordless_ssh.yaml\n become: yes\n", "license_type": "no_license", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2004, "all_permissive": false }
ansible_role
jsvgoncalves/origindevel
f1e1e2c09b1d8e4d429601531e1afdcc1af7dae4
0
roles/base
7,370
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: Set hostname to origindevel\n hostname: name=origindevel\n \n- name: Install RPM Fusion rpms (Free and NonFree)\n dnf: name={{ item }} state=latest\n when: ansible_os_family == \"RedHat\"\n with_items:\n - \"http://download1.rpmfusion...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2202, "all_permissive": false }
ansible_role
jsvgoncalves/origindevel
f1e1e2c09b1d8e4d429601531e1afdcc1af7dae4
0
roles/setup
7,370
[ "no_license" ]
[ { "path": "roles/setup/handlers/main.yml", "content": "- name: restart docker\n service: name=docker state=restarted\n\n- name: restart systemctl\n command: /usr/bin/systemctl daemon-reload\n\n- name: restart openshift\n command: /usr/sbin/service openshift restart\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2516, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/cleanup
7,370
[ "no_license" ]
[ { "path": "roles/cleanup/tasks/main.yml", "content": "---\n\n- name: Check if packages need to be autoremoved\n command: apt-get --dry-run autoremove\n register: check_autoremove\n changed_when: check_autoremove.rc != 0\n sudo: true\n\n- name: Autoremove unused packages\n sudo: true\n command: apt-get...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 323, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/common
7,370
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "\n---\n\n- name: Install essential packages\n apt:\n pkg: \"{{ item }}\"\n state: installed\n with_items:\n - vim\n - emacs\n - git\n - tmux\n - wget\n - htop\n - zsh\n - apt-transport-https\n - irssi\n - sshfs\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2557, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/development-common
7,370
[ "no_license" ]
[ { "path": "roles/development-common/tasks/main.yml", "content": "---\n\n- name: Install essential packages\n apt:\n pkg: \"{{ item }}\"\n state: present\n sudo: true\n with_items:\n - build-essential\n - cmake\n - exuberant-ctags\n - git\n - subversion\n - mercurial\n - kdiff3\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/development-java
7,370
[ "no_license" ]
[ { "path": "roles/development-java/tasks/main.yml", "content": "---\n\n- name: Check for Eclipse\n stat:\n path: ~/bin/eclipse\n register: eclipse_directory\n\n- name: Download Eclipse Luna\n get_url:\n url: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/luna/SR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2507, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/development-php
7,370
[ "no_license" ]
[ { "path": "roles/development-php/tasks/main.yml", "content": "---\n\n- name: Install php packages\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - php5\n - php5-curl\n - php-pear\n sudo: true\n\n- name: Ensure ~/bin exists\n file:\n path: ~/bin\n state: directory\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/development-work
7,370
[ "no_license" ]
[ { "path": "roles/development-work/tasks/main.yml", "content": "---\n\n- name: Install dependencies\n apt:\n pkg: \"{{ item }}\"\n state: installed\n sudo: true\n with_items:\n - gdb\n - gtk2-engines-pixbuf\n - libboost-all-dev\n - liblog4cplus-dev\n - libmysqlclient-dev\n - libqt4-dev\n - li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/docker
7,370
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Add Docker key to apt\n apt_key:\n keyserver: hkp://p80.pool.sks-keyservers.net\n id: 36A1D7869245C8950F966E92D8576A8BA88D21E9\n sudo: true\n\n- name: Add Docker repository to apt\n apt_repository:\n repo: deb https://get.docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 595, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/games
7,370
[ "no_license" ]
[ { "path": "roles/games/tasks/main.yml", "content": "---\n\n- name: Add the Debian non-free repository\n apt_repository:\n repo: deb http://http.debian.net/debian/ jessie main contrib non-free\n state: present\n sudo: true\n when: ansible_distribution == 'Debian'\n\n#- name: Check for 32 bit librari...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/graphical-workstations
7,370
[ "no_license" ]
[ { "path": "roles/graphical-workstations/tasks/main.yml", "content": "---\n\n- name: Add the Dropbox package signing key to apt\n apt_key:\n keyserver: pgp.mit.edu\n id: 5044912E\n sudo: true\n\n- name: Add the Dropbox repository\n apt_repository:\n repo: \"deb http://linux.dropbox.com/{{ ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2793, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/jenkins-server
7,370
[ "no_license" ]
[ { "path": "roles/jenkins-server/tasks/main.yml", "content": "---\n\n# TODO: The development-java role has Oracle's JDK8. Separate that out and require it hee.\n#- name: install openjdk 7\n# apt:\n# pkg: openjdk-7-jdk\n# state: installed\n# sudo: true\n\n- name: Install the apt key\n apt_key:\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 851, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/mysql
7,370
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n\n- name: Install mysql server\n apt:\n pkg: mysql-server\n state: installed\n sudo: true\n\n- name: Ensure mysql is running\n service:\n name: mysql\n state: started\n sudo: true\n\n- name: Install the mysqldb python module\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/thinkpads
7,370
[ "no_license" ]
[ { "path": "roles/thinkpads/tasks/main.yml", "content": "- name: Install the Debian non-free repository\n apt_repository:\n repo: deb http://ftp.uk.debian.org/debian/ jessie non-free\n state: present\n sudo: true\n when: ansible_distribution == 'Debian'\n\n- name: Install the Realtek wireless driver...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 819, "all_permissive": false }
ansible_role
mfoo/ansible-playbooks
8430a57a65c46172f70a0baae82ff9df6d0eab6a
0
roles/virtualbox
7,370
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "---\n\n- name: Enable the Jessie contrib repository\n apt_repository:\n repo: deb http://http.debian.net/debian/ jessie main contrib\n state: present\n sudo: true\n when: ansible_distribution == 'Debian'\n\n- name: Install Virtualbox\n apt:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
azharsayyed122/try
eda5bac842b5236b62910dbb9d63fca7727db22f
0
roles/appserver
7,370
[ "no_license" ]
[ { "path": "roles/appserver/tasks/main.yml", "content": "- name: Installing Java\n package:\n name: java \n state: present\n\n- name: Adding Function User \n user:\n name: \"{{APPUSER}}\"\n comment: \"Applicaiton User\" \n\n- name: Download & Extract tomcat \n unarchive:\n src: \"{{TOMCAT_U...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1804, "all_permissive": false }
ansible_role
azharsayyed122/try
eda5bac842b5236b62910dbb9d63fca7727db22f
0
roles/webserver
7,370
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: Installing WebServer\n package:\n name: httpd \n\n- name: Copying the proxy file \n copy: \n src: proxy.conf\n dest: /etc/httpd/conf.d/proxy.conf \n notify: Restart HTTPD \n\n- name: Download default index file \n get_url:\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
siyizheng9/ansible-k8s-ecg
481f9970b57f36aa9c0f0d814c894e6121c756cd
0
roles/addons
7,367
[ "no_license" ]
[ { "path": "roles/addons/tasks/main.yml", "content": "---\n# tasks file for addons\n- name: mkdir for addons\n file:\n dest: ~/addons\n state: directory\n\n- name: cp script files to the path\n copy:\n src: \"{{ item }}\"\n dest: ~/addons\n mode: +x\n with_items: \n - 'setup_dns.sh'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1175, "all_permissive": false }
ansible_role
siyizheng9/ansible-k8s-ecg
481f9970b57f36aa9c0f0d814c894e6121c756cd
0
roles/auth
7,367
[ "no_license" ]
[ { "path": "roles/auth/templates/gen_certs.sh", "content": "#!/bin/bash\n\n# Note remember to replace ip address in host list of kubernetes signing request\n\n# This shell script should generate needed CA files and private keys\n# and also mv file to the corret directories.\n\n# get cluster machines' ip add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7354, "all_permissive": false }
ansible_role
siyizheng9/ansible-k8s-ecg
481f9970b57f36aa9c0f0d814c894e6121c756cd
0
roles/controller
7,367
[ "no_license" ]
[ { "path": "roles/controller/files/approve_csr.sh", "content": "#!/bin/bash\n\ntouch nohup.out\n\nwhile true\ndo\n sleep 10s\n CSR=$(kubectl get csr | grep -v 'Approved' | grep -o '.*csr-[[:alnum:]]*')\n \n if [ -z \"$CSR\" ]; then\n continue\n fi\n \n CSR=$(echo $CSR| xargs)\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3485, "all_permissive": false }
ansible_role
siyizheng9/ansible-k8s-ecg
481f9970b57f36aa9c0f0d814c894e6121c756cd
0
roles/debian
7,367
[ "no_license" ]
[ { "path": "roles/debian/vars/main.yml", "content": "---\n# vars file for debian", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/debian/handlers/main.yml", "content": "---\n# handlers file for debian", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1206, "all_permissive": false }
ansible_role
siyizheng9/ansible-k8s-ecg
481f9970b57f36aa9c0f0d814c894e6121c756cd
0
roles/etcd
7,367
[ "no_license" ]
[ { "path": "roles/etcd/vars/main.yml", "content": "---\n# vars file for etcd\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/etcd/templates/etcd.service.j2", "content": "[Unit]\nDescription=etcd\nDocumentation=https://github.com/coreos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2136, "all_permissive": false }
ansible_role
siyizheng9/ansible-k8s-ecg
481f9970b57f36aa9c0f0d814c894e6121c756cd
0
roles/kafka-cluster
7,367
[ "no_license" ]
[ { "path": "roles/kafka-cluster/files/delete.sh", "content": "#!/bin/bash\n\nkubectl delete -f connector/mongodb/\nkubectl delete -f connector/mqtt/\nkubectl delete -f mqtt/\nkubectl delete -f mongo/\nkubectl delete -f kafka/\nkubectl delete -f zookeeper/", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1655, "all_permissive": false }
ansible_role
siyizheng9/ansible-k8s-ecg
481f9970b57f36aa9c0f0d814c894e6121c756cd
0
roles/worker
7,367
[ "no_license" ]
[ { "path": "roles/worker/templates/kubelet.service.j2", "content": "[Unit]\nDescription=Kubernetes Kubelet\nDocumentation=https://github.com/GoogleCloudPlatform/kubernetes\nAfter=docker.service\nRequires=docker.service\n\n[Service]\nExecStart=/usr/bin/kubelet \\\n --api-servers={{ api_servers.stdout }} \\\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6693, "all_permissive": false }
ansible_role
uknth/homelab
1b83b0748a01aec9092b5478e7d5b2a9f8944d94
2
archive/roles/sourcebot
7,367
[ "no_license" ]
[ { "path": "archive/roles/sourcebot/defaults/main.yml", "content": "# only public repositories\nsb_github_repos:\n- \"unbxd/go-base\"\n\nsb_local_repo_location: \"/mnt/fast2/syncthing/Workspace\"\n\n# local clone\nsb_local_repos:\n- { name: \"fork/wingman\", exclude_paths: []}\n\n# log level - debug, info\ns...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2139, "all_permissive": false }
ansible_role
devopsjourney1/ansible-rasp
0fcba708879fe4bd27453178de4ef42b0b5d04bf
13
roles/common
7,367
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for roles/common\n- include: install_tools.yml\n- include: environment.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/common/tasks/install_tools.yml", "content": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1738, "all_permissive": false }
ansible_role
qkmcampo/CPE212_HOA14.1
82084837f5fea26d96863f6b3c4ae1f506cc0d57
0
roles/Glance
7,367
[ "no_license" ]
[ { "path": "roles/Glance/tasks/main.yml", "content": "\n\n- name: install and configure components of glance\n apt:\n name: glance\n when: ansible_distribution == \"Ubuntu\"\n\n#editing the [database] /etc/glance/glance-api.conf \n\n- name: configuring database access\n copy:\n dest: /etc/glance/gla...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2310, "all_permissive": false }
ansible_role
h3christophe/vagrant-dev
cf40ac34c33bed78315e37932af062d077261a28
0
provisioners/ansible/roles/ansible-galaxy
7,367
[ "no_license" ]
[ { "path": "provisioners/ansible/roles/ansible-galaxy/tasks/main.yml", "content": "---\n- name: run ansible galaxy install\n local_action: command ansible-galaxy install -r /vagrant/provisioners/ansible/requirements.yml -p /home/vagrant/ansible/roles/", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
h3christophe/vagrant-dev
cf40ac34c33bed78315e37932af062d077261a28
0
provisioners/ansible/roles/apache
7,367
[ "no_license" ]
[ { "path": "provisioners/ansible/roles/apache/tasks/main.yml", "content": "---\n#- name: apache conf\n# debug:\n# msg: \"{{ apache }}\"\n \n- name: Install Apache and packages\n become: true\n apt: pkg={{item}} state=latest\n with_items: \"{{ ['apache2'] + apache_packages|default([]) }}\"\n \n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6165, "all_permissive": false }
ansible_role
h3christophe/vagrant-dev
cf40ac34c33bed78315e37932af062d077261a28
0
provisioners/ansible/roles/composer
7,367
[ "no_license" ]
[ { "path": "provisioners/ansible/roles/composer/tasks/main.yml", "content": "---\n- name: download composer\n get_url:\n url: https://getcomposer.org/installer\n dest: /tmp/installer\n tags: composer\n\n- name: install composer\n become: true\n shell: cat /tmp/installer | php -- --install-dir={{ co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1096, "all_permissive": false }
ansible_role
h3christophe/vagrant-dev
cf40ac34c33bed78315e37932af062d077261a28
0
provisioners/ansible/roles/mysql
7,367
[ "no_license" ]
[ { "path": "provisioners/ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Find Hostname\n shell: hostname\n register: current_hostname\n\n- name: Install MySQL Packages\n become: true\n apt: pkg={{ item }} state=latest\n with_items: \"{{mysql_packages}}\"\n \n- name: Start the MySQL servi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1791, "all_permissive": false }
ansible_role
h3christophe/vagrant-dev
cf40ac34c33bed78315e37932af062d077261a28
0
provisioners/ansible/roles/nginx
7,367
[ "no_license" ]
[ { "path": "provisioners/ansible/roles/nginx/tasks/main.yml", "content": "---\n#- debug:\n# msg: \"{{ debug }}\"\n \n# Install NGINX\n\n- name: Make sure apache is not running\n become: true\n apt:\n name: apache2\n autoclean: yes\n autoremove: yes\n state: absent\n\n- name: Install NGINX a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5278, "all_permissive": false }
ansible_role
h3christophe/vagrant-dev
cf40ac34c33bed78315e37932af062d077261a28
0
provisioners/ansible/roles/php
7,367
[ "no_license" ]
[ { "path": "provisioners/ansible/roles/php/templates/config.conf.tpl", "content": "{% for sectionName in config %}\n[{{sectionName}}]\n{% for configName in config[sectionName] %}\n{{configName}}= {{config[sectionName][configName]}}\n{% endfor %}\n{% endfor %}", "license_type": "no_license", "detected...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4841, "all_permissive": false }
ansible_role
h3christophe/vagrant-dev
cf40ac34c33bed78315e37932af062d077261a28
0
provisioners/ansible/roles/php-switcher
7,367
[ "no_license" ]
[ { "path": "provisioners/ansible/roles/php-switcher/tasks/main.yml", "content": "---\n- name: Install PHP Switcher - Create target directory\n file: \n path: /home/vagrant/scripts\n state: directory\n owner: vagrant\n \n- name: Install PHP Switcher\n template: \n src: phpSwitcher.tpl \n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1600, "all_permissive": false }
ansible_role
h3christophe/vagrant-dev
cf40ac34c33bed78315e37932af062d077261a28
0
provisioners/ansible/roles/server
7,367
[ "no_license" ]
[ { "path": "provisioners/ansible/roles/server/tasks/main.yml", "content": "---\n- name: Update apt\n become: yes\n apt: update_cache=yes\n\n- name: Install System Packages\n become: yes\n apt: pkg={{ item }} state=latest\n with_items: \"{{ ['curl', 'wget', 'python-software-properties'] + server_packages...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 615, "all_permissive": false }
ansible_role
benahmid/ansible-filebeat
80e539cb95d87cc6ac7b73632dd510c52e4384ec
0
roles/itr_rdp_filebeat_deploy
7,367
[ "no_license" ]
[ { "path": "roles/itr_rdp_filebeat_deploy/tasks/main.yml", "content": "---\n- name: App User Creation\n include_tasks: \"filebeat-user.yml\"\n- name: App FileSystem Creation\n include_tasks: \"filebeat-filesystem.yml\"\n- name: App Unarchive\n include_tasks: \"filebeat-deploy-archive.yml\"\n- name: App Co...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 6289, "all_permissive": false }
ansible_role
benahmid/ansible-filebeat
80e539cb95d87cc6ac7b73632dd510c52e4384ec
0
roles/itr_rdp_filebeat_undeploy
7,367
[ "no_license" ]
[ { "path": "roles/itr_rdp_filebeat_undeploy/meta/main.yml", "content": "galaxy_info:\n author: <NAME> - 915301 - Lego\n company: ITR/RDB\n description: filebeat undeployment\n min_ansible_version: 2.5\n licence: N/A\n\ndependencies: []\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2279, "all_permissive": false }
ansible_role
Syd/system
ae7fb9e56e58c50f70a11ac9238827c79df85f26
0
roles/restic
7,367
[ "no_license" ]
[ { "path": "roles/restic/vars/main.yml", "content": "---\n# vars file for roles/syd.system.restic\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/restic/templates/restic-backup.timer.j2", "content": "# /etc/systemd/system/restic-backup.t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 7445, "all_permissive": false }
ansible_role
MickaxL/ansible-elk-monitoring
96334a98a20ed65bc653b8368ffaeb122c5aac73
0
roles/beats_agents
7,367
[ "no_license" ]
[ { "path": "roles/beats_agents/vars/Ubuntu.yml", "content": "UbuntuClient_requirement_packages:\n - apt-transport-https\n - filebeat\n - metricbeat\n\nelk_server_ip: 192.168.167.16\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/beats_ag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3882, "all_permissive": false }
ansible_role
MickaxL/ansible-elk-monitoring
96334a98a20ed65bc653b8368ffaeb122c5aac73
0
roles/elk_server
7,367
[ "no_license" ]
[ { "path": "roles/elk_server/tasks/Ubuntu.yml", "content": "- name: Include distribution-specific variables\n ansible.builtin.include_vars:\n file: \"{{ ansible_distribution }}.yml\"\n\n- name: ensure stack components can locate Java\n ansible.builtin.lineinfile:\n path: /etc/environment\n line: J...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2225, "all_permissive": false }
ansible_role
MickaxL/ansible-elk-monitoring
96334a98a20ed65bc653b8368ffaeb122c5aac73
0
roles/update-system
7,367
[ "no_license" ]
[ { "path": "roles/update-system/tasks/Debian.yml", "content": "---\n- name: Update packages on Debian-based systems\n ansible.builtin.apt:\n update_cache: yes\n retries: 5\n delay: 15\n register: apt_update\n until: apt_update is succeeded\n\n- name: Autoremove unused packages (Debian)\n ansible.bui...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1239, "all_permissive": false }
ansible_role
TimGrt/automation-demo
83fafb28b31e9dc9628222b75b8e5d6b0a87b05c
0
roles/1hDD-Demo
7,367
[ "no_license" ]
[ { "path": "roles/1hDD-Demo/tasks/main.yml", "content": "---\n\n- name: Install podman\n ansible.builtin.yum:\n name: podman\n state: present\n become: true\n\n- name: Pull container image\n containers.podman.podman_image:\n name: \"{{ container_image }}\"\n state: present\n\n- name: Start con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 862, "all_permissive": false }
ansible_role
TimGrt/automation-demo
83fafb28b31e9dc9628222b75b8e5d6b0a87b05c
0
roles/aci-automation
7,367
[ "no_license" ]
[ { "path": "roles/aci-automation/tasks/main.yml", "content": "---\n\n- ansible.builtin.import_tasks: tenant.yml # noqa name[missing]\n\n- ansible.builtin.import_tasks: ap.yml # noqa name[missing]\n\n- ansible.builtin.import_tasks: epgs.yml # noqa name[missing]\n", "license_type": "no_license", "detec...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 908, "all_permissive": false }
ansible_role
TimGrt/automation-demo
83fafb28b31e9dc9628222b75b8e5d6b0a87b05c
0
roles/welcome-html
7,367
[ "no_license" ]
[ { "path": "roles/welcome-html/defaults/main.yml", "content": "---\n\nattendee: Teilnehmer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/welcome-html/molecule/default/molecule.yml", "content": "---\ndriver:\n name: docker\nplatforms:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2307, "all_permissive": false }
ansible_role
TimGrt/automation-demo
83fafb28b31e9dc9628222b75b8e5d6b0a87b05c
0
roles/welcome-html-container
7,367
[ "no_license" ]
[ { "path": "roles/welcome-html-container/tasks/main.yml", "content": "---\n\n- name: Gather facts for all containers\n containers.podman.podman_container_info:\n name: welcome-{{ attendee_normalized }}\n changed_when: attendee_container_info.stderr_lines | length == 0\n register: attendee_container_inf...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3138, "all_permissive": false }
ansible_role
PeteDevoy/pg-unique-property-address
511644d772c140c88bf76dcc895d9ad0af084a6b
0
ansible/roles/db-user
7,367
[ "no_license" ]
[ { "path": "ansible/roles/db-user/tasks/main.yml", "content": "- name: create group for db-data\n group:\n name: db-data\n state: present\n\n- name: create groups for each app\n group:\n name: '{{ item.name }}'\n state: present\n with_items: '{{ apps }}'\n\n- name: create user for each app\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
PeteDevoy/pg-unique-property-address
511644d772c140c88bf76dcc895d9ad0af084a6b
0
ansible/roles/pgtap
7,367
[ "no_license" ]
[ { "path": "ansible/roles/pgtap/tasks/main.yml", "content": "- name: install pgtap\n apt: name=postgresql-{{ postgresql.version }}-pgtap state=present\n\n- name: add extension to database\n postgresql_ext: name=pgtap db={{ project.name }}\n become: true\n become_user: pos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
PeteDevoy/pg-unique-property-address
511644d772c140c88bf76dcc895d9ad0af084a6b
0
ansible/roles/postgresql
7,367
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/main.yml", "content": "- name: Add key for Postgres repo\n apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc state=present\n become: true\n\n- name: Add Postgres repo to sources list\n apt_repository: repo='deb http:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2499, "all_permissive": false }
ansible_role
karolkieglerski/ansible-multienv-generator
1b24f14f1fa20f57baa67d56e7316df6707953a8
0
template/roles/role1
7,367
[ "permissive" ]
[ { "path": "template/roles/role1/tasks/apply.yml", "content": "---\n - debug:\n msg: \"for app {{ app }} and app pass is {{ app_pass }}\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 76 }, { "path": "template/roles/role1/tasks/main.y...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 261, "all_permissive": true }
ansible_role
Shuvani/devops
d525d25f89b44979aebba8fd167a17134ff7fa07
0
ansible/roles/deploy_image
7,367
[ "no_license" ]
[ { "path": "ansible/roles/deploy_image/tasks/main.yml", "content": "---\n- name: Create directory\n file:\n path: \"{{ deploy_image_path }}\"\n state: directory\n mode: '0755'\n\n- name: Copy docker-compose\n ansible.builtin.copy:\n src: templates/docker-compose.yml\n dest: \"{{ deploy_image...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1154, "all_permissive": false }
ansible_role
Shuvani/devops
d525d25f89b44979aebba8fd167a17134ff7fa07
0
ansible/roles/install_docker
7,367
[ "no_license" ]
[ { "path": "ansible/roles/install_docker/README.md", "content": "## Role Name\ninstall_docker\n\n## Author Information\n<NAME>: <EMAIL>\n\n## How to use\n```\ndevops/ansible$ ansible-playbook playbooks/app_python_deploy.yaml\n```\n\n## What this role will do?\n- Connect to your server with the ssh\n- Install...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2382, "all_permissive": false }
ansible_role
maskwang/ansible-standard
422a26915adee48320168e10e527ffcea11470ed
3
roles/dailywork
7,367
[ "no_license" ]
[ { "path": "roles/dailywork/tasks/main.yml", "content": "---\n# 做一些部署工作等 \n - name: reload nginx\n action: service name=nginx state=reloaded\n tags: nginx\n\n - name: reload php-fpm\n action: service name=php-fpm state=reloaded\n tags: php-fpm\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
maskwang/ansible-standard
422a26915adee48320168e10e527ffcea11470ed
3
roles/init
7,367
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "---\n - include: baseenv.yml\n - include: softinstall.yml\n - include: envconf.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/init/tasks/softinstall.yml", "content": "---\n - name...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5939, "all_permissive": false }
ansible_role
maskwang/ansible-standard
422a26915adee48320168e10e527ffcea11470ed
3
roles/preinit
7,367
[ "no_license" ]
[ { "path": "roles/preinit/tasks/main.yml", "content": "---\n# 标准机器初始化前准备工作\n# 添加evans账号并同步相应地key\n# 添加ansible账号并同步相应的key\n# 添加wheel组\n# 授予wheel组 nopasswd权限\n\n- name: add group wheel\n action: group name=wheel state=present\n\n- name: add group {{ group }}\n action: group name={{ group }} state=present\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3131, "all_permissive": false }
ansible_role
MSNFernando/postgres-ansible
6283e4ae3c1afbb64a45d336e08e1cd4bc56f8ad
0
roles/postgresql
7,379
[ "no_license" ]
[ { "path": "roles/postgresql/defaults/main.yml", "content": "postgresql_version: 14\nlisten_addresses: '*'\nmax_connections: 1500\nshared_buffers: \"2GB\"\neffective_cache_size: \"6GB\"\nwork_mem: \"8MB\"\nmaintenance_work_mem: \"512MB\"\nlog_min_duration_statement: -1\nallowed_cidrs:\n - \"10.30.0.0/20\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1810, "all_permissive": false }
ansible_role
McEmil1993/ansible-repo
8844d36668009bffefcdc272d76e1dee3b2185ab
1
ansible/roles/mysql
7,379
[ "no_license" ]
[ { "path": "ansible/roles/mysql/files/mysqld.cnf", "content": "# The MySQL database server configuration file.\n\n[mysqld]\nuser = mysql\npid-file = /var/run/mysqld/mysqld.pid\nsocket = /var/run/mysqld/mysqld.sock\nport = 3306\nbasedir = /usr\ndatadir = /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3097, "all_permissive": false }