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 | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/games | 96 | [
"no_license"
] | [
{
"path": "roles/games/templates/games/gamemode_script.j2",
"content": "#!/bin/bash\n# vim: noet\n\nif [[ -n \"$GAMEMODE_SCRIPT_DISABLE\" ]]; then\n\texit\nfi\n\ncase $1 in\nstart)\n\techo always >/sys/kernel/mm/transparent_hugepage/enabled\n\techo advise >/sys/kernel/mm/transparent_hugepage/shmem_enabled\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2564,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/hostname | 96 | [
"no_license"
] | [
{
"path": "roles/hostname/templates/hostname/hosts.j2",
"content": "# Static table lookup for hostnames.\n# See hosts(5) for details.\n\n127.0.0.1\t\tlocalhost\n127.0.1.1\t\t{{ hostname }}.localdomain\t{{ hostname }}\n::1\t\t\t\tlocalhost\tip6-localhosts\tip6-loopback\nfc00:e968:6179::de52:7100\t\t\tip6-all... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/intel_graphics | 96 | [
"no_license"
] | [
{
"path": "roles/intel_graphics/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install graphics drivers\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - mesa\n - xf86-video-intel\n - vulkan-intel\n - v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 422,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/kernels | 96 | [
"no_license"
] | [
{
"path": "roles/kernels/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install kernels\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages: '{{ kernels.list | default([\"linux\"]) }}'\n\n- name: Install kernel headers\n ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3380,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/kmscon | 96 | [
"no_license"
] | [
{
"path": "roles/kmscon/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install kmscon\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages: kmscon\n\n- name: Disable agetty on tty2\n become: true\n ansible.builtin.systemd:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/kube_tools | 96 | [
"no_license"
] | [
{
"path": "roles/kube_tools/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install kubectl and krew\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - kubectl\n - krew\n - kustomize\n - kubectl-convert-b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1000,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/locale | 96 | [
"no_license"
] | [
{
"path": "roles/locale/templates/locale/locale.conf.j2",
"content": "LANG={{ locales.lang | default(['en_US.UTF-8 UTF-8'] | first | trim | split | first) }}\n\nLC_MEASUREMENT=C\nLC_MONETARY=C\nLC_NUMERIC=C\nLC_TIME=C\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/ly | 96 | [
"no_license"
] | [
{
"path": "roles/ly/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install ly display manager\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages: ly\n\n- name: Apply ly config\n become: true\n ansible.builtin.template:\n sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/mkinitcpio | 96 | [
"no_license"
] | [
{
"path": "roles/mkinitcpio/handlers/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Run mkinitcpio\n become: true\n ansible.builtin.command:\n cmd: 'mkinitcpio -P'\n changed_when: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/needrestart | 96 | [
"no_license"
] | [
{
"path": "roles/needrestart/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install needrestart\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - needrestart # restart services after libraries update\n - iucode-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 932,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/network | 96 | [
"no_license"
] | [
{
"path": "roles/network/templates/network/cups.j2",
"content": "cups.localhost {\n tls internal {\n on_demand\n }\n vars cups_host \"localhost:631\"\n reverse_proxy {\n header_up Host {vars.cups_host}\n to {vars.cups_host}\n }\n}\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 16575,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/pacman | 96 | [
"no_license"
] | [
{
"path": "roles/pacman/templates/pacman/paru.conf.j2",
"content": "#\n# $PARU_CONF\n# /etc/paru.conf\n# ~/.config/paru/paru.conf\n#\n# See the paru.conf(5) manpage for options\n\n#\n# GENERAL OPTIONS\n#\n[options]\nPgpFetch\nDevel\nProvides\nDevelSuffixes = -git -cvs -svn -bzr -darcs -always -hg -fossil\n#... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7663,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/pixelserv_tls | 96 | [
"no_license"
] | [
{
"path": "roles/pixelserv_tls/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install pixelxerv-tls\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages: pixelserv-tls\n\n- name: Create pixelserv-tls cache dir\n become: true\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1745,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/plasma_desktop | 96 | [
"no_license"
] | [
{
"path": "roles/plasma_desktop/templates/plasma_desktop/00-default.conf.j2",
"content": "[General]\nHaltCommand=/usr/bin/systemctl poweroff\nRebootCommand=/usr/bin/systemctl reboot\nNumlock=on\n\n[Theme]\nCurrent=breeze\nCursorTheme=breeze_cursors\nCursorSize=24\nEnableAvatars=true\n\n[Users]\nRememberLast... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4878,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/power_management | 96 | [
"no_license"
] | [
{
"path": "roles/power_management/templates/logind/keys.conf.j2",
"content": "[Login]\nHandlePowerKey={{ power_management.power_key | default('suspend') }}\nHandlePowerKeyLongPress={{ power_management.power_key | default('poweroff') }}\nHandleSuspendKey={{ power_management.power_key | default('suspend') }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2506,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/prepare_facts | 96 | [
"no_license"
] | [
{
"path": "roles/prepare_facts/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Set swap facts\n ansible.builtin.include_tasks: swap.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/prepare_facts/tasks/swap.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1035,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/printer | 96 | [
"no_license"
] | [
{
"path": "roles/printer/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n# TODO: split cli/gui packages (maybe depends on DE/WM config option)\n- name: Install printer support packages\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 922,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/profile | 96 | [
"no_license"
] | [
{
"path": "roles/profile/templates/profile/60-fzf.sh.j2",
"content": "# vim: ft=sh\n# shellcheck shell=sh\n\n# init\nFZF_DEFAULT_OPTS=''\n# select\nFZF_DEFAULT_OPTS=\"$FZF_DEFAULT_OPTS --bind 'ctrl-i:toggle-out,tab:toggle-out,btab:toggle-in,ctrl-a:select-all,ctrl-d:deselect-all,ctrl-t:toggle-all'\"\n# jump\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 5327,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/realtime | 96 | [
"no_license"
] | [
{
"path": "roles/realtime/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install realtime-privileges\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages: realtime-privileges\n\n- name: Add user to realtime group\n ansible.builti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/scanner | 96 | [
"no_license"
] | [
{
"path": "roles/scanner/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install scanner support packages\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - sane\n - sane-airscan\n - ipp-usb\n\n- name: Enable ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/smartcard | 96 | [
"no_license"
] | [
{
"path": "roles/smartcard/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n# TODO: consider set default action for suspend to suspend-then-hibernate\n\n- name: Install smartcard services\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 441,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/snapper | 96 | [
"no_license"
] | [
{
"path": "roles/snapper/templates/snapper/root.j2",
"content": "\n# subvolume to snapshot\nSUBVOLUME=\"/\"\n\n# filesystem type\nFSTYPE=\"btrfs\"\n\n\n# btrfs qgroup for space aware cleanup algorithms\nQGROUP=\"\"\n\n\n# fraction or absolute size of the filesystems space the snapshots may use\nSPACE_LIMIT=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2655,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/ssh | 96 | [
"no_license"
] | [
{
"path": "roles/ssh/templates/profile/70-ssh-agent.sh.j2",
"content": "# vim: ft=sh\n# shellcheck shell=sh\n\n# # gpg-agent as ssh-agent\n# unset SSH_AGENT_PID\n# SSH_AUTH_SOCK=\"$(gpgconf --list-dirs agent-ssh-socket)\"\n# export SSH_AUTH_SOCK\n\n# 1password-cli as ssh-agent\nunset SSH_AGENT_PID\nexport S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1465,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/sudoers | 96 | [
"no_license"
] | [
{
"path": "roles/sudoers/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Add wheel group to sudoers\n become: true\n community.general.sudoers:\n name: '50-wheel'\n group: wheel\n nopassword: false\n runas: 'ALL:ALL'\n commands: ALL\n\n- name: Apply sudoers.d\n become: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/swap | 96 | [
"no_license"
] | [
{
"path": "roles/swap/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Set swappiness\n become: true\n ansible.posix.sysctl:\n name: 'vm.swappiness'\n sysctl_file: '/etc/sysctl.d/99-swappiness.conf'\n sysctl_set: true\n value: '{{ swap.swappiness | default(\"60\") }}'\n\n- n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 842,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/sway | 96 | [
"no_license"
] | [
{
"path": "roles/sway/templates/sway/swayidle.service.j2",
"content": "[Unit]\nDescription=Idle manager for Sway\nPartOf=sway-session.target\nAfter=sway-session.target\n\n[Service]\nType=simple\nExecStart=/usr/bin/bash -c \"swayidle-exec\"\nRestart=always\n\n[Install]\nWantedBy=sway-session.target\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3612,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/theme | 96 | [
"no_license"
] | [
{
"path": "roles/theme/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install theme, cursors and icons\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n # materia theme\n - kvantum-theme-materia\n - materia-gt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/timedate | 96 | [
"no_license"
] | [
{
"path": "roles/timedate/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Enable ntp\n become: true\n ansible.builtin.shell:\n executable: /bin/bash\n cmd: |\n set -Eeuo pipefail\n if timedatectl status | grep -Eq 'NTP.+inactive'\n then\n timedatectl set-ntp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/tmux | 96 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install tmux\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages: tmux\n\n- name: Apply tmux.conf\n become: true\n ansible.builtin.template:\n src: 'tmux/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/tor | 96 | [
"no_license"
] | [
{
"path": "roles/tor/templates/tor/control.conf.j2",
"content": "# ## The port on which Tor will listen for local connections from Tor\n# ## controller applications, as documented in control-spec.txt.\n# ControlPort 9051\n## ... or socket\nControlSocket /var/lib/tor/control_socket\nControlSocketsGroupWritab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1470,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/user | 96 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Set up user\n become: true\n ansible.builtin.user:\n name: '{{ user.name | mandatory }}'\n password: '{{ user.password | mandatory | password_hash(\"<PASSWORD>\", rounds=65536) }}'\n update_password: '{{ use... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1074,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/vconsole | 96 | [
"no_license"
] | [
{
"path": "roles/vconsole/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Set vconsole keyboard layout\n become: true\n ansible.builtin.lineinfile:\n regexp: '^[ #]*KEYMAP='\n line: 'KEYMAP={{ vconsole.keymap | default(\"us\") }}'\n dest: '/etc/vconsole.conf'\n create: true... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 924,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/virtualization | 96 | [
"no_license"
] | [
{
"path": "roles/virtualization/templates/virtualization/60-libvirt.sh.j2",
"content": "# vim: ft=sh\n# shellcheck shell=sh\n\nexport LIBVIRT_DEFAULT_URI='qemu:///system'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/virtualization/tasks/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1280,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/vlan | 96 | [
"no_license"
] | [
{
"path": "roles/vlan/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install tailscale\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages: tailscale\n\n- name: Enable talescale daemon\n become: true\n ansible.builtin.systemd:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/zsh | 96 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install z shell\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - zsh\n - zsh-doc # use `info zsh ...`\n\n- name: Apply zshenv\n become: true\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | allen13/ocp-deploy | 372454a4c796de5df748d2b55e105294d9a41d0a | 2 | playbooks/roles/openshift_permissions | 96 | [
"no_license"
] | [
{
"path": "playbooks/roles/openshift_permissions/tasks/main.yml",
"content": "- name: oc adm policy add-cluster-role-to-user cluster-admin admin\n oc_adm_policy_user:\n user: \"{{ item.user }}\"\n resource_kind: \"{{ item.kind }}\"\n resource_name: \"{{ item.role }}\"\n with_items: \"{{ openshift... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | allen13/ocp-deploy | 372454a4c796de5df748d2b55e105294d9a41d0a | 2 | playbooks/roles/rhsm_repositories | 96 | [
"no_license"
] | [
{
"path": "playbooks/roles/rhsm_repositories/tasks/main.yml",
"content": "- name: enable rhsm repositories\n rhsm_repository: name={{ item }} state=enabled\n notify: yum clean all\n register: enable_repos\n until: enable_repos | succeeded\n with_items: \"{{ rhsm_repositories_enabled | default([]) }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | Chaitraradha/Ansible | c4b7db46a39d6fa65038f67d3c4dc7601279992d | 0 | roles/prom | 98 | [
"no_license"
] | [
{
"path": "roles/prom/defaults/main.yml",
"content": "---\n# defaults file for prom\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/prom/handlers/main.yml",
"content": "---\n# handlers file for prom\n",
"license_type": "no_license",... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | Chaitraradha/Ansible | c4b7db46a39d6fa65038f67d3c4dc7601279992d | 0 | roles/sample | 98 | [
"no_license"
] | [
{
"path": "roles/sample/defaults/main.yml",
"content": "---\n# defaults file for sample\nname: Anusha\nid: 2042\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/sample/vars/main.yml",
"content": "---\n# vars file for sample\nname: Divy... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | Chaitraradha/Ansible | c4b7db46a39d6fa65038f67d3c4dc7601279992d | 0 | roles/tom | 98 | [
"no_license"
] | [
{
"path": "roles/tom/handlers/main.yml",
"content": "---\n# handlers file for tom\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/tom/tasks/test.yml",
"content": "---\n- name: update_and_package_installation_ubuntu\n when: ansible_dist... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1408,
"all_permissive": false
} |
ansible_role | smkatash/cloud-1 | dba80e14992d4f41c85e0c4746c6bf6d36d4651f | 0 | roles/app | 98 | [
"no_license"
] | [
{
"path": "roles/app/tasks/main.yml",
"content": "---\n- include_tasks: main/bootstrap.yml\n- include_tasks: main/app-deploy.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/app/files/srcs/requirements/mariadb/Dockerfile",
"content": "... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 9538,
"all_permissive": false
} |
ansible_role | smkatash/cloud-1 | dba80e14992d4f41c85e0c4746c6bf6d36d4651f | 0 | roles/common | 98 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Add a user for ansible tasks\n ansible.builtin.user:\n name: \"{{ ansible_admin }}\"\n shell: \"{{ user_shell }}\"\n create_home: yes\n state: present\n- name: Add ssh key for the user\n ansible.builtin.authorized_key:\n user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 696,
"all_permissive": false
} |
ansible_role | smkatash/cloud-1 | dba80e14992d4f41c85e0c4746c6bf6d36d4651f | 0 | roles/destroy | 98 | [
"no_license"
] | [
{
"path": "roles/destroy/tasks/main.yml",
"content": "---\n- name: Stop the application with docker-compose\n ansible.builtin.shell: docker-compose -f {{ compose_file_path }} --env-file {{ compose_env_file }} down\n args:\n executable: \"{{ user_shell }}\"\n- name: Retrieve Docker images\n command: do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1107,
"all_permissive": false
} |
ansible_role | smkatash/cloud-1 | dba80e14992d4f41c85e0c4746c6bf6d36d4651f | 0 | roles/docker | 98 | [
"no_license"
] | [
{
"path": "roles/docker/vars/main.yml",
"content": "---\ndocker_dependencies:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n\ndocker_packages:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - docker-compose-plugin\n\ndocker_uninstall:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1904,
"all_permissive": false
} |
ansible_role | smkatash/cloud-1 | dba80e14992d4f41c85e0c4746c6bf6d36d4651f | 0 | roles/stop | 98 | [
"no_license"
] | [
{
"path": "roles/stop/tasks/main.yml",
"content": "---\n- name: Stop the application with docker-compose\n ansible.builtin.shell: docker-compose -f {{ compose_file_path }} --env-file {{ compose_env_file }} down\n args:\n executable: \"{{ user_shell }}\"",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | THGMatt/ansible_desktop | 2acca9cec94b423c1436c871a7e604d75d3d44a4 | 0 | roles/base | 98 | [
"no_license"
] | [
{
"path": "roles/base/handlers/main.yml",
"content": "---\n- name: apt_update\n apt: update_cache=yes\n\n- name: restart_sshd\n service:\n name: \"{{ openssh_service }}\"\n state: restarted\n\n- name: update_tmux_plugin_perms\n file:\n path: /home/thgmatt/.tmux/plugins\n owner: thgmatt\n g... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7333,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | ansible_tower_aws/roles/admin_server_config | 98 | [
"no_license"
] | [
{
"path": "ansible_tower_aws/roles/admin_server_config/templates/bashrc.j2",
"content": "# .bashrc for {{ inventory_hostname }}\n\n# Source global definitions\nif [ -f /etc/bashrc ]; then\n\t. /etc/bashrc\nfi\n\nexport PS1=\"(admin)\\w\\$ \"\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2503,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | ansible_tower_aws/roles/ansible.tower | 98 | [
"no_license"
] | [
{
"path": "ansible_tower_aws/roles/ansible.tower/templates/inventory.j2",
"content": "[primary]\nlocalhost ansible_connection=local\n\n[secondary]\n\n[database]\n\n[all:vars]\nadmin_password='{{ <PASSWORD> }}'\nredis_password='<PASSWORD>'\n\npg_host=''\npg_port=''\n\npg_database=awx\npg_username=awx\npg_pas... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 10289,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | ansible_tower_aws/roles/aws.remove | 98 | [
"no_license"
] | [
{
"path": "ansible_tower_aws/roles/aws.remove/tasks/main.yml",
"content": "---\n# tasks file for roles/aws.remove\n\n- name: Find latest RHEL AMI\n shell:\n cmd: aws ec2 describe-images --owners 309956199498 --region \"{{ region }}\" --filters \"Name=architecture,Values=x86_64\" --filters \"Name=name,Va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 10116,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | ansible_tower_aws/roles/subscription_manager | 98 | [
"no_license"
] | [
{
"path": "ansible_tower_aws/roles/subscription_manager/tasks/repos-rhel6.yml",
"content": "---\n\n- name: Check to see if requisite repos are already enabled (rhel 6)\n become: yes\n shell: subscription-manager repos --list-enabled | egrep 'rhel-6-server-extras-rpms|rhel-6-server-optional-rpms|rhel-6-ser... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6353,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | ansible_tower_aws/roles/unregister | 98 | [
"no_license"
] | [
{
"path": "ansible_tower_aws/roles/unregister/tasks/main.yml",
"content": "# file: roles/unregister/tasks/main.yml\n---\n\n#---------------------------------------------------\n# Unsubscribe from RHN\n#---------------------------------------------------\n\n# - name: Check RHN subscription status\n# comman... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 398,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | ansible_tower_azure/roles/azure.infra | 98 | [
"no_license"
] | [
{
"path": "ansible_tower_azure/roles/azure.infra/handlers/main.yml",
"content": "# file: roles/azure.infra.terraform/handlers/main.yml\n---\n# For example,\n#\n# - name: restart ntpd\n# service: name=ntpd state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 18311,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | ansible_tower_azure/roles/codiad | 98 | [
"no_license"
] | [
{
"path": "ansible_tower_azure/roles/codiad/templates/ssl-generic.conf.j2",
"content": "server {\n listen 8443 ssl http2 default_server;\n listen [::]:8443 ssl http2 default_server;\n server_name _;\n root /usr/share/nginx/html;\n\n ssl_certificate \"/etc/pki/nginx/server... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4917,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | ansible_tower_azure/roles/firewall | 98 | [
"no_license"
] | [
{
"path": "ansible_tower_azure/roles/firewall/tasks/main.yml",
"content": "# file: roles/firewall/tasks/main.yml\n---\n\n#---------------------------------------------------\n# Open required firewall ports\n#---------------------------------------------------\n\n- name: Check to see if firewalld is enabled\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | ansible_tower_azure/roles/subscription_manager | 98 | [
"no_license"
] | [
{
"path": "ansible_tower_azure/roles/subscription_manager/tasks/subscribe.yml",
"content": "---\n#---------------------------------------------------\n# DNS Setup\n#---------------------------------------------------\n# This breaks a lot of thigns when wrong. Should we remove these?\n- name: Add DNS entrie... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7644,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | containers_101/roles/cockpit | 98 | [
"no_license"
] | [
{
"path": "containers_101/roles/cockpit/defaults/main.yml",
"content": "---\n# defaults file for cockpit",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "containers_101/roles/cockpit/vars/main.yml",
"content": "---\n# vars file for cockpit",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | containers_101/roles/container_check_stp | 98 | [
"no_license"
] | [
{
"path": "containers_101/roles/container_check_stp/tasks/main.yml",
"content": "# file: roles/container_check_stp/tasks/main.yml\n---\n\n- name: Copy container_check.stp\n become: yes\n copy:\n src: container_check.stp\n dest: /home/{{ system_user }}/workshopfiles/container_check.stp \n group: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | containers_101/roles/docker | 98 | [
"no_license"
] | [
{
"path": "containers_101/roles/docker/tasks/main.yml",
"content": "# file: roles/docker/tasks/main.yml\n---\n\n- name: Install Docker\n# yum: name=docker-1.10.3 state=present\n yum:\n name: docker\n# state: present\n state: latest\n tags:\n - rhel\n\n- name: Start docker\n service:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 977,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | containers_101/roles/subscription_manager | 98 | [
"no_license"
] | [
{
"path": "containers_101/roles/subscription_manager/tasks/main.yml",
"content": "# file: roles/subscription_manager/tasks/main.yml\n---\n# Red Hat Cloud Access\n- import_tasks: cloud_access.yml\n\n# Subscribe machines via username & password \n# or activation keys\n- import_tasks: subscribe.yml\n\n\n\n\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-aws-setup/roles/aws-provision | 98 | [
"no_license"
] | [
{
"path": "jboss-aws-setup/roles/aws-provision/tasks/main.yml",
"content": "---\n\n#---------------------------------------------------\n# Key\n#---------------------------------------------------\n- name: Check key exists\n stat:\n path: \"{{ remote_user_key_file }}\"\n register: stat_result\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 11663,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-aws-setup/roles/aws-teardown | 98 | [
"no_license"
] | [
{
"path": "jboss-aws-setup/roles/aws-teardown/tasks/unregister-vm.yml",
"content": "---\n- debug:\n msg: \"Unsubscribing IP {{ public_ip }}}\"\n\n- name: Unsubscribe VM\n redhat_subscription:\n state: absent\n delegate_to: \"{{ public_ip }}\"\n remote_user: \"{{ remote_user_name }}\"\n become: tru... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5941,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-aws-setup/roles/java-app | 98 | [
"no_license"
] | [
{
"path": "jboss-aws-setup/roles/java-app/tasks/main.yml",
"content": "---\r\n\r\n- name: Copy application WAR file to host\r\n copy: src=../files/jboss-helloworld.war dest=/tmp\r\n\r\n- name: Deploy HelloWorld to JBoss\r\n jboss: deploy_path=/usr/share/jboss-as/standalone/deployments/ src=/tmp/jboss-hell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-aws-setup/roles/jboss-standalone | 98 | [
"no_license"
] | [
{
"path": "jboss-aws-setup/roles/jboss-standalone/handlers/main.yml",
"content": "---\n\n- name: restart jboss\n service: name=jboss state=restarted\n become: true\n\n- name: restart iptables\n service: name=iptables state=restarted\n become: true\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2741,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-aws-setup/roles/rhel-common | 98 | [
"no_license"
] | [
{
"path": "jboss-aws-setup/roles/rhel-common/tasks/main.yml",
"content": "---\n\n- name: Disable rhui plugins\n lineinfile: dest={{ item }} regexp='^enabled' line='enabled=0' state=present\n become: true\n with_items:\n - /etc/yum/pluginconf.d/amazon-id.conf\n - /etc/yum/pluginconf.d/rhui-lb.conf\n\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 9491,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-aws-setup/roles/rhel-docker | 98 | [
"no_license"
] | [
{
"path": "jboss-aws-setup/roles/rhel-docker/tasks/main.yml",
"content": "---\n\n- name: Configure docker storage\n template:\n src: \"../files/docker-storage-setup\"\n dest: \"/etc/sysconfig/docker-storage-setup\"\n become: true\n\n- name: Configure docker storage\n command: \"docker-storage-setup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-migration-toolkit/roles/atomic_scanner_plugins | 98 | [
"no_license"
] | [
{
"path": "jboss-migration-toolkit/roles/atomic_scanner_plugins/templates/example.j2",
"content": "# this is an example template in the atomic_scanner_plugins task",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "jboss-migration-toolkit/roles/atomic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-migration-toolkit/roles/cockpit | 98 | [
"no_license"
] | [
{
"path": "jboss-migration-toolkit/roles/cockpit/handlers/main.yml",
"content": "# file: roles/cockpit/handlers/main.yml\n---\n# For example,\n# \n# - name: restart ntpd\n# service: name=ntpd state=restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1962,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-migration-toolkit/roles/jboss-migration | 98 | [
"no_license"
] | [
{
"path": "jboss-migration-toolkit/roles/jboss-migration/vars/main.yml",
"content": "# file: roles/jboss_windup/vars/main.yml\n---\n#\n# foo: bar\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "jboss-migration-toolkit/roles/jboss-migration/meta/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2040,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-migration-toolkit/roles/jq | 98 | [
"no_license"
] | [
{
"path": "jboss-migration-toolkit/roles/jq/tasks/main.yml",
"content": "# file: roles/jq/tasks/main.yml\n---\n# remote_src: \"https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64\"\n\n- name: Install the awesome | jq (ec2-user)\n become: yes\n copy: \n dest: \"/usr/local/bin/jq\"\n gr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-migration-toolkit/roles/skopeo | 98 | [
"no_license"
] | [
{
"path": "jboss-migration-toolkit/roles/skopeo/tasks/main.yml",
"content": "# file: roles/skopeo/tasks/main.yml\n---\n\n- name: Install Skopeo\n become: yes\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - skopeo\n\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-windup/roles/jboss-migration | 98 | [
"no_license"
] | [
{
"path": "jboss-windup/roles/jboss-migration/meta/main.yml",
"content": "# file: roles/jboss-windup/meta/main.yml\n---\ngalaxy_info:\n author: <NAME>\n description: Quick and easy jboss windup installer.\n company: DLT\n license: MIT\n min_ansible_version: 2.3\n platforms:\n - name: EL\n versions... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1197,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | jboss-windup/roles/openshift_templates | 98 | [
"no_license"
] | [
{
"path": "jboss-windup/roles/openshift_templates/tasks/main.yml",
"content": "# file: roles/openshift_templates/tasks/main.yml\n---\n\n\n# # MLBparks\n# - name: Copy MLBparks\n# become: yes\n# copy:\n# src: mlbparks-template-wildfly.json \n# dest: /root\n# group: root\n# owner: root\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | monitoring/roles/scan | 98 | [
"no_license"
] | [
{
"path": "monitoring/roles/scan/tasks/main.yml",
"content": "---\n# tasks file for roles/scan\n\n#===============================================================================\n# Search and record IDs\n#===============================================================================\n\n- name: Announce d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4171,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | monitoring/roles/scan-ebs | 98 | [
"no_license"
] | [
{
"path": "monitoring/roles/scan-ebs/defaults/main.yml",
"content": "---\n# defaults file for roles/aws\n#region: \"us-east-2\"\n#nodes:\n# rhel:\n# count: \"2\"\n# ami_id: \"ami-04268981d7c33264d\" # RHEL-7.5_HVM-20180813-x86_64-0-Access2-GP2\n# instance_type: \"t2.small\"\n# win:\n# count: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4915,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | moodle_aws/roles/aws.create | 98 | [
"no_license"
] | [
{
"path": "moodle_aws/roles/aws.create/tasks/main.yml",
"content": "---\n# tasks file for roles/aws.create\n#===============================================================================\n# Provisioning\n#===============================================================================\n\n- name: RHEL AMI\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 14110,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | moodle_aws/roles/aws.remove | 98 | [
"no_license"
] | [
{
"path": "moodle_aws/roles/aws.remove/tasks/main.yml",
"content": "---\n# tasks file for roles/aws.remove\n\n- name: RHEL AMI\n debug:\n msg: \"Using AWS {{ region }} {{ rhel_ver }} AMI: {{ regions[region][rhel_ver].ami }}\"\n\n- name: Windows AMI\n debug:\n msg: \"Using AWS {{ region }} {{ win_ver... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 10042,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | openshift4_aws/roles/create_openshift_users | 98 | [
"no_license"
] | [
{
"path": "openshift4_aws/roles/create_openshift_users/tasks/main.yml",
"content": "---\n- name: Set default variables for automated build (facts)\n set_fact:\n kubeadmin_password: \"{{ lookup('file', '{{ openshift_build_path }}/auth/kubeadmin-password') }}\"\n when: openshift_installer_type == \"autom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2768,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | openshift4_aws/roles/deploy_ansible_automation | 98 | [
"no_license"
] | [
{
"path": "openshift4_aws/roles/deploy_ansible_automation/defaults/main.yml",
"content": "---\n# defaults file for deploy_ansible_automation\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "openshift4_aws/roles/deploy_ansible_automation/tasks/depl... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7602,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | openshift4_aws/roles/deploy_ansible_automation_workshop | 98 | [
"no_license"
] | [
{
"path": "openshift4_aws/roles/deploy_ansible_automation_workshop/tasks/_aws_create_instance.yml",
"content": "---\n#===============================================================================\n# Provisioning\n#===============================================================================\n- name: De... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 40051,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | openshift4_aws/roles/deploy_codeready_workspaces | 98 | [
"no_license"
] | [
{
"path": "openshift4_aws/roles/deploy_codeready_workspaces/vars/main.yml",
"content": "---\n# vars file for deploy_codeready_workspaces\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "openshift4_aws/roles/deploy_codeready_workspaces/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4506,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | openshift4_aws/roles/deploy_openshift | 98 | [
"no_license"
] | [
{
"path": "openshift4_aws/roles/deploy_openshift/tasks/main.yml",
"content": "---\n\n- name: Set default variables for automated build (facts)\n set_fact:\n openshift_installer_path: \"{{ ansible_env.PWD }}\"\n openshift_build_path: \"{{ ansible_env.PWD }}/build\"\n when: openshift_install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 7417,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | openshift4_aws/roles/deploy_pipelines | 98 | [
"no_license"
] | [
{
"path": "openshift4_aws/roles/deploy_pipelines/files/openshift-pipelines-operator.yml",
"content": "apiVersion: operators.coreos.com/v1alpha1\nkind: Subscription\nmetadata:\n name: openshift-pipelines-operator-rh\n namespace: openshift-operators\nspec:\n installPlanApproval: Automatic\n name: openshif... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | openshift4_aws/roles/deploy_serverless | 98 | [
"no_license"
] | [
{
"path": "openshift4_aws/roles/deploy_serverless/files/serverless-operator.yml",
"content": "apiVersion: operators.coreos.com/v1alpha1\nkind: Subscription\nmetadata:\n name: serverless-operator\n namespace: openshift-operators\nspec:\n installPlanApproval: Automatic\n name: serverless-operator\n sourc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1813,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | openshift4_aws/roles/deploy_service_mesh | 98 | [
"no_license"
] | [
{
"path": "openshift4_aws/roles/deploy_service_mesh/templates/kiali-operator.yml.j2",
"content": "apiVersion: operators.coreos.com/v1alpha1\nkind: Subscription\nmetadata:\n name: kiali-ossm\n namespace: openshift-operators\nspec:\n channel: \"{{ kiali_operator_version }}\"\n installPlanApproval: Automat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2577,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | openshift4_aws/roles/deploy_signed_certs | 98 | [
"no_license"
] | [
{
"path": "openshift4_aws/roles/deploy_signed_certs/templates/aws.sh",
"content": "#!/usr/bin/env bash\n\nACME_VERSION={{ acme_version }}\n\n# Get apps wildcard domain.\nLE_WILDCARD=$(oc get ingresscontroller default -n openshift-ingress-operator -o jsonpath='{.status.domain}')\necho \"LE_WILDCARD: $LE_WILD... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 7676,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | openshift4_aws/roles/deploy_web_terminal | 98 | [
"no_license"
] | [
{
"path": "openshift4_aws/roles/deploy_web_terminal/templates/cli-timeout.yaml.j2",
"content": "apiVersion: v1\ndata:\n devworkspace.idle_timeout: {{ openshift_webcli_idle_timeout }}\n devworkspace.routing.cluster_host_suffix: {{ openshift_cluster_fqdn }}\nkind: ConfigMap\nmetadata:\n name: devworkspace-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1666,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | openshift4_azure/roles/deploy_service_mesh_workshop | 98 | [
"no_license"
] | [
{
"path": "openshift4_azure/roles/deploy_service_mesh_workshop/templates/ingress-loadbalancer.yaml.j2",
"content": "apiVersion: networking.k8s.io/v1\nkind: NetworkPolicy\nmetadata:\n namespace: user{{ item }}\n name: istio-demogateway-user{{ item }}\nspec:\n podSelector:\n matchLabels:\n istio: d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 11810,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | rhel_edge_aws/roles/admin_server_prep | 98 | [
"no_license"
] | [
{
"path": "rhel_edge_aws/roles/admin_server_prep/templates/aws_credentials_vault.yml.j2",
"content": "aws_access_key: {{ lookup('env','AWS_ACCESS_KEY') }}\naws_secret_key: {{ lookup('env','AWS_SECRET_ACCESS_KEY') }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1409,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | rhel_edge_aws/roles/aws.create | 98 | [
"no_license"
] | [
{
"path": "rhel_edge_aws/roles/aws.create/defaults/main.yml",
"content": "---\n# defaults file for roles/aws\n\n# workshop tag\nworkshop_name: 'changeme'\n\n# AWS region AMI info\nregions:\n us-east-1:\n rhel7:\n# ami: \"ami-0456c465f72bd0c95\" # RHEL-7.5_HVM-20180813-x86_64-0-Access2-GP2\n am... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 19231,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | rhel_edge_aws/roles/subscription_manager | 98 | [
"no_license"
] | [
{
"path": "rhel_edge_aws/roles/subscription_manager/tasks/repos-rhel8beta.yml",
"content": "---\n\n- name: Check to see if requisite repos are already enabled (rhel 8 beta)\n become: yes\n shell: subscription-manager repos --list-enabled | egrep 'rhel-8-for-x86_64-baseos-rpms|rhel-8-for-x86_64-appstream-h... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6595,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | roles/LetsEncrypt | 98 | [
"no_license"
] | [
{
"path": "roles/LetsEncrypt/tasks/main.yml",
"content": "# file: roles/LetsEncrypt/tasks/main.yml\n---\n\n- name: \"HTTP-01 Challenge Not Completely Implemented\"\n fail:\n when: acme_challenge_type == 'http-01'\n\n- name: \"Create required directories in {{ letsencrypt_dir }}\"\n file:\n path: \"{{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4947,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | roles/acme | 98 | [
"no_license"
] | [
{
"path": "roles/acme/tasks/main.yml",
"content": "---\n\n- name: default cert directory, if it isn't specified\n set_fact:\n final_certs: \"{{ cert_dir | default('/tmp/certs-' + ansible_date_time.iso8601_basic_short ) }}\"\n\n- name: create fqdn arguments for acme.sh\n set_fact:\n fqdns: \"{{ '-d \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5969,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | roles/ansible | 98 | [
"no_license"
] | [
{
"path": "roles/ansible/vars/main.yml",
"content": "---\n# vars file for ansible\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/ansible/tasks/main.yml",
"content": "---\n# tasks file for ansible\n\n- name: RHEL 7 Tasks\n block:\n\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | roles/cockpit | 98 | [
"no_license"
] | [
{
"path": "roles/cockpit/meta/main.yml",
"content": "# file: roles/cockpit/meta/main.yml\n---\ngalaxy_info:\n author: <NAME>\n description: Quick and easy cockpit installer.\n company: Red Hat\n license: MIT\n min_ansible_version: 2.3\n platforms:\n - name: EL\n versions:\n - 7\n - 8\n gala... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3402,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | roles/code-server | 98 | [
"no_license"
] | [
{
"path": "roles/code-server/files/code-server.yml",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: code-server-deployment\n labels:\n app: code-server\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: code-server\n template:\n metadata:\n labels:\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3058,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | roles/epel | 98 | [
"no_license"
] | [
{
"path": "roles/epel/README.md",
"content": "## Role Variables\n\nAvailable variables are listed below, along with default values:\n\n```yaml\nepel_url: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n```\n\n\n## Example Playbook\n\n```yaml\n- hosts: servers\n roles:\n - epiloqu... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2587,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | roles/firewalld | 98 | [
"no_license"
] | [
{
"path": "roles/firewalld/vars/main.yml",
"content": "---\n# vars file for firewalld\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/firewalld/tests/requirements.yml",
"content": "- src: epiloque.provision_docker\n name: provision_doc... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | roles/graphical | 98 | [
"no_license"
] | [
{
"path": "roles/graphical/handlers/main.yml",
"content": "# file: roles/graphical/handlers/main.yml\n---\n- name: colord\n service: name=colord state=restarted\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/graphical/tasks/main.yml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6068,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | roles/poms | 98 | [
"no_license"
] | [
{
"path": "roles/poms/defaults/main.yml",
"content": "---\n# defaults file for poms",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/poms/tasks/main.yml",
"content": "---\n# tasks file for poms\n- name: Stage Maven POMs via Maven\n block:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2303,
"all_permissive": false
} |
ansible_role | RedHatGov/redhatgov.workshops | c946ce095cafcf55bb14a465932410419dac34f2 | 65 | roles/powerline | 98 | [
"no_license"
] | [
{
"path": "roles/powerline/defaults/main.yml",
"content": "---\n# defaults file for powerline\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/powerline/tasks/main.yml",
"content": "---\n# tasks file for powerline\n\n- name: Install pip ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2450,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.