You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
375 B
YAML
19 lines
375 B
YAML
ansible_version_major_minor: "{{ ansible_version.major }}.{{ ansible_version.minor }}"
|
|
|
|
common_packages:
|
|
- acl
|
|
- openssh-server
|
|
- rsync
|
|
- strace
|
|
- sudo
|
|
|
|
container_image_name: "{{ container_registry }}/{{ inventory_hostname }}-test"
|
|
container_registry: ghcr.io/mitogen-hq
|
|
|
|
sudo_group:
|
|
MacOSX: admin
|
|
Debian: sudo
|
|
Ubuntu: sudo
|
|
CentOS: wheel
|
|
AlmaLinux: wheel
|