This commit is contained in:
parent
e9867a7fd7
commit
555f8836c1
|
@ -3,6 +3,12 @@
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- name: Create user with hash
|
||||||
|
user:
|
||||||
|
name: awx
|
||||||
|
state: present
|
||||||
|
shell: /bin/bash
|
||||||
- name: Add ssh pub keys AWX
|
- name: Add ssh pub keys AWX
|
||||||
authorized_key:
|
authorized_key:
|
||||||
user: awx
|
user: awx
|
||||||
|
|
Loading…
Reference in New Issue