File: all.yml

package info (click to toggle)
python-mitogen 0.3.41-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,736 kB
  • sloc: python: 24,806; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (18 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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