This commit is contained in:
vvzvlad
2025-07-27 02:17:32 +03:00
parent aa24574319
commit e7cca8d6c0
6 changed files with 964 additions and 5 deletions

View File

@ -326,15 +326,12 @@
WantedBy=multi-user.target
mode: '0644'
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: yes
- name: Enable and start node-checker service
ansible.builtin.systemd:
name: node-checker
enabled: yes
state: started
daemon_reload: yes
- name: Remove docker login credentials
ansible.builtin.file: