remove globals.yaml, move vars to role defaults
This commit is contained in:
parent
fad0a40eff
commit
f07a44a73c
7 changed files with 17 additions and 21 deletions
3
roles/create-user/defaults/main.yml
Normal file
3
roles/create-user/defaults/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
create_username: "{{ lookup('env','USER') }}"
|
||||
create_pwgen: "{{ lookup('password', '/dev/null chars=ascii_letters,digits,hexdigits,punctuation length=32') }}"
|
Loading…
Add table
Add a link
Reference in a new issue