From 42ce5021d0b73f25464bc675a4629e14b76c79e9 Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Wed, 15 Mar 2023 22:03:13 +0100 Subject: [PATCH] Add 'ansible/hosts.yml' --- ansible/hosts.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ansible/hosts.yml diff --git a/ansible/hosts.yml b/ansible/hosts.yml new file mode 100644 index 0000000..7a72cd4 --- /dev/null +++ b/ansible/hosts.yml @@ -0,0 +1,23 @@ +all: + + children: + + my_host: + + hosts: + + HOST_IP OR NAME: + + user: user_this + + user_passwd: "{{ ap1_user_passwd }}" + + ansible_sudo_passwd: "{{ ap1_sudo_passwd }}" + + root_passwd: "{{ ap1_root_passwd }}" + + ssh_port: "xxxx" + + ssh_pub_key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}" + + cfg_static_network: false