newrelic sysmond container

This commit is contained in:
Niko Kurtti
2015-03-28 17:15:14 +02:00
parent 163727941f
commit e3d9ea738b
9 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
- name: Assures /opt/.ejson dir exists
file: path=/opt/.ejson state=directory mode=700
- name: Deploy ejson private key
copy:
content: "{{ ejson_private_key }}"
dest: /opt/.ejson/{{ ejson_public }}
tags: [ejson]
sudo: true