Update linux/os/create_user_ssh/add_authorized_key.yml
This commit is contained in:
parent
e2a612bea5
commit
82dc2127e1
|
@ -3,6 +3,11 @@
|
|||
gather_facts: no
|
||||
|
||||
tasks:
|
||||
- name: Create user with hash
|
||||
user:
|
||||
name: awx
|
||||
state: present
|
||||
shell: /bin/bash
|
||||
- name: Add ssh pub keys AWX
|
||||
authorized_key:
|
||||
user: awx
|
||||
|
|
Loading…
Reference in New Issue