reorganisation du role s-awx et s-awx-post

This commit is contained in:
root 2024-01-30 11:55:30 +01:00
parent 6fbad9d9fa
commit 88061eb89d
2 changed files with 15 additions and 9 deletions

11
s-awx-post.yml Normal file
View File

@ -0,0 +1,11 @@
---
- hosts: localhost
connection: local
vars:
awx_host: "s-awx.gsb.lan"
awx_dir: "/root/tools/awx-on-k3s"
awx_ip: "172.16.0.22"
awx_if: "enp0s8"
roles:
- awx

View File

@ -2,16 +2,11 @@
- hosts: localhost - hosts: localhost
connection: local connection: local
vars: vars:
awx_host: "s-awx.gsb.lan"
awx_dir: "/root/tools/awx-on-k3s"
awx_ip: "172.16.0.22"
awx_if: "enp0s8"
roles: roles:
- base - base
# - goss - goss
#- ssh-cli - ssh-cli
- awx #- awx
# - zabbix-cli # - zabbix-cli
#- journald-snd - journald-snd
- post - post