Add run-watchtower playbook
This commit is contained in:
parent
14da17b712
commit
f328125d22
1 changed files with 10 additions and 0 deletions
10
playbooks/run-watchtower.yml
Normal file
10
playbooks/run-watchtower.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: Run watchtower
|
||||
hosts: serguzim_net
|
||||
become: true
|
||||
tasks:
|
||||
- name: Run watchtower
|
||||
ansible.builtin.command:
|
||||
cmd: ./run-once.sh
|
||||
chdir: "{{ (services_path, 'watchtower') | path_join }}"
|
||||
changed_when: true
|
Loading…
Add table
Add a link
Reference in a new issue