mirror of
https://gitlab.com/signalytic/platform-v2/experiments/node-config/common.git
synced 2026-09-11 17:51:30 +00:00
Common Node ansible playbook files, inclusive with required system
packages
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
---
|
||||
|
||||
- name: Create signalytic config directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ signalytic_config_dir }}"
|
||||
state: directory
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0755"
|
||||
|
||||
- name: Render example.conf
|
||||
ansible.builtin.template:
|
||||
src: example.conf.j2
|
||||
dest: "{{ signalytic_config_dir }}/example.conf"
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
Reference in New Issue
Block a user