From: Lorin Hochstein Date: Mon, 6 Feb 2017 06:13:56 +0000 (-0800) Subject: add creds to inventory X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=fae774ddf7f7ac3ba202df9b5a7cc4095cf4bc7b;p=ansiblebook.git add creds to inventory --- 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