This commit is contained in:
David Lopez 2023-08-29 11:11:34 +02:00
parent e9867a7fd7
commit 555f8836c1
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@
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