remove globals.yaml, move vars to role defaults

This commit is contained in:
Josh Lay 2020-04-18 23:26:48 -05:00
parent fad0a40eff
commit f07a44a73c
7 changed files with 17 additions and 21 deletions

View file

@ -0,0 +1,3 @@
---
create_username: "{{ lookup('env','USER') }}"
create_pwgen: "{{ lookup('password', '/dev/null chars=ascii_letters,digits,hexdigits,punctuation length=32') }}"