checkpoint for ghost playbook
authorLorin Hochstein <lhochstein@netflix.com>
Tue, 7 Feb 2017 03:36:11 +0000 (19:36 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Tue, 7 Feb 2017 03:36:11 +0000 (19:36 -0800)
ch13/deploy.yml

index e1ee5f0..67f1efe 100644 (file)
           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: