From: Alfredo Deza Date: Fri, 12 Feb 2016 18:08:32 +0000 (-0500) Subject: create a template for the ceph agent minion X-Git-Tag: v1.0.0~34^2~8 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=42e5391723b1036c2bc1343e7dfba6917239e738;p=ceph-ansible.git create a template for the ceph agent minion Signed-off-by: Alfredo Deza --- diff --git a/roles/ceph-agent/templates/ceph_agent.j2 b/roles/ceph-agent/templates/ceph_agent.j2 new file mode 100644 index 000000000..220338e63 --- /dev/null +++ b/roles/ceph-agent/templates/ceph_agent.j2 @@ -0,0 +1,2 @@ +# {{ ansible_managed }} +master: {{ agent_master_host }}