separate out users from host configuration vars

This commit is contained in:
Glenn K. Lockwood
2020-07-26 18:41:31 -07:00
parent a991a01152
commit 06c572ffc3
5 changed files with 65 additions and 11 deletions
+6
View File
@@ -11,6 +11,12 @@
# command: "/bin/true"
# changed_when: false
- name: import user configs
include_vars:
file: vars/users.yml
tags:
- users
### Create user accounts
- name: create users
user: name="{{ item.name }}"