You've already forked ansible-awx-gitlab
initial commit
This commit is contained in:
17
playbooks/awx.yml
Normal file
17
playbooks/awx.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# AWX only. Run: ansible-playbook playbooks/awx.yml --ask-vault-pass
|
||||
|
||||
- name: Base setup
|
||||
hosts: awx_servers
|
||||
become: true
|
||||
roles:
|
||||
- role: common
|
||||
|
||||
- name: Install and configure AWX (via k3s)
|
||||
hosts: awx_servers
|
||||
become: true
|
||||
vars_files:
|
||||
- ../vault/secrets.yml
|
||||
roles:
|
||||
- role: k3s_install
|
||||
- role: awx_operator
|
||||
Reference in New Issue
Block a user