diff --git a/ansible/hosts.yml b/ansible/hosts.yml deleted file mode 100644 index 7a72cd4..0000000 --- a/ansible/hosts.yml +++ /dev/null @@ -1,23 +0,0 @@ -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