ansible playbook and roles

This commit is contained in:
2022-10-09 14:56:26 +02:00
parent d061dc39f9
commit 15db356544
21 changed files with 614 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- name: restart docker
service:
name: docker
state: "{{ docker_restart_handler_state }}"
ignore_errors: "{{ ansible_check_mode }}"
when: docker_service_manage | bool