mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-02-23 16:56:17 +00:00
newrelic sysmond container
This commit is contained in:
9
roles/base/tasks/deploy_ejson.yml
Normal file
9
roles/base/tasks/deploy_ejson.yml
Normal 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
|
||||
Reference in New Issue
Block a user