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
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_add_to_idm
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_add_to_idm/tasks/main.yml", "content": "---\n- name: Install dnf utils\n ansible.builtin.dnf:\n name: dnf-utils\n state: present\n when: ansible_pkg_mgr == \"dnf\"\n\n- name: Install IPA Client for RHEL 7\n ansible.builtin.yum:\n name: ipa-client\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 724, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_cert_check
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_cert_check/defaults/main.yml", "content": "---\ncertificate_port: 443\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/shadowman_cert_check/tasks/main.yml", "content": "---\n- name: Block for cert Check\n bloc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 737, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_cis_windows_2016
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_cis_windows_2016/tasks/section01.yml", "content": "---\n- name: \"SCORED | 1.1.1 | AUDIT | (L1) Ensure 'Enforce password history' is set to '24 or more password(s)'\"\n block:\n - name: \"SCORED | 1.1.1 | AUDIT | (L1) Ensure 'Enforce password history' is set to '24 or more p...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 67532, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_compliance_playbook_create
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_compliance_playbook_create/tasks/main.yml", "content": "---\n- name: Make sure openscap-scanner and scap-security guide are installed\n ansible.builtin.yum:\n name:\n - openscap-scanner\n - scap-security-guide\n state: present\n\n- name: Check if SCAP Security Gu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 847, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_compliance_scan
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_compliance_scan/tasks/main.yml", "content": "---\n- name: Run compliance scan using created policies\n ansible.builtin.command: insights-client --compliance\n register: command_result\n failed_when: \"'command not found' in command_result.stdout\"\n changed_when: command_resul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_create_snapshot
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_create_snapshot/tasks/main.yml", "content": "---\n# - name: RHV Block\n# block:\n# - name: Login to RHV\n# redhat.rhv.ovirt_auth:\n# hostname: \"{{ rhvm_fqdn }}\"\n# username: \"{{ rhvm_user }}\"\n# password: \"{{ <PASSWORD> }}\"\n# ca_file: \"{{ rh...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1285, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_esx_migrate_vms
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_esx_migrate_vms/defaults/main.yml", "content": "---\nvm_names: \"{{ vm_name.split(',') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/shadowman_esx_migrate_vms/tasks/main.yml", "content": "---\n- name: P...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 256, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_esx_update
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_esx_update/tasks/main.yml", "content": "---\n\n- name: ESXi enter maintenance\n community.vmware.vmware_maintenancemode:\n esxi_hostname: \"{{ inventory_hostname }}\"\n evacuate: true\n validate_certs: false\n timeout: 3600\n state: present\n delegate_to: localhos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1485, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_gather_tags
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_gather_tags/tasks/main.yml", "content": "---\n- name: Get VMWare tag info\n community.vmware.vmware_vm_info:\n validate_certs: false\n show_tag: true\n folder: \"/Shadowman-DC/vm/Lab virtual machine\"\n vm_type: \"vm\"\n register: vmware_info\n\n- name: Get Azure VM ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1235, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_idm_user
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_idm_user/tasks/main.yml", "content": "---\n- name: Update user in IDM\n community.general.ipa_user:\n name: \"{{ idm_username }}\"\n state: \"{{ state }}\"\n givenname: \"{{ idm_firstname | default(omit) }}\"\n sn: \"{{ idm_lastname | default(omit) }}\"\n password:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 749, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_image_builder_cockpit_ssl
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_image_builder_cockpit_ssl/handlers/main.yml", "content": "---\n- name: Cockpit_restart\n ansible.builtin.systemd:\n name: cockpit\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/shadowman...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 511, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_image_builder_install
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_image_builder_install/defaults/main.yml", "content": "---\nrhsatellite: true\nsat_host: \"sat6.shadowman.dev\"\nsat_organization: \"Shadow_Man\"\nsat_environment: \"Development\"\nsat_contentview: \"Everything_Red_Hat\"\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1903, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_infra_patching
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_infra_patching/defaults/main.yml", "content": "---\nexclude_packages: \"{{ exclude.split(',') }}\"\nexclude: ''\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/shadowman_infra_patching/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 403, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_kernel_cleanup
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_kernel_cleanup/tasks/main.yml", "content": "---\n- name: Remove old kernels RHEL 7 and older\n ansible.builtin.command: package-cleanup --oldkernels -y\n when: ansible_pkg_mgr == \"yum\"\n register: kernelresult\n changed_when: (kernelresult.stdout_lines | last) == \"Complete!...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 886, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_linux_setup
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_linux_setup/tasks/main.yml", "content": "---\n- name: Add Fancy Legal Disclaimer (MOTD)\n ansible.builtin.copy:\n src: templates/add_motd\n dest: /etc/motd\n owner: root\n group: root\n mode: '0644'\n\n- name: Set timezone\n community.general.timezone:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_local_user_remove
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_local_user_remove/tasks/main.yml", "content": "---\n- name: Block for LM\n when: event_logs is defined\n block:\n - name: Create an incident in ServiceNow\n servicenow.itsm.incident:\n state: new\n description: \"A local user was created with the following ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5412, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_mesh
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_mesh/defaults/main.yml", "content": "---\nmesh_target: rhel8.shadowman.dev\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/shadowman_mesh/tasks/main.yml", "content": "---\n- name: Show mesh status\n ansible.b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 580, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_patching
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_patching/defaults/main.yml", "content": "---\nacceptlist: ''\nrejectlist: ''\ncategories: '*'\nexclude_packages: \"{{ exclude.split(',') }}\"\nexclude: ''\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/shadowman...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 370, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_patching_async
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_patching_async/tasks/main.yml", "content": "---\n- name: Patch Server\n ansible.builtin.yum:\n name: '*'\n state: latest\n update_only: true\n async: 1000\n poll: 0\n register: yum_sleeper\n\n- name: Check Remaining Packages {{ inventory_hostname }}\n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_reboot
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_reboot/tasks/linux.yml", "content": "---\n- name: Reboot Server if Necessary\n ansible.builtin.reboot:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/shadowman_reboot/tasks/main.yml", "content": "---\n- name...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 329, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_register_insights
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_register_insights/tasks/main.yml", "content": "---\n- name: Install Insights and OpenSCAP\n ansible.builtin.yum:\n name:\n - openscap-scanner\n - scap-security-guide\n - insights-client\n state: present\n\n- name: Register Insights Client\n redhat.insights.i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_remove_snapshot
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_remove_snapshot/tasks/main.yml", "content": "---\n# - name: RHV Block\n# block:\n# - name: Login to RHV\n# redhat.rhv.ovirt_auth:\n# hostname: \"{{ rhvm_fqdn }}\"\n# username: \"{{ rhvm_user }}\"\n# password: \"{{ <PASSWORD> }}\"\n# ca_file: \"{{ rh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1366, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_rhel_register
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_rhel_register/tasks/main.yml", "content": "---\n- name: Set activation key for RHEL7\n ansible.builtin.set_fact:\n activation_key: RHEL7\n when:\n - ansible_distribution_version is match(\"7.*\")\n - shadowman_provision_hypervisor|default('RHV') != \"Azure\"\n - shad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4317, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_rhel_template_seal
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_rhel_template_seal/tasks/main.yml", "content": "---\n- name: Enable initial-setup service\n ansible.builtin.systemd:\n name: initial-setup.service\n enabled: true\n when: ansible_distribution_version is match(\"7.*\")\n\n- name: Set Machine ID file permissions\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1827, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_run_scap
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_run_scap/tasks/main.yml", "content": "---\n- name: Make sure openscap-scanner and scap-security guide are installed yum\n ansible.builtin.yum:\n name:\n - openscap-scanner\n - scap-security-guide\n state: present\n when: ansible_pkg_mgr == \"yum\"\n\n- name: Make...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5661, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_scan_systems
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_scan_systems/tasks/windows.yml", "content": "---\n- name: \"Scan packages (Windows)\"\n shadowman.reports.win_scan_packages:\n when: ansible_os_family == \"Windows\"\n\n- name: \"Scan services (Windows)\"\n shadowman.reports.win_scan_services:\n when: ansible_os_family == \"Wi...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 929, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_schedule
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_schedule/tasks/main.yml", "content": "---\n- name: Build the Schedule for {{ job_template_name }} job at {{ date_time }} GMT\n ansible.controller.schedule:\n name: Run {{ job_template_name }} job at {{ date_time }} GMT\n state: present\n unified_job_template: \"{{ job_te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 728, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_schedule_cr
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_schedule_cr/tasks/main.yml", "content": "---\n- name: Build the Schedule for {{ job_template_name }} job at {{ date_time }} GMT\n ansible.controller.schedule:\n name: Run {{ job_template_name }} job at {{ date_time }} GMT\n state: present\n unified_job_template: \"{{ job...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1462, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_snapshot_restore
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_snapshot_restore/defaults/main.yml", "content": "---\ndescription: \"pre_patch\"\nsnap_name: \"pre_patch_snapshot\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/shadowman_snapshot_restore/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2309, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_stig_windows_2016
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_stig_windows_2016/tasks/cat3.yml", "content": "---\n- name: \"LOW | WN16-00-000200 | Non-administrative accounts or groups must only have print permissions on printer shares.\"\n block:\n - name: \"LOW | WN16-00-000200 | AUDIT | Non-administrative accounts or groups must onl...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 22898, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_tower_metrics
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_tower_metrics/tasks/main.yml", "content": "---\n- name: Pull Tower Metrics\n community.postgresql.postgresql_query:\n db: awx\n query: SELECT name,last_job_id FROM public.main_host WHERE last_job_id >= {{ last_job_id }} ORDER BY last_job_id DESC\n login_user: \"{{ db_use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_vcenter_admin
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_vcenter_admin/tasks/main.yml", "content": "---\n- name: Add VCenter Admin Permissions\n community.vmware.vmware_object_role_permission:\n validate_certs: false\n role: Admin\n principal: \"shadowman.dev\\\\{{ awx_user_name }}\"\n object_name: rootFolder\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_vmware_vm_info
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_vmware_vm_info/tasks/main.yml", "content": "---\n- name: Get all of the Guest Info\n community.vmware.vmware_guest_info:\n validate_certs: false\n schema: vsphere\n name: \"{{ inventory_hostname }}\"\n register: info\n delegate_to: localhost\n\n- name: Firmware Check\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1305, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_windows_powershell
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_windows_powershell/tasks/main.yml", "content": "---\n- name: Copy Powershell script to temp folder\n ansible.windows.win_copy:\n src: files/example.ps1\n dest: C:/temp/example.ps1\n\n- name: Run Powershell script\n ansible.windows.win_command: \"powershell.exe -ExecutionPo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_windows_user
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_windows_user/tasks/main.yml", "content": "---\n- name: Ensure user is absent\n ansible.windows.win_user:\n name: \"{{ usertodelete }}\"\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
Crussassin/ansible
25a506773b749dcd2fcb8aa30221492ee8cc34e9
0
roles/docker
7,425
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n\n- name: Install Docker\n yum:\n name:\n - docker\n state: latest\n\n\n\n- name: Start Docker service\n service:\n name: docker\n state: started\n enabled: yes\n\n\n- name: Log into private registry and force re-authorization\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
Crussassin/ansible
25a506773b749dcd2fcb8aa30221492ee8cc34e9
0
roles/nginx
7,425
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n\n- name: Install Docker\n yum:\n name:\n - docker \n state: latest\n\n- name: Start Docker service\n service:\n name: docker\n state: started\n enabled: yes\n\n\n- name: generate nginx.conf\n template: src=nginx.j2 dest=/roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
maverick9475/ords
7aeca924bb2f3ee45c3e192b6487dea87f49988a
0
playbooks/roles/podman_containers
7,425
[ "no_license" ]
[ { "path": "playbooks/roles/podman_containers/vars/main.yml", "content": "podman_user: \"vagrant\"\nregistry_username: \"<EMAIL>\"\nregistry_password: \"<PASSWORD>\"\noracle_pwd: \"<PASSWORD>\"\ndb_conn_string: \"sys/4LSdWeQuGWFssjgkR@{{ ansible_default_ipv4.address }}:1521/ORCLCDB\"\ndb_url_string: \"jdbc:o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8740, "all_permissive": false }
ansible_role
giahuy2201/macos-setup
ca8d65faed5d3e50d730b575f536359e1bcb41ef
0
roles/configs
7,425
[ "no_license" ]
[ { "path": "roles/configs/tasks/main.yml", "content": "---\n- include_tasks: dotfiles.yml\n when: with_dotfiles\n- include_tasks: local.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/configs/tasks/dotfiles.yml", "content": "---\n- na...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2037, "all_permissive": false }
ansible_role
giahuy2201/macos-setup
ca8d65faed5d3e50d730b575f536359e1bcb41ef
0
roles/defaults
7,425
[ "no_license" ]
[ { "path": "roles/defaults/tasks/trackpad.yml", "content": "---\n- name: Enable {{ item.desc }}\n osx_defaults:\n domain: '{{ item.domain }}'\n key: '{{ item.key }}'\n type: '{{ item.type }}'\n value: '{{ item.value }}'\n loop:\n - key: com.apple.trackpad.forceClick\n desc: 'force click...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8824, "all_permissive": false }
ansible_role
giahuy2201/macos-setup
ca8d65faed5d3e50d730b575f536359e1bcb41ef
0
roles/packages
7,425
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n- include_tasks: homebrew.yml\n- include_tasks: pip.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/packages/tasks/homebrew.yml", "content": "---\n- name: Update homebrew its...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 788, "all_permissive": false }
ansible_role
giahuy2201/macos-setup
ca8d65faed5d3e50d730b575f536359e1bcb41ef
0
roles/services
7,425
[ "no_license" ]
[ { "path": "roles/services/tasks/skhd.yml", "content": "---\n- name: Start skhd service\n command: /opt/homebrew/bin/skhd --start-service", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/services/tasks/yabai.yml", "content": "---\n- name: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 343, "all_permissive": false }
ansible_role
sevengo8378/ansible-scaffold
ca3b0a61955e769c564096ae6fa3f332e544f651
0
roles/common
7,425
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n#- include: users.yml\n#- include: user_saybot.yml\n- include: my_env.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/common/tasks/users.yml", "content": "---\n- name: cr...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1790, "all_permissive": false }
ansible_role
sevengo8378/ansible-scaffold
ca3b0a61955e769c564096ae6fa3f332e544f651
0
roles/ubuntu
7,425
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/upgrade.yml", "content": "---\n- name: upgrade all packages\n apt: upgrade=dist update_cache=yes\n become: true\n become_method: sudo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/ubuntu/tasks/hanfei_sudo...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1034, "all_permissive": false }
ansible_role
akale9888/repo
0c061870806063fad0014dd21caf72641a3b40eb
0
Roles/webserver
7,425
[ "no_license" ]
[ { "path": "Roles/webserver/tasks/main.yaml", "content": "- name: Install httpd package\n yum: \n state: present\n name: httpd\n\n- name: copy proxy file\n copy:\n src: proxy.conf\n dest: /etc/httpd/conf.d/proxy.conf\n\n- name: content of html \n get_url: \n url: https://okokokokokokokoko...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 445, "all_permissive": false }
ansible_role
chromium58/ansible-ceph-vagrant
8d282dab1e520564fe99fa092d0dcea1ebac2357
0
roles/ceph-admin
7,425
[ "no_license" ]
[ { "path": "roles/ceph-admin/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ceph-admin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/ceph-admin/handlers/main.yml", "content": "---\n# handlers f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2988, "all_permissive": false }
ansible_role
chromium58/ansible-ceph-vagrant
8d282dab1e520564fe99fa092d0dcea1ebac2357
0
roles/ceph-node
7,425
[ "no_license" ]
[ { "path": "roles/ceph-node/vars/main.yml", "content": "---\n# vars file for ceph-node", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/ceph-node/tasks/main.yml", "content": "---\n# tasks file for ceph-node\n\n- name: Create ceph user\n us...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 811, "all_permissive": false }
ansible_role
Kerryhen/workstations
61e07d647c2810df8e0f6e2d5449dcef908b983d
0
roles/archlinux
7,425
[ "no_license" ]
[ { "path": "roles/archlinux/tasks/dotfiles.yml", "content": "---\n- name: sync dotfiles\n ansible.builtin.git:\n repo: https://github.com/kerryhen/dotfiles.git\n dest: '/home/{{ ansible_user_id}}/dotfiles'\n update: true\n force: true\n depth: 1\n\n- name: Stow tmux\n ansible.builtin.command...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2358, "all_permissive": false }
ansible_role
theneedyguy/squest-operator
37f871921a7963c003984b334d75d548edd5b01e
0
roles/squest
7,425
[ "no_license" ]
[ { "path": "roles/squest/templates/deployments/rabbitmq.yaml.j2", "content": "{% if rabbitmq_persistence_enabled | bool %}\n---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n labels:\n name: {{ ansible_operator_meta.name }}-rabbitmq-pvc\n namespace: {{ ansible_operator_meta.namespace }}\nspec:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 24771, "all_permissive": false }
ansible_role
opencord/openolt
57d7eb9f105a87c4edb667d2348ce4d7c30b0250
50
olt-sw-upgrade/test/ansible/roles/upgrade
7,425
[ "no_license" ]
[ { "path": "olt-sw-upgrade/test/ansible/roles/upgrade/tasks/main.yml", "content": "# Copyright (c) 2020 Open Networking Foundation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the Licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1577, "all_permissive": false }
ansible_role
Nakusu/cloud1
4581875c884496307b88cf505cf750dcdf3a14f5
0
roles/clean
7,425
[ "no_license" ]
[ { "path": "roles/clean/tasks/main.yml", "content": "- name: Remove images and networks\n shell: docker system prune -a --force\n- name: Remove volumes\n shell: docker volume prune -a --force\n- name: Remove app\n ansible.builtin.file:\n state: absent\n path: /home/app", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
Nakusu/cloud1
4581875c884496307b88cf505cf750dcdf3a14f5
0
roles/docker-compose-install
7,425
[ "no_license" ]
[ { "path": "roles/docker-compose-install/files/app/images/php-my-admin/Dockerfile", "content": "FROM php:8.2-fpm\n\n# Packages\nRUN apt-get update && apt-get install -y \\\n libzip-dev \\\n zip \\\n curl \\\n wget\n\nRUN docker-php-ext-install mysqli \\\n pdo \\\n pdo_mysql\n\nRUN c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7761, "all_permissive": false }
ansible_role
Nakusu/cloud1
4581875c884496307b88cf505cf750dcdf3a14f5
0
roles/docker-install
7,425
[ "no_license" ]
[ { "path": "roles/docker-install/tasks/main.yml", "content": "- name: Install required\n ansible.builtin.apt:\n pkg:\n - ca-certificates\n - curl\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n- name: Add Docker Repository...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 519, "all_permissive": false }
ansible_role
Nakusu/cloud1
4581875c884496307b88cf505cf750dcdf3a14f5
0
roles/docker-start
7,425
[ "no_license" ]
[ { "path": "roles/docker-start/tasks/main.yml", "content": "- name: Build and start containers\n community.docker.docker_compose_v2:\n build: \"always\"\n wait: true\n wait_timeout: 20\n project_name: hiboucloud\n project_src: /home/app/\n- name: Install wordpress\n community.docker.docker_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
Nakusu/cloud1
4581875c884496307b88cf505cf750dcdf3a14f5
0
roles/docker-stop
7,425
[ "no_license" ]
[ { "path": "roles/docker-stop/tasks/main.yml", "content": "- name: Stop containers\n community.docker.docker_compose_v2:\n state: absent\n project_name: hiboucloud\n project_src: /home/app/", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
Nakusu/cloud1
4581875c884496307b88cf505cf750dcdf3a14f5
0
roles/generate-certificates
7,425
[ "no_license" ]
[ { "path": "roles/generate-certificates/tasks/main.yml", "content": "- name: Generate certificates\n shell: openssl req -x509 -newkey rsa:4096 -keyout /tmp/key.pem -out /tmp/cert.pem -sha256 -days 3650 -nodes -subj \"/O={{ organization_name }}/CN={{ base_domain }}\"", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/bazarr
7,425
[ "no_license" ]
[ { "path": "roles/bazarr/templates/docker-compose.yml.j2", "content": "version: \"3\"\n\nservices:\n bazarr:\n container_name: bazarr\n image: linuxserver/bazarr\n restart: unless-stopped\n environment:\n - PUID={{ moorea_uid }}\n - PGID={{ moorea_gid }}\n - TZ=Europe/Paris\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1416, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/deluge
7,425
[ "no_license" ]
[ { "path": "roles/deluge/defaults/main.yml", "content": "---\n# defaults file for deluge\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/deluge/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1544, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/docker
7,425
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n# handlers file for docker\n- name: Start docker service\n ansible.builtin.service:\n name: containerd\n state: started\n become: true\n tags: docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1629, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/filebrowser
7,425
[ "no_license" ]
[ { "path": "roles/filebrowser/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - filebrowser\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/filebrowser/templates/docker-compose.yml.j2", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1944, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/flaresolverr
7,425
[ "no_license" ]
[ { "path": "roles/flaresolverr/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - flaresolverr\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/flaresolverr/files/docker-compose.yml", "content": "ve...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1246, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/jackett
7,425
[ "no_license" ]
[ { "path": "roles/jackett/handlers/main.yml", "content": "---\n# handlers file for jackett\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/jackett/defaults/main.yml", "content": "---\n# defaults file for jackett\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1438, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/nextcloud
7,425
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/main.yml", "content": "---\n# tasks file for nextcloud\n- name: Get moorea user info\n ansible.builtin.getent:\n database: passwd\n key: moorea\n tags: nextcloud\n\n- name: Create directories\n ansible.builtin.file:\n path: /opt/nextcloud/mysql\n state: direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1557, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/nukuhiva
7,425
[ "no_license" ]
[ { "path": "roles/nukuhiva/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nukuhiva\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/nukuhiva/tasks/main.yml", "content": "---\n# tasks file for nu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2598, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/prowlarr
7,425
[ "no_license" ]
[ { "path": "roles/prowlarr/templates/docker-compose.yml.j2", "content": "---\nversion: \"2.1\"\nservices:\n prowlarr:\n image: lscr.io/linuxserver/prowlarr:latest\n container_name: prowlarr\n environment:\n - PUID={{ moorea_uid }}\n - PGID={{ moorea_gid }}\n - TZ=Europe/Paris\n vo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1495, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/radarr
7,425
[ "no_license" ]
[ { "path": "roles/radarr/defaults/main.yml", "content": "---\n# defaults file for radarr\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/radarr/tasks/main.yml", "content": "---\n# tasks file for radarr\n- name: Get moorea user info\n an...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1435, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/sonarr
7,425
[ "no_license" ]
[ { "path": "roles/sonarr/templates/docker-compose.yml.j2", "content": "version: \"3\"\n\nservices:\n sonarr:\n container_name: sonarr\n image: linuxserver/sonarr\n restart: unless-stopped\n environment:\n - PUID={{ moorea_uid }}\n - PGID={{ moorea_gid }}\n - TZ=Europe/Paris\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1401, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/tidescraper
7,425
[ "no_license" ]
[ { "path": "roles/tidescraper/handlers/main.yml", "content": "---\n# handlers file for tidescraper\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/tidescraper/tasks/main.yml", "content": "---\n# tasks file for tidescraper\n- name: Create...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1666, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/traefik
7,425
[ "no_license" ]
[ { "path": "roles/traefik/files/conf.d/jellyfin.yml", "content": "http:\n routers:\n jellyfin-http:\n rule: \"Host(`jellyfin.lu6fer.fr`)\"\n service: \"jellyfin\"\n entryPoints:\n - \"http\"\n middlewares:\n - \"redirect\"\n jellyfin-https:\n rule: \"Host(`jellyf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 21, "total_bytes": 11384, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/users
7,425
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n# tasks file for users\n- name: Create groups\n ansible.builtin.group:\n name: \"{{ group }}\"\n become: true\n tags: users\n\n- name: Create users\n ansible.builtin.user:\n name: \"{{ item }}\"\n groups:\n - \"{{ group }}\"\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/vaultwarden
7,425
[ "no_license" ]
[ { "path": "roles/vaultwarden/tasks/main.yml", "content": "---\n# tasks file for vaultwarden\n- name: Create directories\n ansible.builtin.file:\n path: /opt/vaultwarden\n state: directory\n mode: \"755\"\n owner: moorea\n group: moorea\n become: true\n tags: vaultwarden\n\n- name: Copy doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1043, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/watchtower
7,425
[ "no_license" ]
[ { "path": "roles/watchtower/tasks/main.yml", "content": "---\n# tasks file for watchtower\n- name: Create watchtower directory\n ansible.builtin.file:\n path: \"/opt/watchtower\"\n recurse: true\n state: directory\n mode: \"755\"\n owner: moorea\n group: moorea\n become: true\n tags: wa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 582, "all_permissive": false }
ansible_role
lu6fer/nukuhiva
9727f8019fb64295f8e75bedc25b5161b05afd3e
0
roles/wireguard
7,425
[ "no_license" ]
[ { "path": "roles/wireguard/templates/wg0.conf.j2", "content": "[Interface]\nAddress = 10.60.1.254/32\nListenPort = 51820\nPrivateKey = {{ wireguard_private_key }}\nPostUp = /etc/wireguard/masquerade.sh start\nPostDown = /etc/wireguard/masquerade.sh stop\n\n[Peer]\n# Moorea\nPublicKey = <KEY>\nAllowedIPs = 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3685, "all_permissive": false }
ansible_role
BenoitEirik/TD-DevOps
b3286424ae03932d1d2dd6e69d23825aa570d7fd
0
Exo-2/ansible/roles/docker
7,424
[ "no_license" ]
[ { "path": "Exo-2/ansible/roles/docker/tasks/main.yml", "content": "- name: Install required system packages\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n loop: ['apt-transport-https','ca-certificates','curl','gnupg2','software-properties-common']\n\n- name: Add GPG key\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
BenoitEirik/TD-DevOps
b3286424ae03932d1d2dd6e69d23825aa570d7fd
0
Exo-3/ansible/roles/node
7,424
[ "no_license" ]
[ { "path": "Exo-3/ansible/roles/node/tasks/main.yml", "content": "- name: Creates directory\n file:\n path: /www\n state: directory\n\n- name: Create package.json file\n copy:\n dest: /www/package.json\n content: |\n {\n \"name\": \"docker_web_app\",\n \"version\": \"1.0.0\",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1653, "all_permissive": false }
ansible_role
BenoitEirik/TD-DevOps
b3286424ae03932d1d2dd6e69d23825aa570d7fd
0
Exo-4/ansible/roles/nginx
7,424
[ "no_license" ]
[ { "path": "Exo-4/ansible/roles/nginx/tasks/main.yml", "content": "- name: Creates directory\n file:\n path: /www\n state: directory\n \n- name:\n copy:\n src: ./www/\n dest: /www/\n\n- name: Install pip3\n apt:\n name: python3-pip\n\n- name: Install docker-compose module\n pip:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 803, "all_permissive": false }
ansible_role
BenoitEirik/TD-DevOps
b3286424ae03932d1d2dd6e69d23825aa570d7fd
0
Exo-5/ansible/roles/minikube
7,424
[ "no_license" ]
[ { "path": "Exo-5/ansible/roles/minikube/tasks/main.yml", "content": "- name: Download minikube\n get_url: \n url : https://storage.googleapis.com/minikube/releases/latest/minikube_latest_amd64.deb\n dest: /tmp\n mode: 'u+x,g+x'\n \n- name: Install package\n apt:\n deb: /tmp/minikube_latest_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
BenoitEirik/TD-DevOps
b3286424ae03932d1d2dd6e69d23825aa570d7fd
0
Exo-5/ansible/roles/node2
7,424
[ "no_license" ]
[ { "path": "Exo-5/ansible/roles/node2/tasks/main.yml", "content": "- name: Creates directory\n file:\n path: /www2\n state: directory\n\n- name: Create package.json file\n copy:\n dest: /www2/package.json\n content: |\n {\n \"name\": \"docker_web_app2\",\n \"version\": \"1.0....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2145, "all_permissive": false }
ansible_role
NonsoEchendu/full-stack-fastapi-project
715996737a0d736ba73ffdabc98bdb59213bc1d1
0
ansible/roles/app_stack
7,424
[ "no_license" ]
[ { "path": "ansible/roles/app_stack/tasks/main.yml", "content": "---\n- name: Ensure application deployment directory exists on server\n ansible.builtin.file:\n path: \"{{ app_stack_config_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Ensure 'frontend' subdirectory exists within app_stack_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1923, "all_permissive": false }
ansible_role
NonsoEchendu/full-stack-fastapi-project
715996737a0d736ba73ffdabc98bdb59213bc1d1
0
ansible/roles/common_setup
7,424
[ "no_license" ]
[ { "path": "ansible/roles/common_setup/tasks/main.yml", "content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_os_family == \"Debian\"\n\n- name: Ensure essential Python packages are present and up-to-date (Ubuntu/Debian)\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4281, "all_permissive": false }
ansible_role
NonsoEchendu/full-stack-fastapi-project
715996737a0d736ba73ffdabc98bdb59213bc1d1
0
ansible/roles/monitoring_stack
7,424
[ "no_license" ]
[ { "path": "ansible/roles/monitoring_stack/tasks/main.yml", "content": "---\n- name: Ensure monitoring stack config directory exists on server\n ansible.builtin.file:\n path: \"{{ monitoring_stack_config_dir }}\"\n state: directory\n mode: '0755'\n\n\n- name: Synchronize monitoring docker-compose.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1761, "all_permissive": false }
ansible_role
NonsoEchendu/full-stack-fastapi-project
715996737a0d736ba73ffdabc98bdb59213bc1d1
0
ansible/roles/traefik_config
7,424
[ "no_license" ]
[ { "path": "ansible/roles/traefik_config/tasks/main.yml", "content": "---\n- name: Ensure Traefik static config directory exists on server\n ansible.builtin.file:\n path: \"{{ app_base_dir }}/traefik\"\n state: directory\n mode: '0755'\n\n- name: Synchronize Traefik static configuration files (trae...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
waellb/projetCD
8253410f99104b519afafc3ed8e36a3ffdd36615
0
Ansible/roles/docker
7,424
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: waellbelhadj/devops\n build:\n path: /var/lib/jenkins/workspace/pipelineCD@2\n pull: no\n source: build\n state: present\n force_source: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
waellb/projetCD
8253410f99104b519afafc3ed8e36a3ffdd36615
0
Ansible/roles/docker-registry
7,424
[ "no_license" ]
[ { "path": "Ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n- name: Log into DockerHub\n docker_login:\n username: waellbelhadj\n password: <PASSWORD>\n\n- name: Push the Docker image into the repo\n shell: docker push waellbelhadj/devops:latest\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
bilalislam/lemp-stack
9ff8f07ce4a0d8ce91cad97cc90d91da97acad04
0
roles/web
7,424
[ "no_license" ]
[ { "path": "roles/web/vars/main.yml", "content": "---\n# vars file for web\n\nphp_version: 7.2\ndomain_name: anakin\nos_version: 18.04", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/web/templates/vhost.j2", "content": "server {\n liste...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3290, "all_permissive": false }
ansible_role
MaximCosta/epitek
c5e9598f67a0dd92ac6723e081efcd5e5df9500d
0
octopus/roles/base
7,424
[ "no_license" ]
[ { "path": "octopus/roles/base/tasks/main.yml", "content": "- name: Update and upgrade all packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n\n- name: Install package\n apt:\n name:\n - git\n - libpq-dev\n - software-properties-common\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
MaximCosta/epitek
c5e9598f67a0dd92ac6723e081efcd5e5df9500d
0
octopus/roles/poll
7,424
[ "no_license" ]
[ { "path": "octopus/roles/poll/tasks/main.yml", "content": "- name: Create /etc/poll\n ansible.builtin.file:\n path: /etc/poll\n state: directory\n mode: \"0755\"\n\n- name: Extract and copy poll.tar to /etc/poll\n ansible.builtin.unarchive:\n src: poll.tar\n dest: /etc/poll\n owner: root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 785, "all_permissive": false }
ansible_role
MaximCosta/epitek
c5e9598f67a0dd92ac6723e081efcd5e5df9500d
0
octopus/roles/postgresql
7,424
[ "no_license" ]
[ { "path": "octopus/roles/postgresql/tasks/main.yml", "content": "- name: Add PostgreSQL GPG key\n become: true\n ansible.builtin.apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n\n- name: Add PostgreSQL repository\n become: true\n apt_repository:\n repo: deb ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3145, "all_permissive": false }
ansible_role
MaximCosta/epitek
c5e9598f67a0dd92ac6723e081efcd5e5df9500d
0
octopus/roles/redis
7,424
[ "no_license" ]
[ { "path": "octopus/roles/redis/tasks/main.yml", "content": "- name: Install redis\n become: true\n apt:\n name: redis-server\n state: latest\n update_cache: yes\n register: redis_install\n\n- name: Create Redis data directory\n become: true\n register: dir_redis\n file:\n path: \"/var/lib/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 852, "all_permissive": false }
ansible_role
ddinglasan/act9
80c051d70179fffd1eeb34693d414d4e2fb98556
0
roles/Ubuntu
7,424
[ "no_license" ]
[ { "path": "roles/Ubuntu/tasks/main.yml", "content": "---\n- name: install prometheus on ubuntu\n apt:\n name: prometheus\n state: present\n become: yes\n\n- name: Nagios Start/Enable Check\n service:\n name: prometheus\n state: restarted\n enabled: true\n\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
Mergen-MA/Cloud-and-Devops_Tools-Hands_on-Training
957242922da52695b56be2b64542820d49079851
1
Devops/Ansible/ansible-05-using-roles-and-ansible-galaxy/ansible/roles/apache
7,424
[ "no_license" ]
[ { "path": "Devops/Ansible/ansible-05-using-roles-and-ansible-galaxy/ansible/roles/apache/tasks/main.yml", "content": "---\n# tasks file for /home/ec2-user/ansible/roles/apache\n\n- name: installing apache\n ansible.builtin.yum:\n name: httpd\n state: latest\n\n- name: index.html\n ansible.builtin.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
oglok/ansible-vnf
bd52cd9ea4dc2ef095cb7e3b9c6bdbc5a555d70f
1
roles/rdocloud
7,424
[ "no_license" ]
[ { "path": "roles/rdocloud/tasks/main.yml", "content": "---\n- name: Instantiate a VM into RDO cloud\n os_server:\n state: present\n auth:\n auth_url: https://my.cloud.rdoproject.org:13000/v2.0\n username: rnoriega\n password: XXX\n project_name: rnoriega\n name: vnf\n image:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
oglok/ansible-vnf
bd52cd9ea4dc2ef095cb7e3b9c6bdbc5a555d70f
1
roles/rdocloud2
7,424
[ "no_license" ]
[ { "path": "roles/rdocloud2/tasks/main.yml", "content": "---\n- name: Instantiate a VM into RDO cloud\n shell: 'source /home/centos/openrc && nova boot vnf --flavor m1.small --image CentOS-7-x86_64-GenericCloud-1703 --security-groups default,devel --key-name macbook --nic net-name=private_network,tag=ricky ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
oglok/ansible-vnf
bd52cd9ea4dc2ef095cb7e3b9c6bdbc5a555d70f
1
roles/vnf
7,424
[ "no_license" ]
[ { "path": "roles/vnf/tasks/main.yml", "content": "---\n- name: Create folder to mount config driver\n file:\n path: /mnt/config\n state: directory\n mode: u+rwx\n become: true\n- name: Mounting config-drive\n mount:\n path: /mnt/config\n src: /dev/disk/by-label/config-2\n opts: ro\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1575, "all_permissive": false }
ansible_role
hoanviettran/ansible-redis
6ec285df2fe208d54e7ae863ef0e85493f25c201
0
roles/redis
7,424
[ "no_license" ]
[ { "path": "roles/redis/vars/debian.yml", "content": "---\nredis_package: redis\nredis_daemon: redis-server\nredis_conf_dir: /etc/redis\nredis_conf_mode: 0644\nredis_data_mode: 0750\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/redis/temp...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5410, "all_permissive": false }
ansible_role
covid-taskforce-cplp/hxl-standard-tools-stack
2798cc9bf18ada57fd87ccc7a8f533c4541b2296
2
ansible/playbooks/roles/ckan
7,424
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/ckan/tasks/install.yml", "content": "---\n# FILE: playbooks/roles/ckan/tasks/install.yml\n# LICENSE: Public Domain\n\n- name: \"CKAN | Install {{ ckan_package_url }}\"\n apt:\n deb: \"{{ ckan_package_url }}\"\n # install_recommends: no\n", "li...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4104, "all_permissive": true }
ansible_role
covid-taskforce-cplp/hxl-standard-tools-stack
2798cc9bf18ada57fd87ccc7a8f533c4541b2296
2
ansible/playbooks/roles/traefik
7,424
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/traefik/tasks/install.yml", "content": "---\n# FILE: playbooks/roles/traefik/tasks/install.yml\n# LICENSE: Public Domain\n\n- name: \"Create traefik_temp_dir\"\n tempfile:\n state: directory\n suffix: traefik_temp_dir\n register: traefik_temp_dir...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 10194, "all_permissive": true }
ansible_role
Rahulkamde/ansible.roles
7f7a4fc63f39ded8e60904811b45c40bb981dd31
0
roles/appserver
7,424
[ "no_license" ]
[ { "path": "roles/appserver/vars/main.yml", "content": "tomcat_url: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.70/bin/apache-tomcat-9.0.70.zip\npackage1: openjdk-11-jre\npackage2: unzip\npackage3: wget\ntomcatfile_src: /opt/apache-tomcat-9.0.70.zip\ntomcatfile_dest: /opt\ntomcatstudentwar: https://s3-us-w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1211, "all_permissive": false }
ansible_role
Rahulkamde/ansible.roles
7f7a4fc63f39ded8e60904811b45c40bb981dd31
0
roles/webserver
7,424
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: Package installation\n ansible.builtin.package:\n state: present\n name: apache2\n\n- name: Download Package\n ansible.builtin.get_url:\n url: \"{{url}}\"\n dest: /opt\n\n- name: unzip package\n ansible.builtin.unarchive:\n sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 498, "all_permissive": false }
ansible_role
paraskeuos/ansible_testing
2ff8492f21a20ca08974045c1f7a8163262e2f11
0
roles/ubuntu
7,423
[ "no_license" ]
[ { "path": "roles/ubuntu/handlers/main.yml", "content": "---\n# handlers file for roles/ubuntu\n\n- name: Handler2\n ansible.builtin.shell:\n cmd: echo handler2\n\n- name: Handler1\n ansible.builtin.shell:\n cmd: echo handler1\n\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 353, "all_permissive": false }