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

@ -6,13 +6,13 @@
- include_tasks: el.yml
when: ansible_distribution in ["CentOS", "Red Hat Enterprise Linux", "RedHat", "Fedora"]
- name: print generated password for {{ username }} on each host
debug: var=pwgen
- name: print generated password for {{ create_username }} on each host
debug: var=create_pwgen
when: user_created is changed
- name: copy current pubkeys to ~{{ username }}/.ssh/authorized_keys
- name: copy current pubkeys to ~{{ create_username }}/.ssh/authorized_keys
authorized_key:
user: "{{ username }}"
user: "{{ create_username }}"
state: present
key: "{{ item }}"
with_items: