xoxys.users/molecule/default/playbook.yml
Robert Kaussow 9b1612e356
Some checks failed
continuous-integration/drone/push Build is failing
initial commit
2019-11-03 18:19:53 +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