mirror of
https://github.com/ruanbekker/rpi-ansible.git
synced 2026-09-05 05:50:41 +02:00
separate out users from host configuration vars
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user