From fae774ddf7f7ac3ba202df9b5a7cc4095cf4bc7b Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 5 Feb 2017 22:13:56 -0800 Subject: [PATCH] add creds to inventory --- ch13/inventory | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ch13/inventory b/ch13/inventory index 367a877..f791423 100644 --- a/ch13/inventory +++ b/ch13/inventory @@ -1,5 +1,8 @@ [all:vars] ansible_ssh_user=vagrant +database_name=ghost +database_user=ghost +database_password=mysupersecretpassword [postgres] 192.168.33.9 ansible_ssh_private_key_file=.vagrant/machines/postgres/virtualbox/private_key -- 2.44.0