vn-ansible/linux-config-awx-user.yaml

12 lines
211 B
YAML
Raw Normal View History

2023-10-11 11:45:13 +00:00
---
- hosts: "{{ ip_addr }}"
become: yes
become_method: sudo
gather_facts: no
tasks:
- name: "[CREATE AWX-USER] Create awx user and config ssh-key"
import_role:
2023-10-18 06:54:04 +00:00
name: config-awx-user