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 | Feeeenng/tools | 1ffd93892164a10739e5e3fee0d4283f5fe40ebf | 0 | roles/munge | 7,934 | [
"no_license"
] | [
{
"path": "roles/munge/tasks/main.yaml",
"content": "- name: 安装 MUNGE\n yum:\n name:\n - munge\n - munge-devel\n - munge-libs\n state: present\n\n- name: 确保 /etc/munge 存在\n file:\n path: /etc/munge\n state: directory\n owner: munge\n group: munge\n mode: \"0700\"\n\n# 仅... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 831,
"all_permissive": false
} |
ansible_role | Feeeenng/tools | 1ffd93892164a10739e5e3fee0d4283f5fe40ebf | 0 | roles/slurm | 7,934 | [
"no_license"
] | [
{
"path": "roles/slurm/tasks/main.yaml",
"content": "- name: Create slurm group if not exists\n group:\n name: \"{{ slurm_group }}\"\n gid: \"{{ slrum_uid }}\"\n state: present\n\n- name: Ensure slurm user exists\n user:\n name: \"{{ slurm_user }}\"\n group: \"{{ slurm_group }}\"\n uid: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3557,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/act_runner | 7,934 | [
"no_license"
] | [
{
"path": "roles/act_runner/tasks/az_cli.yml",
"content": "- name: Check for executable\n ansible.builtin.stat:\n path: /usr/bin/az\n register: az_installed\n- name: Download AZ CLI installer\n ansible.builtin.get_url:\n url: https://aka.ms/InstallAzureCLIDeb\n dest: /tmp/InstallAzureCLIDeb.sh\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1732,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/action_runner | 7,934 | [
"no_license"
] | [
{
"path": "roles/action_runner/tasks/main.yml",
"content": "- name: Ensure necessary dependencies are installed\n ansible.builtin.apt:\n name:\n - curl\n - tar\n - jq\n - nodejs\n state: present\n update_cache: true\n become: true\n- name: Create runner directory\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2200,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/apache | 7,934 | [
"no_license"
] | [
{
"path": "roles/apache/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Ansible role to install Apache.\n min_ansible_version: 2.1\n galaxy_tags: []\ndependencies: [\n letsencrypt\n]",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 153
},
{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1433,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/az_secrets | 7,934 | [
"no_license"
] | [
{
"path": "roles/az_secrets/defaults/main.yml",
"content": "key_vaults:\n - name: key_vault_name\n secrets:\n - secret1\n - secret2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/az_secrets/tasks/main.yml",
"content": "- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1207,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/bind_dns | 7,934 | [
"no_license"
] | [
{
"path": "roles/bind_dns/handlers/main.yml",
"content": "- name: Check Configuration\n ansible.builtin.command: named-checkconf\n become: true\n changed_when: false\n listen:\n - Config Change\n- name: Restart Service\n ansible.builtin.systemd_service:\n name: named.service\n state: restarted... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1946,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/checkmk_server | 7,934 | [
"no_license"
] | [
{
"path": "roles/checkmk_server/vars/main.yml",
"content": "firewall_ports:\n - 443\n - 8000\n - 8001\npackages:\n - certbot\n - python3-certbot-dns-cloudflare\n - python3-passlib\ncheckmk_url: https://download.checkmk.com/checkmk/2.3.0p30/check-mk-raw-2.3.0p30_0.noble_amd64.deb\n",
"license_type"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5326,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/cloudflared | 7,934 | [
"no_license"
] | [
{
"path": "roles/cloudflared/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Ansible role to install and configure cloudflared.\n license: GPL\n min_ansible_version: \"2.1\"\n galaxy_tags: []\ndependencies: []\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1097,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/docker | 7,934 | [
"no_license"
] | [
{
"path": "roles/docker/files/justfile",
"content": "#!/usr/bin/env just --justfile\n\ndefault:\n just --list\n\n#Create New Compose Project\nnew $project:\n ~/git/bash/docker/new-compose-project.sh $project",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 153
},
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5008,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/global_system | 7,934 | [
"no_license"
] | [
{
"path": "roles/global_system/tasks/nfs_mounts.yml",
"content": "- name: Create Top Level Mount Points\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n mode: '0770'\n owner: root\n group: users\n with_items: \"{{ global_system_nfs.directories }}\"\n when: global_system_... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 6656,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/global_user | 7,934 | [
"no_license"
] | [
{
"path": "roles/global_user/tasks/htoprc.yml",
"content": "- name: HTOPRC - Create Directory\n ansible.builtin.file:\n path: ~/.config/htop\n state: directory\n mode: '0755'\n- name: HTOPRC - Copy Virtual Machine File\n ansible.builtin.copy:\n src: htoprc-virtual\n dest: ~/.config/htop/hto... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2914,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/letsencrypt | 7,934 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Ansible role to install and configure Lets Encrypt using Cloudflare DNS.\n min_ansible_version: 2.1\n galaxy_tags: []\ndependencies: []",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/nagios | 7,934 | [
"no_license"
] | [
{
"path": "roles/nagios/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Ansible role to install Nagios Core. This role has no dependancies on other roles.\n min_ansible_version: \"2.1\"\n license: GPL\n galaxy_tags: []\ndependencies: []\n",
"license_type": "no_license",
... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 8501,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/nginx | 7,934 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: NGINX - Install\n become: true\n ansible.builtin.apt:\n pkg: nginx\n- name: NGINX - Copy Default Website\n copy:\n src: default\n dest: /etc/nginx/sites-available/default\n become: true\n notify: Reload Web\n- name: NGINX - Set Direct... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 915,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/storage_server | 7,934 | [
"no_license"
] | [
{
"path": "roles/storage_server/tasks/cron_jobs.yml",
"content": "- name: Create required cron jobs\n ansible.builtin.cron:\n name: \"{{ item.name }}\"\n day: \"{{ item.day }}\"\n hour: \"{{ item.hour }}\"\n minute: \"{{ item.minute }}\"\n job: \"{{ item.job }}\"\n become: true\n with_item... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 8405,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/terraform | 7,934 | [
"no_license"
] | [
{
"path": "roles/terraform/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Ansible role to install Terraform.\n min_ansible_version: 2.1\n galaxy_tags: []\ndependencies: []",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/uptime_kuma | 7,934 | [
"no_license"
] | [
{
"path": "roles/uptime_kuma/tasks/main.yml",
"content": "- name: Install PIP3\n ansible.builtin.apt:\n pkg: python3-pip\n become: true\n- name: Install Uptime Kuma API Python Module on UPK host\n ansible.builtin.pip:\n name: uptime-kuma-api\n break_system_packages: true\n- name: Authenticate wi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6990,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/windows_system | 7,934 | [
"no_license"
] | [
{
"path": "roles/windows_system/tasks/main.yml",
"content": "- name: Windows System Configuration\n block:\n - name: Set network profiles to private\n ansible.windows.win_powershell:\n script: |\n Get-NetConnectionProfile |\n Where-Object {$_.NetworkCategory -ne \"Private\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 821,
"all_permissive": false
} |
ansible_role | epichouse/ansible-roles | 2144dd49dd5c9d86fe3b2f67ffe0aed3876e24b7 | 0 | roles/wsl_base | 7,934 | [
"no_license"
] | [
{
"path": "roles/wsl_base/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Ansible role to provide base WSL client configuration.\n min_ansible_version: \"2.1\"\n license: GPL\n galaxy_tags: []\ndependencies: []\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3884,
"all_permissive": false
} |
ansible_role | raed-sebti/ansible-workshop | f340814899bc61c23b400bef774d388cad475a07 | 0 | roles/firewall | 7,934 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n# tasks file for firewall\n\n- name: Manage services \n firewalld:\n service: \"{{ item.service }}\" \n state: \"{{ item.state }}\"\n immediate: \"{{ item.immediate }}\"\n permanent: \"{{ item.permanent }}\"\n loop: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | raed-sebti/ansible-workshop | f340814899bc61c23b400bef774d388cad475a07 | 0 | roles/lvm | 7,934 | [
"no_license"
] | [
{
"path": "roles/lvm/tasks/main.yml",
"content": "---\n# tasks file for lvm\n\n- name: Create partition \n parted: \n device: \"{{ disk }}\" \n number: 1 \n flags: [ lvm ]\n state: present \n part_end: \"{{ part_size }}\" \n when: lv_name is defined \n\n- name: Create volume group \n lvg:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1162,
"all_permissive": false
} |
ansible_role | raed-sebti/ansible-workshop | f340814899bc61c23b400bef774d388cad475a07 | 0 | roles/nfs | 7,934 | [
"no_license"
] | [
{
"path": "roles/nfs/tasks/main.yml",
"content": "---\n- name: Block for nfs servers \n block: \n - name: Manage nfs service\n include: tasks/manage-service.yml \n - name: Manage nfs_server file \n include: tasks/nfs_server.yml \n when: type == \"server\" \n- name: Block for nfs clients \n block:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1423,
"all_permissive": false
} |
ansible_role | raed-sebti/ansible-workshop | f340814899bc61c23b400bef774d388cad475a07 | 0 | roles/rsyslog | 7,934 | [
"no_license"
] | [
{
"path": "roles/rsyslog/handlers/main.yml",
"content": "---\n# handlers file for rsyslog\n#\n- name: restart_rsyslog\n service:\n name: rsyslog\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/rsyslog/defaults/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1085,
"all_permissive": false
} |
ansible_role | raed-sebti/ansible-workshop | f340814899bc61c23b400bef774d388cad475a07 | 0 | roles/vhost | 7,934 | [
"no_license"
] | [
{
"path": "roles/vhost/tasks/main.yml",
"content": "---\n- name: manage services \n include: manage-service.yml\n- name: create all document root \n file: \n path: \"{{ item.document_root }}\"\n state: directory \n mode: 0755 \n setype: httpd_sys_content_t \n with_items: \n - \"{{ c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 920,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/anyenv | 7,934 | [
"no_license"
] | [
{
"path": "roles/anyenv/defaults/main.yml",
"content": "anyenv_repo: https://github.com/anyenv/anyenv\nanyenv_install_repo: https://github.com/anyenv/anyenv-install\nanyenv_root: \"{{ ansible_user_dir }}/.anyenv\"\nanyenv_config_root: \"{{ ansible_user_dir }}/.config/anyenv\"\nanyenv_install_manifest_dir: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2001,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/atom | 7,934 | [
"no_license"
] | [
{
"path": "roles/atom/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Installs the Atom editor.\n # Some suggested licenses:\n # - BSD (default)\n # - MIT\n # - GPLv2\n # - GPLv3\n # - Apache\n # - CC-BY\n #license: license (GPLv2, CC-BY, etc)\n min_ansible_version: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/backintime | 7,934 | [
"no_license"
] | [
{
"path": "roles/backintime/tasks/main.yml",
"content": "---\n- name: apt repository\n apt_repository: repo='ppa:bit-team/stable'\n tags:\n - backintime\n\n- name: install\n apt: name=backintime-gnome state=present update_cache=yes\n tags:\n - backintime\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/bluetooth | 7,934 | [
"no_license"
] | [
{
"path": "roles/bluetooth/tasks/main.yml",
"content": "---\n- name: prevent automatic startup\n lineinfile: dest=/etc/rc.local insertbefore=\"^exit 0\" line=\"rfkill block bluetooth\"\n tags:\n - bluetooth\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/boxes | 7,934 | [
"no_license"
] | [
{
"path": "roles/boxes/README.md",
"content": "# boxes\n\nInstalls and configures GNOME Boxes.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/boxes/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Install... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 946,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/chrome | 7,934 | [
"no_license"
] | [
{
"path": "roles/chrome/defaults/main.yml",
"content": "chrome_base_url: https://dl.google.com/linux\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/chrome/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 769,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/dconf_dependencies | 7,934 | [
"no_license"
] | [
{
"path": "roles/dconf_dependencies/tasks/main.yml",
"content": "---\n- name: install\n apt: \n name: python-psutil\n state: present\n update_cache: yes\n tags:\n - dconf_dependencies\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 128,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/direnv | 7,934 | [
"no_license"
] | [
{
"path": "roles/direnv/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Installation and setup of direnv.\n # Some suggested licenses:\n # - BSD (default)\n # - MIT\n # - GPLv2\n # - GPLv3\n # - Apache\n # - CC-BY\n #license: license (GPLv2, CC-BY, etc)\n min_ansible... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/fonts | 7,934 | [
"no_license"
] | [
{
"path": "roles/fonts/defaults/main.yml",
"content": "---\nfonts_install_dir: \"{{ ansible_user_dir }}/.local/share/fonts\"\nfonts_meslo_base_url: https://github.com/romkatv/powerlevel10k-media/raw/master\nfonts_meslo_font_files:\n - \"{{ fonts_meslo_base_url }}/MesloLGS%20NF%20Regular.ttf\"\n - \"{{ fon... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 920,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/gnome_shell_extensions | 7,934 | [
"no_license"
] | [
{
"path": "roles/gnome_shell_extensions/tasks/main.yml",
"content": "---\n# Packages will not show up in GNOME Tweak Tool until after a restart\n- name: apt install packages\n apt:\n name: \"{{ item.1 }}\"\n state: present\n update_cache: yes\n with_subelements:\n - \"{{ gnome_shell_extensions... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3848,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/instantclient | 7,934 | [
"no_license"
] | [
{
"path": "roles/instantclient/tasks/main.yml",
"content": "---\n- name: instantclient\n block:\n - name: install dependencies\n apt:\n name: \"{{ instantclient_dependencies }}\"\n\n - name: ensure root dir exists\n file:\n path: \"{{ instantclient_root }}\"\n state: di... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1168,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/java | 7,934 | [
"no_license"
] | [
{
"path": "roles/java/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Installs and configures Java packages.\n min_ansible_version: 2.7.5\n platforms:\n - name: Ubuntu\n versions:\n - all\ndependencies:\n - role: env\n - role: zsh\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1727,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/kitty | 7,934 | [
"no_license"
] | [
{
"path": "roles/kitty/defaults/main.yml",
"content": "---\nkitty_config_root: \"{{ ansible_user_dir }}/.config/kitty\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/kitty/meta/main.yml",
"content": "---\ndependencies:\n - role: font... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/materia_theme | 7,934 | [
"no_license"
] | [
{
"path": "roles/materia_theme/defaults/main.yml",
"content": "---\nmateria_theme_variant: 'Materia-dark-compact'\nmateria_theme_gtk_prefer_dark: 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/materia_theme/tasks/main.yml",
"content"... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2215,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/oracle | 7,934 | [
"no_license"
] | [
{
"path": "roles/oracle/defaults/main.yml",
"content": "---\noracle_user: root\noracle_group: root\noracle_file_mode: \"{{ env_file_mode }}\"\noracle_dir_mode: \"{{ env_dir_mode }}\"\noracle_client_version: \"12.2\"\noracle_home: /usr/lib/oracle/{{ oracle_client_version }}/client64\noracle_bin: \"{{ oracle_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3407,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/paper_theme | 7,934 | [
"no_license"
] | [
{
"path": "roles/paper_theme/meta/main.yml",
"content": "---\ndependencies:\n - dconf_dependencies\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/paper_theme/tasks/install.yml",
"content": "---\n- name: apt repository\n apt_repositor... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 635,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/poetry | 7,934 | [
"no_license"
] | [
{
"path": "roles/poetry/README.md",
"content": "# poetry\n\nInstallation and setup of Python Poetry.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "roles/poetry/templates/poetry.zsh.j2",
"content": "# Note: This syntax may work only in zsh:\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1156,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/pyenv | 7,934 | [
"no_license"
] | [
{
"path": "roles/pyenv/README.md",
"content": "# pyenv\n\nInstallation and setup of pyenv.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/pyenv/tasks/main.yml",
"content": "---\n- name: install\n shell: anyenv install pyenv\n args:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1113,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/spideroak | 7,934 | [
"no_license"
] | [
{
"path": "roles/spideroak/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Installs the SpiderOak ONE desktop client.\n # Some suggested licenses:\n # - BSD (default)\n # - MIT\n # - GPLv2\n # - GPLv3\n # - Apache\n # - CC-BY\n #license: license (GPLv2, CC-BY, etc)\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 819,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/sqldeveloper | 7,934 | [
"no_license"
] | [
{
"path": "roles/sqldeveloper/defaults/main.yml",
"content": "sqldeveloper_dependencies:\n - alien\n - openjdk-11-jdk\nsqldeveloper_rpm_url: https://www.oracle.com/tools/downloads/sqldev-downloads.html\nsqldeveloper_root: /opt/oracle/\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1373,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/standalone | 7,934 | [
"no_license"
] | [
{
"path": "roles/standalone/tasks/main.yml",
"content": "---\n- name: install packages\n become: true\n apt:\n name: \"{{ standalone_packages }}\"\n tags:\n - standalone\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/standalone/d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 878,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/tilix | 7,934 | [
"no_license"
] | [
{
"path": "roles/tilix/tasks/default-profile.yml",
"content": "- name: Default profile config\n dconf:\n user: \"{{ ansible_ssh_user }}\"\n key: /com/gexperts/Tilix/profiles/{{ tilix_default_profile_id }}/{{ item.key }}\n value: \"{{ item.value }}\"\n with_items:\n - { key: 'visible-name', val... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1515,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/timesyncd | 7,934 | [
"no_license"
] | [
{
"path": "roles/timesyncd/tasks/main.yml",
"content": "---\n- name: enable ntp sync\n become: true\n command: timedatectl set-ntp true\n tags:\n - timesyncd\n\n- name: restart\n become: true\n command: systemctl restart systemd-timesyncd.service\n tags:\n - timesyncd\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/vim | 7,934 | [
"no_license"
] | [
{
"path": "roles/vim/defaults/main.yml",
"content": "---\nvim_user: \"{{ ansible_user_id }}\"\nvim_dotvimrc: /home/{{ vim_user }}/.vimrc\nvim_dotvim_dir: /home/{{ vim_user }}/.vim\nvim_autoload_dir: \"{{ vim_dotvim_dir }}/autoload\"\nvim_plugins_dir: \"{{ vim_dotvim_dir }}/plugged\"\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2125,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/zoom | 7,934 | [
"no_license"
] | [
{
"path": "roles/zoom/tasks/main.yml",
"content": "---\n- name: install\n apt:\n deb: https://umn.zoom.us/client/latest/zoom_amd64.deb\n become: true\n tags:\n - zoom\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles/zoom/meta/main.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | nihiliad/ansible-ubuntu-laptop | d9d85d75d9d463913e60ea83d012d1edafdd6d9b | 5 | roles/zsh | 7,934 | [
"no_license"
] | [
{
"path": "roles/zsh/defaults/main.yml",
"content": "---\nzsh_default_user: \"{{ ansible_user_id }}\"\nzsh_ohmyzsh_root: \"{{ ansible_user_dir }}/.oh-my-zsh\"\nzsh_ohmyzsh_custom_dir: \"{{ zsh_ohmyzsh_root }}/custom\"\nzsh_ohmyzsh_plugins_dir: \"{{ zsh_ohmyzsh_custom_dir }}/plugins\"\nzsh_ohmyzsh_themes_dir... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2028,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/accounts_local | 7,934 | [
"no_license"
] | [
{
"path": "roles/accounts_local/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: accounts_local\n author: <NAME> <<EMAIL>>\n company: Red Hat, Inc.\n description: accounts_local role\n license: GPLv3+\n min_ansible_version: \"2.14\"\n platforms:\n - name: EL\n versions:\n - \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6331,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/accounts_policy | 7,934 | [
"no_license"
] | [
{
"path": "roles/accounts_policy/templates/limits.conf.j2",
"content": "{% if user_resource_limits | default(false) %}\n{% for entry in user_resource_limits %}\n{% if entry.type in ['hard', 'soft', '-'] and\n entry.item in ['core', 'data', 'fsize', 'memlock', 'nofile', 'rss',\n 'sta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 20850,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/audit_setup | 7,934 | [
"no_license"
] | [
{
"path": "roles/audit_setup/README.md",
"content": "# audit_setup role\n\n[](https://www.gnu.org/licenses/gpl-3.0)\n\nPlease see the collection main page for a higher level description.\n\n## Configuration\n\nBelow are the role de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5043,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/boot_parameters | 7,934 | [
"no_license"
] | [
{
"path": "roles/boot_parameters/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: boot_parameters\n author: <NAME> <<EMAIL>>\n company: Red Hat, Inc.\n description: boot_parameters role\n license: GPLv3+\n min_ansible_version: \"2.14\"\n platforms:\n - name: EL\n versions:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5194,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/certificates | 7,934 | [
"no_license"
] | [
{
"path": "roles/certificates/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: certificates\n author: <NAME> <<EMAIL>>\n company: Red Hat, Inc.\n description: certificates role\n license: GPLv3+\n min_ansible_version: \"2.14\"\n platforms:\n - name: EL\n versions:\n - \"8\"\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5053,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/dns_cache | 7,934 | [
"no_license"
] | [
{
"path": "roles/dns_cache/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: dns_cache\n author: <NAME> <<EMAIL>>\n company: Red Hat, Inc.\n description: dns_cache role\n license: GPLv3+\n min_ansible_version: \"2.14\"\n platforms:\n - name: EL\n versions:\n - \"8\"\n -... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8071,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/domain_ad | 7,934 | [
"no_license"
] | [
{
"path": "roles/domain_ad/templates/krb5.conf.j2",
"content": "[libdefaults]\n default_realm = {{ domain_ad_domain | upper }}\n dns_canonicalize_hostname = false\n qualify_shortname = \"{{ qualify_shortname }}\"\n dns_lookup_kdc = true\n dns_lookup_realm = true\n dns_uri_lookup = false\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 11504,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/etc_hosts | 7,934 | [
"no_license"
] | [
{
"path": "roles/etc_hosts/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: etc_hosts\n author: <NAME> <<EMAIL>>\n company: Red Hat, Inc.\n description: etc_hosts role\n license: GPLv3+\n min_ansible_version: \"2.14\"\n platforms:\n - name: EL\n versions:\n - \"8\"\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3780,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/files_acl | 7,934 | [
"no_license"
] | [
{
"path": "roles/files_acl/README.md",
"content": "# files_acl role\n\n[](https://www.gnu.org/licenses/gpl-3.0)\n\nPlease see the collection main page for a higher level description.\n\n## Configuration\n\nBelow are the role defaul... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1865,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/files_copy | 7,934 | [
"no_license"
] | [
{
"path": "roles/files_copy/defaults/main.yml",
"content": "---\n# List of files and directories to copy\n# Uses Ansible built-in copy module\n# Registers variable: copy_files\nfiles_copy:\n# - src: /local/path/test.file\n# dest: /tmp/test.file\n# mode: '0600'\n\n# List of templates to render\n# Uses... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2520,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/files_create | 7,934 | [
"no_license"
] | [
{
"path": "roles/files_create/defaults/main.yml",
"content": "---\n# List of directories, files and symlinks\n# to create. Files will be created empty,\n# permissions on targets will be updated.\n# Uses Ansible built-in file module\n# Registers variables:\n# create_directories, create_files, create_links\nf... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2979,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/files_get | 7,934 | [
"no_license"
] | [
{
"path": "roles/files_get/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: files_get\n author: <NAME> <<EMAIL>>\n company: Red Hat, Inc.\n description: files_get role\n license: GPLv3+\n min_ansible_version: \"2.14\"\n platforms:\n - name: EL\n versions:\n - \"8\"\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3104,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/files_properties | 7,934 | [
"no_license"
] | [
{
"path": "roles/files_properties/tasks/main.yml",
"content": "---\n- name: Install required packages\n ansible.builtin.dnf:\n name: e2fsprogs\n state: present\n\n- name: Configure properties\n ansible.builtin.file:\n path: \"{{ item.path }}\"\n owner: \"{{ item.owner | default(omit) }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2507,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/files_remove | 7,934 | [
"no_license"
] | [
{
"path": "roles/files_remove/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: files_remove\n author: <NAME> <<EMAIL>>\n company: Red Hat, Inc.\n description: files_remove role\n license: GPLv3+\n min_ansible_version: \"2.14\"\n platforms:\n - name: EL\n versions:\n - \"8\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3495,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/firewall | 7,934 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/enable.yml",
"content": "---\n- name: Install firewalld package\n ansible.builtin.dnf:\n name: firewalld\n state: present\n\n- name: Gather package facts\n ansible.builtin.package_facts:\n\n- name: Disallow zone drifting configuration\n ansible.builtin.replace:\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6750,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/guest_agent | 7,934 | [
"no_license"
] | [
{
"path": "roles/guest_agent/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: guest_agent\n author: <NAME> <<EMAIL>>\n company: Red Hat, Inc.\n description: guest_agent role\n license: GPLv3+\n min_ansible_version: \"2.14\"\n platforms:\n - name: EL\n versions:\n - \"8\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6983,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/ima_evm_setup | 7,934 | [
"no_license"
] | [
{
"path": "roles/ima_evm_setup/tasks/enable.yml",
"content": "---\n- name: Gather service facts\n ansible.builtin.service_facts:\n\n- name: Check IMA status\n ansible.builtin.stat:\n path: /etc/ima/ima-policy\n register: ima_status\n\n- name: Fail if fapolicyd enabled\n ansible.builtin.fail:\n msg... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7667,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/ipv6_setup | 7,934 | [
"no_license"
] | [
{
"path": "roles/ipv6_setup/tasks/main.yml",
"content": "---\n- name: Gather package facts\n ansible.builtin.package_facts:\n\n# This role may run before repositories are setup\n- name: Install grubby package\n ansible.builtin.dnf:\n name: grubby\n state: present\n when: \"'grubby' not in ansible_f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4673,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/motd_issue | 7,934 | [
"no_license"
] | [
{
"path": "roles/motd_issue/README.md",
"content": "# motd_issue role\n\n[](https://www.gnu.org/licenses/gpl-3.0)\n\nPlease see the collection main page for a higher level description.\n\n## Configuration\n\nBelow are the role defa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2224,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/multipath_setup | 7,934 | [
"no_license"
] | [
{
"path": "roles/multipath_setup/defaults/main.yml",
"content": "---\n# Multipath config file to copy\nmultipath_setup_config_file:\n\n# Reboot system after changes\n# Config file will be reloaded if no reboot\nmultipath_setup_reboot: true\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2387,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/packages_install | 7,934 | [
"no_license"
] | [
{
"path": "roles/packages_install/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: packages_install\n author: <NAME> <<EMAIL>>\n company: Red Hat, Inc.\n description: packages_install role\n license: GPLv3+\n min_ansible_version: \"2.14\"\n platforms:\n - name: EL\n versions:\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2434,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/packages_remove | 7,934 | [
"no_license"
] | [
{
"path": "roles/packages_remove/tasks/main.yml",
"content": "---\n- name: Remove unwanted packages\n ansible.builtin.dnf:\n name: \"{{ packages_remove | select }}\"\n state: absent\n autoremove: false\n cacheonly: true\n disablerepo: '*'\n register: package_remove\n\n- name: Remove unneede... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2932,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/performance_tuning | 7,934 | [
"no_license"
] | [
{
"path": "roles/performance_tuning/tasks/main.yml",
"content": "---\n- name: Gather needed facts\n ansible.builtin.setup:\n gather_subset:\n - '!all'\n - '!min'\n - virtualization_role\n when: ansible_facts.virtualization_role is not defined\n\n- name: Install tuned package\n ansible.b... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1932,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/repository_setup | 7,934 | [
"no_license"
] | [
{
"path": "roles/repository_setup/tasks/enable.yml",
"content": "---\n- name: Gather needed facts\n ansible.builtin.setup:\n gather_subset:\n - '!all'\n - '!min'\n - distribution_major_version\n when: ansible_facts.distribution_major_version is not defined\n\n- name: Configure Red Hat su... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 11987,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/rescue_image | 7,934 | [
"no_license"
] | [
{
"path": "roles/rescue_image/tasks/enable.yml",
"content": "---\n- name: Install dracut-config-rescue package\n ansible.builtin.dnf:\n name: dracut-config-rescue\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/resc... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1769,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/resolver_configuration | 7,934 | [
"no_license"
] | [
{
"path": "roles/resolver_configuration/tasks/remove.yml",
"content": "---\n- name: Remove NetworkManager resolver configuration options file\n ansible.builtin.file:\n path: /etc/NetworkManager/conf.d/50-resolver.conf\n state: absent\n register: nm_resolver_config\n\n- name: Remove NetworkManager re... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5659,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/root_password | 7,934 | [
"no_license"
] | [
{
"path": "roles/root_password/README.md",
"content": "# root_password role\n\n[](https://www.gnu.org/licenses/gpl-3.0)\n\nPlease see the collection main page for a higher level description.\n\n## Configuration\n\nBelow are the rol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1783,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/scap_compliance | 7,934 | [
"no_license"
] | [
{
"path": "roles/scap_compliance/defaults/main.yml",
"content": "---\n# RHEL provided OpenSCAP security profile\n# to apply and / or check for compliance.\n# Profile will be applied using oscap(8).\n# Switching from one security profile to\n# another may not work and is unsupported\nscap_compliance_profile:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6435,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/security_hardening | 7,934 | [
"no_license"
] | [
{
"path": "roles/security_hardening/tasks/main.yml",
"content": "---\n- name: Gather needed facts\n ansible.builtin.setup:\n gather_subset:\n - '!all'\n - '!min'\n - cmdline\n - distribution_major_version\n when: ansible_facts.cmdline is not defined or\n ansible_facts.distrib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6243,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/service_state | 7,934 | [
"no_license"
] | [
{
"path": "roles/service_state/tasks/main.yml",
"content": "---\n# https://github.com/ansible/ansible/issues/78107\n- name: Get list of known systemd units\n check_mode: false\n # noqa: command-instead-of-module\n ansible.builtin.command: systemctl list-unit-files\n register: unit_files\n changed_when:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3055,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/shell_profile | 7,934 | [
"no_license"
] | [
{
"path": "roles/shell_profile/defaults/main.yml",
"content": "---\n# Shell profile template to use\nshell_profile_file:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/shell_profile/tasks/main.yml",
"content": "---\n- name: Create shel... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/splunk_forwarder | 7,934 | [
"no_license"
] | [
{
"path": "roles/splunk_forwarder/templates/user-seed.conf.j2",
"content": "[user_info]\nUSERNAME = splunk\nHASHED_PASSWORD = {{ <PASSWORD>_<PASSWORD>_<PASSWORD> }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/splunk_forwarder/tasks/main... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5870,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/sshd_configuration | 7,934 | [
"no_license"
] | [
{
"path": "roles/sshd_configuration/templates/sshd_config.j2",
"content": "{% for item in sshd_enable | dict2items | select if item.key not in sshd_disable %}\n{% if item.value is not string and item.value is not number %}\n{% if item.key.startswith('Match') %}\n{{ item.key }}\n{% for value in item.value %}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6923,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/system_coredump | 7,934 | [
"no_license"
] | [
{
"path": "roles/system_coredump/defaults/main.yml",
"content": "---\n# Enable or disable system-wide coredumps\nsystem_coredump_enable: false\n\n# System-wide ProcessSizeMax setting\nsystem_coredump_process_size_max: 4G\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6521,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/system_hostname | 7,934 | [
"no_license"
] | [
{
"path": "roles/system_hostname/README.md",
"content": "# system_hostname role\n\n[](https://www.gnu.org/licenses/gpl-3.0)\n\nPlease see the collection main page for a higher level description.\n\n## Configuration\n\nBelow are the... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2493,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/system_init | 7,934 | [
"no_license"
] | [
{
"path": "roles/system_init/defaults/main.yml",
"content": "---\n# Perform minor cleanups after system\n# initial installation. See the tasks\n# for details. Using this role is by\n# no means mandatory or required.\n\n# Actions to take after initialization\n# reboot - reboot after initialization\n# syslog ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5337,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/system_keyboard | 7,934 | [
"no_license"
] | [
{
"path": "roles/system_keyboard/defaults/main.yml",
"content": "---\nsystem_keyboard: us\nsystem_font: eurlatgr\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/system_keyboard/tasks/main.yml",
"content": "---\n- name: Install required ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1784,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/system_locale | 7,934 | [
"no_license"
] | [
{
"path": "roles/system_locale/tasks/main.yml",
"content": "---\n- name: Gather needed facts\n ansible.builtin.setup:\n gather_subset:\n - '!all'\n - '!min'\n - distribution_major_version\n when: ansible_facts.distribution_major_version is not defined\n\n- name: Fail if unsupported syste... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2574,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/system_reboot | 7,934 | [
"no_license"
] | [
{
"path": "roles/system_reboot/README.md",
"content": "# system_reboot role\n\n[](https://www.gnu.org/licenses/gpl-3.0)\n\nPlease see the collection main page for a higher level description.\n\n## Configuration\n\nBelow are the rol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2119,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/system_update | 7,934 | [
"no_license"
] | [
{
"path": "roles/system_update/tasks/report.yml",
"content": "---\n- name: Create PDF report\n ansible.builtin.include_tasks: pdf.yml\n when: system_update_report_pdf | bool\n\n- name: Send email notification about updated packages\n vars:\n pdf_file: \"{{ system_update_report_pdf_dir }}/{{ inventory_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8159,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/system_update_report_pre | 7,934 | [
"no_license"
] | [
{
"path": "roles/system_update_report_pre/defaults/main.yml",
"content": "---\n# Display list of pending updates on output\nsystem_update_report_pre_display_updates: false\n\n# Send an email report of pending updates\nsystem_update_report_pre_email_report: false\n\n# Parameters for the community.general.mai... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6429,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/timesync | 7,934 | [
"no_license"
] | [
{
"path": "roles/timesync/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: timesync\n author: <NAME> <<EMAIL>>\n company: Red Hat, Inc.\n description: timesync role\n license: GPLv3+\n min_ansible_version: \"2.14\"\n platforms:\n - name: EL\n versions:\n - \"8\"\n - \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2312,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/timezone | 7,934 | [
"no_license"
] | [
{
"path": "roles/timezone/tasks/main.yml",
"content": "---\n- name: Configure system timezone\n community.general.timezone:\n name: \"{{ timezone }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/timezone/defaults/main.yml",
"con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/troubleshooting_tools | 7,934 | [
"no_license"
] | [
{
"path": "roles/troubleshooting_tools/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: troubleshooting_tools\n author: <NAME> <<EMAIL>>\n company: Red Hat, Inc.\n description: troubleshooting_tools role\n license: GPLv3+\n min_ansible_version: \"2.14\"\n platforms:\n - name: EL\n v... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2342,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/usbguard_setup | 7,934 | [
"no_license"
] | [
{
"path": "roles/usbguard_setup/tasks/enable.yml",
"content": "---\n- name: Install USBGuard packages\n ansible.builtin.dnf:\n name: usbguard\n state: present\n\n- name: Gather package facts\n ansible.builtin.package_facts:\n\n- name: Copy reject-all USBGuard configuration file\n ansible.builtin.co... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6352,
"all_permissive": false
} |
ansible_role | myllynen/rhel-ansible-roles | 2f0a499e39c6366b86143c053ee2a2d762a1b9f3 | 6 | roles/watchdog | 7,934 | [
"no_license"
] | [
{
"path": "roles/watchdog/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: watchdog\n author: <NAME> <<EMAIL>>\n company: Red Hat, Inc.\n description: watchdog role\n license: GPLv3+\n min_ansible_version: \"2.14\"\n platforms:\n - name: EL\n versions:\n - \"8\"\n - \"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6383,
"all_permissive": false
} |
ansible_role | Kompromatas/CA-DevOps-tasks | d49916575c22f19ac9dbfc6427798f6196a6eb26 | 0 | 19/roles/webserver | 7,934 | [
"no_license"
] | [
{
"path": "19/roles/webserver/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: present\n when: ansible_os_family == \"RedHat\"\n\n- name: Install Net-tools\n ansible.builtin.apt:\n name: net-tools\n state: present\n when: ansible_os_family == \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | Kompromatas/CA-DevOps-tasks | d49916575c22f19ac9dbfc6427798f6196a6eb26 | 0 | 20/roles/docker_nginx | 7,934 | [
"no_license"
] | [
{
"path": "20/roles/docker_nginx/tasks/main.yml",
"content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install reqired packages\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2021,
"all_permissive": false
} |
ansible_role | zenathar/ansible | e0c94bff6ca1ba947a5e5a7b92c967b05615a4c8 | 0 | roles/http_server | 7,937 | [
"no_license"
] | [
{
"path": "roles/http_server/tasks/main.yml",
"content": "---\n- hosts: webservers\n- tasks: \n - name: Install nginx web server\n - apt: pkg=nginx state=installed update_cache=true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.