diff --git a/misc/hosts-yaml b/misc/hosts-yaml index 3cdde42..9c2740f 100644 --- a/misc/hosts-yaml +++ b/misc/hosts-yaml @@ -21,4 +21,9 @@ webserver: ansible_host: 192.168.11.40 ansible_connection: ssh ansible_user: vagrant + ansible_ssh_password: vagrant + ws_02: + ansible_host: 192.168.11.50 + ansible_connection: ssh + ansible_user: vagrant ansible_ssh_password: vagrant \ No newline at end of file