mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-09 17:02:47 +02:00
add backup strategy
This commit is contained in:
parent
1fb5c50757
commit
ed0166db29
16 changed files with 374 additions and 9 deletions
5
automatisation/ansible/websites_container.yml
Normal file
5
automatisation/ansible/websites_container.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# vérifier que les services tournent
|
||||
- name: Start service nginx, if not started
|
||||
ansible.builtin.service:
|
||||
name: nginx
|
||||
state: started
|
||||
Loading…
Add table
Add a link
Reference in a new issue