infra-ansible
ansible script to ship alpine/ssh/wireguard
git clone https://9o.is/git/infra-ansible.git
commit 1734a0364217ee7b69ac0606ed5d3b6286dc9805 parent 9ca0948dfb5aa9be0f21c34d734b4c79ad48952b Author: Jul <jul@9o.is> Date: Fri, 17 May 2024 23:49:34 +0800 debug playbook - use 'ansible servers -m setup' Diffstat:
| D | host/debug.yml | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/host/debug.yml b/host/debug.yml @@ -1,8 +0,0 @@ ---- -- name: Debug - hosts: servers - remote_user: user - become: true - tasks: - - debug: var=ansible_facts -