xoxys.users/molecule/rocky8/converge.yml
Robert Kaussow b5c3ab0b50
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2022-01-26 21:02:21 +01:00

15 lines
225 B
YAML

---
- name: Converge
hosts: all
vars:
users_default_users:
- name: demouser
groups:
- wheel
shell: /bin/sh
users_default_groups:
- demogroup
roles:
- role: xoxys.users