xoxys.users/molecule/centos7/converge.yml

16 lines
255 B
YAML
Raw Normal View History

2019-11-03 18:19:53 +01:00
---
- name: Converge
hosts: all
vars:
users_global_umask: "027"
2019-11-03 18:19:53 +01:00
users_default_users:
- name: demouser
groups:
- wheel
shell: /bin/sh
users_default_groups:
- demogroup
roles:
- role: xoxys.users