Compare commits

...

2 Commits

Author SHA1 Message Date
275bb3cd9e add saucy host 2022-08-03 15:45:45 +01:00
3a492c2f3e add saucy container 2022-08-03 15:45:34 +01:00
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
- { name: haproxy, state: started } - { name: haproxy, state: started }
- { name: gitea, state: started } - { name: gitea, state: started }
- { name: freescout, state: started } - { name: freescout, state: started }
- { name: saucy, state: started }
- { name: pretalx, state: stopped } - { name: pretalx, state: stopped }
- name: Create haproxy port forwards - name: Create haproxy port forwards
community.general.lxd_container: community.general.lxd_container:

1
hosts
View File

@ -4,3 +4,4 @@ lxd.ansol.org
[containers] [containers]
haproxy@lxd.ansol.org ansible_connection=sshlxd haproxy@lxd.ansol.org ansible_connection=sshlxd
gitea@lxd.ansol.org ansible_connection=sshlxd gitea@lxd.ansol.org ansible_connection=sshlxd
saucy@lxd.ansol.org ansible_connection=sshlxd