infra-ansible

ansible script to ship alpine/ssh/wireguard

git clone https://9o.is/git/infra-ansible.git

commit ade533c607f7ae9d53e1ecdc2e3749b154cbc6a8
parent cc5e39b8c998f52ff0226a2f0b98e6ca7fb0be3b
Author: Jul <jul@9o.is>
Date:   Sat, 11 May 2024 15:41:27 +0800

add debug playbook

Diffstat:
Ahost/debug.yml | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/host/debug.yml b/host/debug.yml @@ -0,0 +1,8 @@ +--- +- name: Debug + hosts: servers + remote_user: user + become: true + tasks: + - debug: var=ansible_facts +