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
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/lux
551
[ "no_license" ]
[ { "path": "roles/lux/meta/main.yml", "content": "---\ndependencies:\n - role: epel\n tags: lux\ngalaxy_info:\n role_name: lux\n author: <NAME>\n description: Lux YUM repository\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\n - name: EL\n versions:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3303, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/monit
551
[ "no_license" ]
[ { "path": "roles/monit/defaults/main.yml", "content": "---\nmonit_alert: []\nmonit_daemon: 30\nmonit_eventqueue_basedir: /tmp\nmonit_eventqueue_slots: 1024\nmonit_exec: []\nmonit_filesystem: []\nmonit_httpd:\n - port 2812\n - use address localhost\n - allow localhost\n - allow admin:monit\nmonit_httpd_s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 9330, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/mount
551
[ "no_license" ]
[ { "path": "roles/mount/defaults/main.yml", "content": "---\nmount_list: []\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/mount/README.md", "content": "# mount\n\n[![License](https://img.shields.io/badge/license-GPLv3-lightgreen)]...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3187, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/needs_restarting
551
[ "no_license" ]
[ { "path": "roles/needs_restarting/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n tasks:\n - name: Ensure kernel package is latest # noqa: package-latest\n tags:\n - needs_restarting\n become: true\n ansible.builtin.dnf:\n name: kernel\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4351, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/network_manager
551
[ "no_license" ]
[ { "path": "roles/network_manager/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n tasks:\n - name: Ensure network manager connection files are gathered\n tags:\n - network_manager\n ansible.builtin.stat:\n path: \"/etc/sysconfig/network-scripts/ifcfg-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 9862, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/nscd
551
[ "no_license" ]
[ { "path": "roles/nscd/templates/nscd.conf.j2", "content": "# {{ ansible_managed }}\n\nlogfile\t\t\t{{ nscd_logfile }}\nthreads\t\t\t{{ nscd_threads }}\nmax-threads\t\t{{ nscd_max_threads }}\nserver-user\t\t{{ nscd_server_user }}\nstat-user\t\t{{ nscd_stat_user }}\ndebug-level\t\t{{ nscd_debug_level }}\nrelo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 9189, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/openssh_client
551
[ "no_license" ]
[ { "path": "roles/openssh_client/tasks/main.yml", "content": "---\n- name: Ensure openssh-clients package is present\n tags:\n - openssh_client\n become: true\n ansible.builtin.dnf:\n name: openssh-clients\n state: present\n\n- name: Ensure openssh-clients configuration is managed\n tags:\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6242, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/openssh_server
551
[ "no_license" ]
[ { "path": "roles/openssh_server/handlers/main.yml", "content": "---\n- name: Restart sshd\n tags:\n - openssh_server\n become: true\n ansible.builtin.service:\n name: sshd\n state: restarted\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6861, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/package
551
[ "no_license" ]
[ { "path": "roles/package/README.md", "content": "# package\n\n[![License](https://img.shields.io/badge/license-GPLv3-lightgreen)](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nManage presence of packages on a host\n\n## Requirements\n\nNone\n\n## Role Variables\n\n package_apt_allow_chang...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 9066, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/pam_limit
551
[ "no_license" ]
[ { "path": "roles/pam_limit/tasks/main.yml", "content": "---\n- name: Ensure pam package is present\n tags:\n - pam_limit\n become: true\n ansible.builtin.dnf:\n name: pam\n state: present\n\n- name: Ensure pam limits configuration is managed\n tags:\n - pam_limit\n become: true\n ansible.b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4505, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/pam_pwquality
551
[ "no_license" ]
[ { "path": "roles/pam_pwquality/tasks/main.yml", "content": "---\n- name: Ensure libpwquality package is present\n tags:\n - pam_pwquality\n become: true\n ansible.builtin.dnf:\n name: libpwquality\n state: present\n\n- name: Ensure libpwquality configuration is managed\n tags:\n - pam_pwqual...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5379, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/pam_ssh_agent_auth
551
[ "no_license" ]
[ { "path": "roles/pam_ssh_agent_auth/README.md", "content": "# pam\\_ssh\\_agent\\_auth\n\n[![License](https://img.shields.io/badge/license-GPLv3-lightgreen)](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nPAM module for granting permissions based on SSH agent requests\n\n## Requirements\n\nNo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3243, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/parted
551
[ "no_license" ]
[ { "path": "roles/parted/README.md", "content": "# parted\n\n[![License](https://img.shields.io/badge/license-GPLv3-lightgreen)](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nConfigure block device partitions\n\n## Requirements\n\nNone\n\n## Role Variables\n\n parted_list: []\n\n## Depende...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3443, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/permission
551
[ "no_license" ]
[ { "path": "roles/permission/defaults/main.yml", "content": "---\npermission_list: []\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/permission/README.md", "content": "# permission\n\n[![License](https://img.shields.io/badge/licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3111, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/post_transaction_actions
551
[ "no_license" ]
[ { "path": "roles/post_transaction_actions/README.md", "content": "# post\\_transaction\\_actions\n\n[![License](https://img.shields.io/badge/license-GPLv3-lightgreen)](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nDNF post-transaction-actions Plugin\n\n## Requirements\n\nNone\n\n## Role Vari...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5047, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/postfix
551
[ "no_license" ]
[ { "path": "roles/postfix/README.md", "content": "# postfix\n\n[![License](https://img.shields.io/badge/license-GPLv3-lightgreen)](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nA free and open-source mail transfer agent\n\n## Requirements\n\nNone\n\n## Role Variables\n\n postfix_lookup_tab...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 8575, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/rc_local
551
[ "no_license" ]
[ { "path": "roles/rc_local/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n tasks:\n - name: Ensure rc-local service facts are gathered\n tags:\n - rc_local\n ansible.builtin.service_facts:\n\n - name: Ensure rc-local service facts are verified\n tags...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 2594, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/rclone
551
[ "no_license" ]
[ { "path": "roles/rclone/templates/rclone.systemd.j2", "content": "# {{ ansible_managed }}\n\n[Unit]\nDescription={{ _mount.name }}\nAfter=network-online.target\nWants=network-online.target\n\n[Service]\nType=notify\nEnvironmentFile=/etc/sysconfig/rclone\nExecStartPre=/usr/bin/mkdir -p {{ _mount.mountpoint }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 8526, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/rpmfusion
551
[ "no_license" ]
[ { "path": "roles/rpmfusion/meta/main.yml", "content": "---\ndependencies:\n - role: epel\n tags: rpmfusion\ngalaxy_info:\n role_name: rpmfusion\n author: <NAME>\n description: Merger of Dribble, Freshrpms, and Livna\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5170, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/rush
551
[ "no_license" ]
[ { "path": "roles/rush/defaults/main.yml", "content": "---\nrush_global:\n - debug 1\nrush_rules:\n - name: default\n rules:\n - clrenv\n - keepenv USER LOGNAME HOME PATH\n - fall-through\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4518, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/selinux
551
[ "no_license" ]
[ { "path": "roles/selinux/defaults/main.yml", "content": "---\nselinux_conf: /etc/selinux/config\nselinux_packages:\n - python3-libselinux\n - selinux-policy\nselinux_policy: targeted\nselinux_reboot: false\nselinux_reboot_timeout: 600\nselinux_state: enforcing\nselinux_update_kernel_param: false\n...\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3205, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/setup
551
[ "no_license" ]
[ { "path": "roles/setup/templates/motd.j2", "content": "{{ setup_motd | b64decode }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/setup/README.md", "content": "# setup\n\n[![License](https://img.shields.io/badge/license-GPLv3-lightgre...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 6603, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/snoopy
551
[ "no_license" ]
[ { "path": "roles/snoopy/README.md", "content": "# snoopy\n\n[![License](https://img.shields.io/badge/license-GPLv3-lightgreen)](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nSnoopy Command Logger\n\n## Requirements\n\nNone\n\n## Role Variables\n\n snoopy_datasource_message_max_length: 204...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4371, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/speedtest
551
[ "no_license" ]
[ { "path": "roles/speedtest/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n roles:\n - role: speedtest\n speedtest_packages: []\n\n - speedtest\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2615, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/sudo
551
[ "no_license" ]
[ { "path": "roles/sudo/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n tasks:\n - name: Ensure sudo config syntax is verified\n tags:\n - sudo\n become: true\n ansible.builtin.command:\n cmd: >\n visudo -c\n changed_when: false\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 9245, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/sysctl
551
[ "no_license" ]
[ { "path": "roles/sysctl/README.md", "content": "# sysctl\n\n[![License](https://img.shields.io/badge/license-GPLv3-lightgreen)](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nConfigure kernel parameters at runtime\n\n## Requirements\n\nNone\n\n## Role Variables\n\n sysctl_conf: []\n sys...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4041, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/tcp_bbr
551
[ "no_license" ]
[ { "path": "roles/tcp_bbr/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n roles:\n - tcp_bbr\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/tcp_bbr/README.md", "content": "# tcp\\_bbr\n\n[![Lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4744, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/template
551
[ "no_license" ]
[ { "path": "roles/template/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\n options:\n requirements-file: ../../requirements.yml\n\ndriver:\n name: vagrant\n\nplatforms:\n - name: almalinux9\n box: bento/almalinux-9\n\n - name: debian12\n box: bento/debian-12\n\npro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4013, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/tftp_server
551
[ "no_license" ]
[ { "path": "roles/tftp_server/tasks/main.yml", "content": "---\n- name: Ensure tftp-server package is present\n tags:\n - tftp_server\n become: true\n ansible.builtin.dnf:\n name: \"{{ tftp_server_packages }}\"\n state: present\n\n- name: Ensure tftp-server systemd override directory is present\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4670, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/timedatectl
551
[ "no_license" ]
[ { "path": "roles/timedatectl/README.md", "content": "# timedatectl\n\n[![License](https://img.shields.io/badge/license-GPLv3-lightgreen)](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nControl the system time and date\n\n## Requirements\n\nNone\n\n## Role Variables\n\n timedatectl_local_rt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3718, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/transmission_daemon
551
[ "no_license" ]
[ { "path": "roles/transmission_daemon/handlers/main.yml", "content": "---\n- name: Reload transmission-daemon\n tags:\n - transmission_daemon\n become: true\n ansible.builtin.service:\n name: transmission-daemon\n state: reloaded\n...\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 18590, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/unbound
551
[ "no_license" ]
[ { "path": "roles/unbound/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n roles:\n - unbound\n\n - role: unbound\n unbound_forward_zones:\n '.':\n forward-addr:\n - '1.1.1.1@853#cloudflare-dns.com'\n - '1.0.0.1@853#cloudflare...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 8748, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/user
551
[ "no_license" ]
[ { "path": "roles/user/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n pre_tasks:\n - name: Ensure user information is gathered\n tags:\n - user\n ansible.builtin.getent:\n database: passwd\n fail_key: false\n\n - name: Ensure users informat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2902, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/virtualenv
551
[ "no_license" ]
[ { "path": "roles/virtualenv/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n tasks:\n - name: Ensure virtualenv ansible versions are gathered\n tags:\n - virtualenv\n ansible.builtin.command:\n cmd: >\n {{ _venv.virtualenv }}/bin/ansible --ve...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5337, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/add_bash_settings
551
[ "no_license" ]
[ { "path": "ansible/roles/add_bash_settings/defaults/main.yml", "content": "bash_alias_items:\n\nbashrc_items:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/add_bash_settings/tasks/main.yml", "content": "- name: Add items to .b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 502, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/disable_paste_middle_key
551
[ "no_license" ]
[ { "path": "ansible/roles/disable_paste_middle_key/tasks/main.yml", "content": "- name: Install\n ansible.builtin.apt:\n name:\n - xbindkeys\n - xsel\n - xdotool\n state: present\n update_cache: true\n become: true\n\n- name: Copy files\n ansible.builtin.copy:\n src: \"{{ item }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 483, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/docker
551
[ "no_license" ]
[ { "path": "ansible/roles/docker/defaults/vars.yml", "content": "arch: amd64\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 12 }, { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Add an Apt signing key, uses whichever key is at the URL\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 560, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/install_apt_pip
551
[ "no_license" ]
[ { "path": "ansible/roles/install_apt_pip/defaults/main.yml", "content": "apt_packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - git\n - gnupg-agent\n - software-properties-common\n - snapd\n - python3-pip\n - python-is-python3\n\npip_packages:\n - cpplint\n - ansible-lint\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 452, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/nanorc
551
[ "no_license" ]
[ { "path": "ansible/roles/nanorc/tasks/main.yml", "content": "- name: Copy .nanorc\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: \"{{ ansible_env.HOME }}/.nanorc\"\n mode: 0644\n with_items: \"{{ nanorc_file }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 401, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/nvidia_driver
551
[ "no_license" ]
[ { "path": "ansible/roles/nvidia_driver/tasks/main.yml", "content": "- name: Add ppas\n ansible.builtin.apt_repository:\n repo: ppa:graphics-drivers/ppa\n state: present\n become: true\n\n- name: Install recommended version\n command: ubuntu-drivers autoinstall\n become: true\n when: nvidia_autoin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 475, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/ros_localhost_only
551
[ "no_license" ]
[ { "path": "ansible/roles/ros_localhost_only/tasks/main.yml", "content": "- name: add to .bashrc\n ansible.builtin.blockinfile:\n path: \"{{ ansible_env.HOME }}/.bashrc\"\n state: present\n create: true\n mode: 0644\n marker: \"# {mark} ros_localhost_only\"\n block: |\n if [ -f ~/.ros...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/slack
551
[ "no_license" ]
[ { "path": "ansible/roles/slack/tasks/main.yml", "content": "- name: install gdebi\n ansible.builtin.apt:\n name: gdebi\n state: present\n update_cache: true\n become: true\n\n- name: Get deb\n ansible.builtin.get_url:\n url: https://downloads.slack-edge.com/releases/linux/{{ slack_version }}/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 506, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/solaar
551
[ "no_license" ]
[ { "path": "ansible/roles/solaar/tasks/main.yml", "content": "- name: Add ppas\n ansible.builtin.apt_repository:\n repo: ppa:solaar-unifying/ppa\n state: present\n become: true\n\n- name: Install\n ansible.builtin.apt:\n name: solaar\n state: present\n update_cache: true\n become: true\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/swapfile
551
[ "no_license" ]
[ { "path": "ansible/roles/swapfile/defaults/main.yml", "content": "swap_file_path: /swapfile\nswap_file_size: 32G\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "ansible/roles/swapfile/tasks/main.yml", "content": "- name: Check /swapfile\n st...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 922, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/tlp_powertop
551
[ "no_license" ]
[ { "path": "ansible/roles/tlp_powertop/tasks/main.yml", "content": "- name: install tlp and powertop\n ansible.builtin.apt:\n name:\n - tlp\n - tlp-rdw\n - powertop\n state: present\n update_cache: true\n become: true\n\n- name: start and enable tlp\n ansible.builtin.systemd:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/touchpad_indicator
551
[ "no_license" ]
[ { "path": "ansible/roles/touchpad_indicator/tasks/main.yml", "content": "- name: Add ppas\n apt_repository:\n repo: ppa:atareao/atareao\n state: present\n become: true\n\n- name: Install\n ansible.builtin.apt:\n name: touchpad-indicator\n state: present\n update_cache: true\n become: true...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
h-ohta/setup-automation.ansible
487b0bd4bee69ee58e53f0d84ea9fac64da01fe7
4
ansible/roles/user_dirs_english
551
[ "no_license" ]
[ { "path": "ansible/roles/user_dirs_english/tasks/main.yml", "content": "- name: user-dirs.dirs\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: \"{{ ansible_env.HOME }}/.config\"\n mode: 0644\n with_fileglob:\n - user-dirs.dirs\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
getway/OneAnsible
ae7ff19c5585fab552ba790994a9345046734d86
5
roles/commons
551
[ "no_license" ]
[ { "path": "roles/commons/tasks/SELinux.yml", "content": "---\n#管理selinux\n- name: Install python SElinux library\n package: name=libselinux-python state=present\n tags: selinux\n\n- name: Ensure SeLinux is disabled in `targeted` mode\n selinux: policy=targeted state={{SELINUX_STATE}}\n notify:\n rebo...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2038, "all_permissive": false }
ansible_role
getway/OneAnsible
ae7ff19c5585fab552ba790994a9345046734d86
5
roles/init
551
[ "no_license" ]
[ { "path": "roles/init/defaults/main.yml", "content": "---\n# defaults file for init", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/init/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - init", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2078, "all_permissive": false }
ansible_role
getway/OneAnsible
ae7ff19c5585fab552ba790994a9345046734d86
5
roles/rocketmq
551
[ "no_license" ]
[ { "path": "roles/rocketmq/tasks/install.yml", "content": "---\n- name: install apache-rocketmq\n yum: name=apache-rocketmq state=present\n tags: install_apache-rocketmq\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/rocketmq/tests/R...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 1600, "all_permissive": false }
ansible_role
getway/OneAnsible
ae7ff19c5585fab552ba790994a9345046734d86
5
roles/tomcat
551
[ "no_license" ]
[ { "path": "roles/tomcat/handlers/main.yml", "content": "---\n# handlers file for tomcat\n\n- name: rsync war\n synchronize:\n src: \"{{REPO_WAR_DIR}}/{{PROJECT_NAME}}/{{PROJECT_NAME}}.war\"\n dest: \"{{TOMCAT_WEBAPP_DIR}}/{{PROJECT_NAME}}.war\"\n checksum: yes\n tags: rsync_war\n\n- name: restart...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2210, "all_permissive": false }
ansible_role
ninuxorg/nnxx-bind-server
cc9b7352cb81b6c16f85680904d6c5c120a816c6
2
roles/bind
551
[ "no_license" ]
[ { "path": "roles/bind/defaults/main.yml", "content": "# roles/bind/defaults/main.yml\n---\n\nbind_log: \"data/named.run\"\nbind_query_log: \"data/query.log\"\n\nbind_other_logs:\n - name: security_file\n file: data/security.log\n versions: 3\n size: \"5m\"\n category: \"security\"\n - name: da...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 14511, "all_permissive": false }
ansible_role
ninuxorg/nnxx-bind-server
cc9b7352cb81b6c16f85680904d6c5c120a816c6
2
roles/olsrd2
551
[ "no_license" ]
[ { "path": "roles/olsrd2/tasks/main.yml", "content": "### olsrd2\n## tasks\n# Install olsrd2\n- name: Install OLSR v.2\n apt:\n deb: http://downloads.nnxx.ninux.org/olsrd2_latest_amd64.deb\n notify: [restart olsrd2]\n \n# Copy defaults olsrd2 \n- name: Copy defaults config olsrd2\n copy: src=../files/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 971, "all_permissive": false }
ansible_role
ninuxorg/nnxx-bind-server
cc9b7352cb81b6c16f85680904d6c5c120a816c6
2
roles/vpnbas
551
[ "no_license" ]
[ { "path": "roles/vpnbas/tasks/slave.yml", "content": "# roles/bind/tasks/master.yml\n# Set up a BIND slave server\n---\n\n- name: Slave | Options BIND config file (slave)\n template:\n src: slave_named.conf.options.j2\n dest: \"{{ bind_config_options }}\"\n owner: \"{{ bind_owner }}\"\n group: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2306, "all_permissive": false }
ansible_role
LilVoidx/ansible-dns-web
b8fe14fa2ff2064b46b0fa897d46f076fc428f88
0
roles/dns_primary
551
[ "no_license" ]
[ { "path": "roles/dns_primary/tasks/main.yml", "content": "- name: Install BIND9\n apt:\n name: bind9\n state: present\n update_cache: yes\n\n- name: Configure primary zone\n copy:\n dest: /etc/bind/named.conf.local\n content: |\n zone \"v05.itissl.ru\" {\n type master;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1212, "all_permissive": false }
ansible_role
LilVoidx/ansible-dns-web
b8fe14fa2ff2064b46b0fa897d46f076fc428f88
0
roles/dns_secondary
551
[ "no_license" ]
[ { "path": "roles/dns_secondary/tasks/main.yml", "content": "- name: Install BIND9\n apt:\n name: bind9\n state: present\n update_cache: yes\n\n- name: Configure secondary zone\n copy:\n dest: /etc/bind/named.conf.local\n content: |\n zone \"v05.itissl.ru\" {\n type slave;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
LilVoidx/ansible-dns-web
b8fe14fa2ff2064b46b0fa897d46f076fc428f88
0
roles/webserver
551
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: Install Apache\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Create docroot\n file:\n path: /var/www/v05.itissl.ru\n state: directory\n owner: www-data\n\n- name: Deploy index.html\n template:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 896, "all_permissive": false }
ansible_role
btmash/ansible-percona-cluster-proxysql
b35394a527f2241ceb7a7e36b14d03e8893c4057
2
roles/init
551
[ "no_license" ]
[ { "path": "roles/init/defaults/main.yml", "content": "---\n\ndeploy_users: []\nsudo_users: []\nregular_users: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/init/tasks/main.yml", "content": "---\n - name: Update apt\n become: ye...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1399, "all_permissive": false }
ansible_role
btmash/ansible-percona-cluster-proxysql
b35394a527f2241ceb7a7e36b14d03e8893c4057
2
roles/percona-cluster
551
[ "no_license" ]
[ { "path": "roles/percona-cluster/tasks/init-cluster.yml", "content": "---\n\n - name: Stop all mysql servers\n service:\n name: mysql\n state: stopped\n\n - name: Bootstrap percona cluster non-primary servers\n command: service mysql bootstrap-pxc\n when: \"'database-master' in group_na...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6702, "all_permissive": false }
ansible_role
btmash/ansible-percona-cluster-proxysql
b35394a527f2241ceb7a7e36b14d03e8893c4057
2
roles/proxysql
551
[ "no_license" ]
[ { "path": "roles/proxysql/tasks/main.yml", "content": "---\n\n - name: Add percona repo\n become: yes\n apt:\n deb: \"https://repo.percona.com/apt/percona-release_0.1-4.xenial_all.deb\"\n\n - name: Update apt\n become: yes\n apt: update_cache=yes\n\n - name: Install Python package manag...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3217, "all_permissive": false }
ansible_role
ziemianek/templates
0f347ae5139d5c997ea0569c7171411bfa0da3e5
0
ansible_base_template/roles/example
551
[ "no_license" ]
[ { "path": "ansible_base_template/roles/example/tasks/main.yaml", "content": "---\n- name: Print all available variables\n ansible.builtin.debug:\n var: hostvars[inventory_hostname]\n\n- name: Print all available facts\n ansible.builtin.debug:\n var: ansible_facts\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 244, "all_permissive": false }
ansible_role
elajoie/5G-SA-POC-prereq
8c49ba92877be2519fddeeb9741983fceb44578f
1
roles/init
551
[ "no_license" ]
[ { "path": "roles/init/tasks/ocp-dns.yml", "content": "---\n# https://www.linuxtechi.com/setup-bind-server-centos-8-rhel-8/\n- name: Install DNS\n become: true\n tags: install\n block:\n - name: Install needed packages\n dnf:\n name:\n - bind\n - bind-utils\n state:...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 9469, "all_permissive": false }
ansible_role
elajoie/5G-SA-POC-prereq
8c49ba92877be2519fddeeb9741983fceb44578f
1
roles/serverStart
551
[ "no_license" ]
[ { "path": "roles/serverStart/tasks/main.yml", "content": "---\n- include_vars: \"vault\"\n- name: Powering on or rebooting the server for PXE\n hpilo_boot:\n host: \"{{ item }}\"\n login: \"{{ vault_ipmiuser }}\"\n password: \"{{ <PASSWORD> }}\"\n force: yes\n media: network\n delegate_to: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5834, "all_permissive": false }
ansible_role
elajoie/5G-SA-POC-prereq
8c49ba92877be2519fddeeb9741983fceb44578f
1
roles/startBootstrap
551
[ "no_license" ]
[ { "path": "roles/startBootstrap/tasks/main.yml", "content": "---\n# tasks file for createVMs\n- name: Install virt-install\n dnf:\n name: virt-install\n state: latest\n \n- name: Clean out old bootstrap\n command: \"virsh destroy bootstrap\"\n ignore_errors: yes\n\n- name: Clean out old bootstrap ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": false }
ansible_role
XaelBaseth/cloud-1
cec8e3a917607549bbbfbc82e5167cd9885d0e85
0
ansible/roles/deploy_site
550
[ "no_license" ]
[ { "path": "ansible/roles/deploy_site/files/docker-compose.yaml", "content": "services:\n\n nginx-proxy:\n image: jwilder/nginx-proxy\n container_name: nginx-proxy\n ports:\n - \"80:80\"\n - \"443:443\"\n volumes:\n - /var/run/docker.sock:/tmp/docker.sock:ro\n - ./data/certs:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8335, "all_permissive": false }
ansible_role
XaelBaseth/cloud-1
cec8e3a917607549bbbfbc82e5167cd9885d0e85
0
ansible/roles/docker
550
[ "no_license" ]
[ { "path": "ansible/roles/docker/vars/main.yml", "content": "---\nvar_system_docker_deb_architecture: {\n aarch64: arm64,\n x86_64: amd64\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1343, "all_permissive": false }
ansible_role
XaelBaseth/cloud-1
cec8e3a917607549bbbfbc82e5167cd9885d0e85
0
ansible/roles/packages
550
[ "no_license" ]
[ { "path": "ansible/roles/packages/tasks/main.yml", "content": "---\n- name: Install system packages\n ansible.builtin.apt:\n update_cache: true\n name:\n - vim\n - curl\n - wget\n - git\n - net-tools\n - apt-transport-https\n - gnupg\n - software-properties-com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 392, "all_permissive": false }
ansible_role
Chandanag24/roboshop-ansible
0d627dbe17102b4b55e8a753a9d563ebc01931d8
0
roles/common
550
[ "no_license" ]
[ { "path": "roles/common/tasks/go.yml", "content": "#echo -e \"\\e[36m<<<<<<<<Install GoLang>>>>>>>>>\\e[0m\"\n#yum install golang -y\n#func_apppre\n#echo -e \"\\e[36m<<<<<<<<Install Dependencies>>>>>>>>>\\e[0m\"\n#go mod init dispatch\n#echo -e \"\\e[36m<<<<<<<<download dependencies along with updating>>>>>...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 639, "all_permissive": false }
ansible_role
Chandanag24/roboshop-ansible
0d627dbe17102b4b55e8a753a9d563ebc01931d8
0
roles/dispatch
550
[ "no_license" ]
[ { "path": "roles/dispatch/tasks/main.yml", "content": "- name: Go Setup\n ansible.builtin.import_role:\n name: common\n tasks_from: go", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
hungryzi/workstation
38994f8aeb0beded12cc3f0ff1a51c8cd44e98b0
0
provisioning/roles/workstation
550
[ "no_license" ]
[ { "path": "provisioning/roles/workstation/tasks/main.yml", "content": "---\n- name: Install default packages\n apt: name={{item}} state=installed\n become: yes\n with_items:\n - tree\n - git\n - curl\n - wget\n - vim\n - tmux\n - ack-grep\n - imagemagick\n\n- name: Sync dotfiles\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6676, "all_permissive": false }
ansible_role
dan4ex/Terraform
7f54e8977785b7ee0c373f20949f777508b7b868
1
terraform_LoadBalancer/roles/configure_nginx
550
[ "no_license" ]
[ { "path": "terraform_LoadBalancer/roles/configure_nginx/tasks/main.yml", "content": "---\n - name: Copy index.html configuration\n template:\n src: index.html.j2\n dest: /var/www/html/index.html\n owner: root\n group: root\n mode: 0644\n notify: reload nginx\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
dan4ex/Terraform
7f54e8977785b7ee0c373f20949f777508b7b868
1
terraform_LoadBalancer/roles/nginx
550
[ "no_license" ]
[ { "path": "terraform_LoadBalancer/roles/nginx/tasks/main.yml", "content": "---\n - name: Install python\n raw: \"sudo apt update && sudo apt install -y python\"\n\n - name: Install nginx\n apt:\n name: nginx\n state: present\n\n - name: Start nginx\n ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 354, "all_permissive": false }
ansible_role
dan4ex/Terraform
7f54e8977785b7ee0c373f20949f777508b7b868
1
terraform_ansible/roles/configure_nginx
550
[ "no_license" ]
[ { "path": "terraform_ansible/roles/configure_nginx/vars/main.yml", "content": "---\n nginxUrl: http://nginxdan4ex.devops.rebrain.srwx.net\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "terraform_ansible/roles/configure_nginx/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1669, "all_permissive": false }
ansible_role
jounile/ansible-demo-siili
5caa395f771d87e5e9b00650d21a4239120611b5
0
roles/apache
550
[ "no_license" ]
[ { "path": "roles/apache/vars/main.yml", "content": "---\n# file: roles/apache/vars/main.yml\n\ngit_repo: 'https://github.com/jounile/ansible-demo-siili-site.git'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/apache/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 800, "all_permissive": false }
ansible_role
jounile/ansible-demo-siili
5caa395f771d87e5e9b00650d21a4239120611b5
0
roles/ec2
550
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "---\n# file: roles/ec2/tasks/main.yml\n\n# - name: Create AWS Security Group\n# ec2_group:\n# name: \"{{ security_group }}\"\n# description: Demo EC2 group\n# region: \"{{ region }}\"\n# rules:\n# - proto: tcp\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1783, "all_permissive": false }
ansible_role
ehisakhile/udapeople
2a8e84366b42577caccf422a468bcd3b2a837ece
0
.circleci/ansible/roles/deploy
550
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: Extract the zipped artifact\n unarchive: \n src: ~/project/artifact.tar.gz\n dest: ~/\n\n- name: Install dependencies\n become: yes\n apt:\n name: npm\n state: latest\n update_cache: yes\n\n- name: Install pm2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
Kattyi/code-challenge
4459a2d659de58dcae6cadaa9ce7518b4cf787e8
0
playbooks/roles/docker-remote-access
550
[ "no_license" ]
[ { "path": "playbooks/roles/docker-remote-access/tasks/main.yml", "content": "---\n- name: Configuring remote access with systemd unit file\n copy:\n src: files/startup_options.conf\n dest: /etc/systemd/system/docker.service.d/\n\n- name: restart docker\n systemd:\n daemon_reload: yes\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
Kattyi/code-challenge
4459a2d659de58dcae6cadaa9ce7518b4cf787e8
0
playbooks/roles/generate-certificates
550
[ "no_license" ]
[ { "path": "playbooks/roles/generate-certificates/tasks/main.yml", "content": "---\n- name: Generate CA private keys\n command: openssl genrsa -aes256 -out /etc/pki/CA/private/docker-ca-key.pem -passout pass:$LS_COLORS 4096\n args:\n creates: /etc/pki/CA/private/docker-ca-key.pem\n\n- name: Generate CA ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3202, "all_permissive": false }
ansible_role
Kattyi/code-challenge
4459a2d659de58dcae6cadaa9ce7518b4cf787e8
0
playbooks/roles/install-docker
550
[ "no_license" ]
[ { "path": "playbooks/roles/install-docker/tasks/main.yml", "content": "---\n- name: install yum-utils\n yum:\n name: yum-utils\n state: installed\n\n- name: add repository\n command: yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo\n args:\n creates: /etc/yum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 525, "all_permissive": false }
ansible_role
NIXKnight/Ansible-Debootstrap-Server
c70418a937cbd311d7b8503c14e2d63e8be3c96c
1
roles/debootstrap
550
[ "no_license" ]
[ { "path": "roles/debootstrap/meta/main.yml", "content": "dependencies: []\ngalaxy_info:\n author: <NAME>\n description: Install Debian base system.\n license: license (MIT)\n min_ansible_version: 10.0.0\n platforms:\n - name: Debian\n versions:\n - bookworm\n galaxy_tags:\n - debootstrap\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1073, "all_permissive": false }
ansible_role
NIXKnight/Ansible-Debootstrap-Server
c70418a937cbd311d7b8503c14e2d63e8be3c96c
1
roles/diskpart
550
[ "no_license" ]
[ { "path": "roles/diskpart/tasks/main.yml", "content": "---\n# tasks file for diskpart\n- name: Install Partitioning Prerequisites\n ansible.builtin.apt:\n pkg: \"{{ DISKPART_PACKAGES }}\"\n state: present\n update_cache: yes\n\n- name: Read Device {{ DISKPART_DEVICE }}\n community.general.parted:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3571, "all_permissive": false }
ansible_role
robbwagoner/miniproject
f31ec0e049756ee7de769f2ef57bc61215d1d9c1
1
roles/create-iam-role
550
[ "no_license" ]
[ { "path": "roles/create-iam-role/README.md", "content": "Create an IAM Role.\n\nThis role uses Boto to create the IAM Role. You will also need to use a `Principal` (account) with the `Allow` permission to `iam:CreateRole`.\nThis is an elevated permission. You will need to run this role with appropriate cred...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1923, "all_permissive": false }
ansible_role
robbwagoner/miniproject
f31ec0e049756ee7de769f2ef57bc61215d1d9c1
1
roles/create-vpc
550
[ "no_license" ]
[ { "path": "roles/create-vpc/vars/main.yml", "content": "---\ndebug: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "roles/create-vpc/tasks/main.yml", "content": "---\n- name: Create the VPC\n local_action:\n module: ec2_vpc\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1948, "all_permissive": false }
ansible_role
robbwagoner/miniproject
f31ec0e049756ee7de769f2ef57bc61215d1d9c1
1
roles/launch-ec2
550
[ "no_license" ]
[ { "path": "roles/launch-ec2/tasks/main.yml", "content": "---\n- name: Create Security Group \"all-env\"\n local_action:\n module: ec2_group\n name: all-{{ env }}\n description: all {{ env }} instances\n state: present\n vpc_id: \"{{ vpc_id }}\"\n region: \"{{ region | default(omit) }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3202, "all_permissive": false }
ansible_role
robbwagoner/miniproject
f31ec0e049756ee7de769f2ef57bc61215d1d9c1
1
roles/send-notice
550
[ "no_license" ]
[ { "path": "roles/send-notice/tasks/main.yml", "content": "---\n\n- name: OSX\n local_action:\n module: osx_say\n msg: \"{{ message }}\"\n voice: \"Samantha\"\n when: hostvars['localhost'].ansible_os_family is defined and\n hostvars['localhost'].ansible_os_family == \"Darwin\"\n\n- name: Sl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 519, "all_permissive": false }
ansible_role
robbwagoner/miniproject
f31ec0e049756ee7de769f2ef57bc61215d1d9c1
1
roles/web-message
550
[ "no_license" ]
[ { "path": "roles/web-message/vars/main.yml", "content": "---\nmessage: Created by Ansible\nproto: http\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/web-message/tasks/main.yml", "content": "---\n\n- ec2_facts:\n\n- include_vars: amazo...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1077, "all_permissive": false }
ansible_role
uems/afterconf
08d1499e2e123a7f9fabbcdbdfba5c54770f558e
0
ansible/roles/afterconf
550
[ "no_license" ]
[ { "path": "ansible/roles/afterconf/templates/config.js.j2", "content": "angular\n .module('ac.config', [ 'ac' ])\n .constant('Config', {\n 'GatewayHost': '{{ gateway_host }}',\n 'SupportEmail': '{{ support_email }}'\n });\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1558, "all_permissive": false }
ansible_role
evancgc777/ansible-web
44aa84c01759ba77f612d8c87dd6f8dd429d6eb0
1
roles/webserver
550
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# Webserver 任务\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Start and enable Nginx\n service:\n name: nginx\n state: started\n enabled: yes\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
Keepod-zz/keepod-buildenv
a5c82ee8ccec697cbd9d0490facbc954bf5b3e94
0
ansible/roles/dev
550
[ "permissive" ]
[ { "path": "ansible/roles/dev/tasks/main.yml", "content": "---\n- name: apt update\n apt: update_cache=yes cache_valid_time=3600\n\n- name: install packages\n apt: name={{ item }} state=present\n with_items:\n - libqt4-dev\n - g++\n - make\n - libzip-dev\n", "license_type": "permissive", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": true }
ansible_role
Keepod-zz/keepod-buildenv
a5c82ee8ccec697cbd9d0490facbc954bf5b3e94
0
ansible/roles/user_keepod
550
[ "permissive" ]
[ { "path": "ansible/roles/user_keepod/tasks/main.yml", "content": "---\n# password is <PASSWORD> (<PASSWORD>), generated by:\n# python -c 'import crypt; print crypt.crypt(\"computing2014\", \"some random strings i3i23j\")'\n- name: add user 'keepod'\n user: name=keepod shell=/bin/bash password=\"<PASSWORD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": true }
ansible_role
LgHS/infra
c246bb5688cb1a63bc5e4e5fd427143e496827a6
1
roles/chat.lghs.be
550
[ "no_license" ]
[ { "path": "roles/chat.lghs.be/tasks/main.yml", "content": "---\n- name: install chat.lghs.be vhost\n import_role:\n name: reverse-proxy-http\n vars:\n vhost: chat.lghs.be\n upstream: 'http://localhost:3000'\n\n- name: install RocketChat\n import_role:\n name: RocketChat.Server\n vars:\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
LgHS/infra
c246bb5688cb1a63bc5e4e5fd427143e496827a6
1
roles/common
550
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: ensure essential packages are installed\n apt:\n pkg:\n - acl\n - bash-completion\n - curl\n - git\n - gpg\n - htop\n - less\n - man\n - tmux\n state: present\n update-cache: yes\n tags:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1353, "all_permissive": false }
ansible_role
LgHS/infra
c246bb5688cb1a63bc5e4e5fd427143e496827a6
1
roles/composer
550
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "---\n- name: Download Composer installer\n get_url:\n url: https://getcomposer.org/installer\n dest: /tmp/composer-setup.php\n\n- name: Install composer\n command: php /tmp/composer-setup.php --install-dir=/usr/bin --filename=composer\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
LgHS/infra
c246bb5688cb1a63bc5e4e5fd427143e496827a6
1
roles/database-server
550
[ "no_license" ]
[ { "path": "roles/database-server/tasks/main.yml", "content": "---\n- name: add postgresql apt key\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n\n- name: add postgresql apt source\n apt_repository:\n repo: \"deb http://apt.postgresql.org/pub/repos/apt/ {{ ansible_distribution...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
LgHS/infra
c246bb5688cb1a63bc5e4e5fd427143e496827a6
1
roles/java
550
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- block:\n - name: \"ensure backport is available on stretch\"\n apt_repository:\n repo: \"deb http://deb.debian.org/debian stretch-backports main\"\n filename: \"stretch-backports.list\"\n\n - name: \"install java\"\n apt:\n pkg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
LgHS/infra
c246bb5688cb1a63bc5e4e5fd427143e496827a6
1
roles/php
550
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: add php apt key\n apt_key:\n url: https://packages.sury.org/php/apt.gpg\n\n- name: add php apt source\n apt_repository:\n repo: \"deb https://packages.sury.org/php/ {{ ansible_distribution_release }} main\"\n\n- name: install php package...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
LgHS/infra
c246bb5688cb1a63bc5e4e5fd427143e496827a6
1
roles/rocketchat
550
[ "no_license" ]
[ { "path": "roles/rocketchat/tasks/main.yml", "content": "---\n- name: add mongodb apt key\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5\n\n- name: add mongodb apt source\n apt_repository:\n repo: \"deb http://repo.mongodb.org/apt/debian {{ ansible_dis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1501, "all_permissive": false }
ansible_role
LgHS/infra
c246bb5688cb1a63bc5e4e5fd427143e496827a6
1
roles/static-site
550
[ "no_license" ]
[ { "path": "roles/static-site/templates/vhost.conf.j2", "content": "server {\n # no 80 since we go through cloudflare\n listen 443 ssl http2;\n listen [::]:443 ssl http2;\n\n server_name {{ vhost }};\n root /var/www/{{ vhost }};\n index index.html;\n\n ssl_certificate /etc/ssl/{{ vhost }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1196, "all_permissive": false }
ansible_role
LgHS/infra
c246bb5688cb1a63bc5e4e5fd427143e496827a6
1
roles/web-server
550
[ "no_license" ]
[ { "path": "roles/web-server/tasks/main.yml", "content": "---\n- name: add nginx apt key\n apt_key:\n url: http://nginx.org/keys/nginx_signing.key\n\n- name: add nginx apt source\n apt_repository:\n repo: \"deb http://nginx.org/packages/debian/ {{ ansible_distribution_release }} nginx\"\n\n- name: in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1465, "all_permissive": false }
ansible_role
k-petrov/ansible
787d868c5bb85af5b94cf8616004481dc7784f61
0
roles/zoo_kafka_singleinstance
550
[ "no_license" ]
[ { "path": "roles/zoo_kafka_singleinstance/templates/zookeeper.service.j2", "content": "[Unit]\nDescription=Apache Zookeeper server\nDocumentation=http://zookeeper.apache.org\nRequires=network.target remote-fs.target\nAfter=network.target remote-fs.target\n\n[Service]\nType=simple\nUser=kafka\nGroup=kafka\nE...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4669, "all_permissive": false }