From 88061eb89dbbfc48eaad3a142354e7cd6243cc3e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Jan 2024 11:55:30 +0100 Subject: [PATCH] reorganisation du role s-awx et s-awx-post --- s-awx-post.yml | 11 +++++++++++ s-awx.yml | 13 ++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 s-awx-post.yml diff --git a/s-awx-post.yml b/s-awx-post.yml new file mode 100644 index 0000000..9ae6a1e --- /dev/null +++ b/s-awx-post.yml @@ -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 diff --git a/s-awx.yml b/s-awx.yml index b75bd21..2f177c6 100644 --- a/s-awx.yml +++ b/s-awx.yml @@ -2,16 +2,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: - base - # - goss - #- ssh-cli - - awx + - goss + - ssh-cli + #- awx # - zabbix-cli - #- journald-snd + - journald-snd - post