From: Lorin Hochstein Date: Tue, 7 Feb 2017 03:36:11 +0000 (-0800) Subject: checkpoint for ghost playbook X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=8311c30d1cec30ae8ee9093f9528f41dd77f561c;p=ansiblebook.git checkpoint for ghost playbook --- diff --git a/ch13/deploy.yml b/ch13/deploy.yml index e1ee5f0..67f1efe 100644 --- 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: