mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Deploy ingress, lego and dashboard
This commit is contained in:
parent
bf83e675f2
commit
f468fd3e34
43 changed files with 1321 additions and 142 deletions
|
|
@ -24,7 +24,7 @@
|
|||
shell: "ping {{ api_floating_ip }} -c 1"
|
||||
register: result
|
||||
changed_when: no
|
||||
failed_when: ('100.0% packet loss' in result.stdout)
|
||||
failed_when: ('100% packet loss' in result.stdout)
|
||||
|
||||
|
||||
- include: packages.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue