git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48f16fa
)
checkpoint for ghost playbook
author
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 7 Feb 2017 03:36:11 +0000
(19:36 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 7 Feb 2017 03:36:11 +0000
(19:36 -0800)
ch13/deploy.yml
patch
|
blob
|
history
diff --git
a/ch13/deploy.yml
b/ch13/deploy.yml
index
e1ee5f0
..
67f1efe
100644
(file)
--- a/
ch13/deploy.yml
+++ b/
ch13/deploy.yml
@@
-48,3
+48,11
@@
POSTGRES_USER: "{{ database_user }}"
POSTGRES_PASSWORD: "{{ database_password }}"
POSTGRES_DB: "{{ database_name }}"
+
+- name: deploy ghost
+ hosts: ghost
+ become: True
+ gather_facts: False
+ tasks:
+ - name: copy the config file
+ template: