renaming vars after roles name organization
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
}
|
||||
}
|
||||
mode: '0644'
|
||||
|
||||
|
||||
when: docker_log_driver == 'json-file'
|
||||
notify:
|
||||
- Restart Docker
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
mylimbo_docker_log_driver: json-file
|
||||
docker_log_driver: json-file
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/systemd/journald.conf
|
||||
regexp: 'SystemMaxUse='
|
||||
line: "SystemMaxUse={{ mylimbo_journald_system_max_use }}"
|
||||
line: "SystemMaxUse={{ journald_system_max_use }}"
|
||||
notify:
|
||||
- restart service
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/systemd/journald.conf
|
||||
regexp: 'SystemMaxFileSize='
|
||||
line: "SystemMaxFileSize={{ mylimbo_journald_system_max_file_size }}"
|
||||
line: "SystemMaxFileSize={{ journald_system_max_file_size }}"
|
||||
notify:
|
||||
- restart service
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
mylimbo_journald_system_max_use: 100M
|
||||
mylimbo_journald_system_max_file_size: 2M
|
||||
journald_system_max_use: 100M
|
||||
journald_system_max_file_size: 2M
|
||||
|
||||
Reference in New Issue
Block a user