From 42e5391723b1036c2bc1343e7dfba6917239e738 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 12 Feb 2016 13:08:32 -0500 Subject: [PATCH] create a template for the ceph agent minion Signed-off-by: Alfredo Deza --- roles/ceph-agent/templates/ceph_agent.j2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/ceph-agent/templates/ceph_agent.j2 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 }}