summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-18 12:10:39 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-01 14:43:48 +0000
commitaa56db7e28d4fe256471043b05120c2f41a840e5 (patch)
treebf7db02110d917908ee96dabf49524d73bed582b
parentdffea7f8770e40e73880e07689232cecdac0126a (diff)
downloadansible-baserock/morph.tar.gz
Add morph file to enable logging in /var/log/ansiblebaserock/morph
-rw-r--r--ansible.cfg2
-rw-r--r--ansible.morph5
2 files changed, 7 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 0000000000..fb03debf56
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,2 @@
+[defaults]
+log_path=/var/log/ansible
diff --git a/ansible.morph b/ansible.morph
new file mode 100644
index 0000000000..da434f0391
--- /dev/null
+++ b/ansible.morph
@@ -0,0 +1,5 @@
+name: ansible
+kind: chunk
+build-system: python-distutils
+post-install-commands:
+- install -D -m644 ansible.cfg "$DESTDIR/etc/ansible/ansible.cfg"