This commit is contained in:
havelight-ee
2023-06-23 11:38:35 +09:00
parent c2387a0289
commit 50a628b587
15 changed files with 103 additions and 115 deletions

View File

@@ -1,9 +1,4 @@
---
- name: "Setting global-config"
template:
src: global-config.yml.j2
dest: "/etc/datasaker/global-config.yml"
- name: "Add datasaker repository"
yum_repository:
name: datasaker
@@ -20,7 +15,7 @@
- name: Make Datasaker Log Directory
ansible.builtin.file:
path: "/var/log/datasaker/{{ item }}"
path: "{{ datasaker_host_log_path }}/{{ item }}"
state: directory
recurse: yes
owner: root