fix-pretalx-state-start #15

Merged
hugopeixoto merged 3 commits from fix-pretalx-state-start into master 2022-08-03 12:44:29 +00:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit 5992957204 - Show all commits

View File

@ -1,6 +1,6 @@
---
- name: HAPROXY -- install
hosts: haproxy@git.ansol.org
hosts: haproxy@lxd.ansol.org
become: true
tasks:
- name: HAPROXY -- install needed packages

View File

@ -1,6 +1,6 @@
---
- name: GITEA -- install
hosts: gitea@git.ansol.org
hosts: gitea@lxd.ansol.org
roles:
- { role: do1jlr.gitea, tags: gitea }
vars:

6
hosts
View File

@ -1,6 +1,6 @@
[lxd_hosts]
git.ansol.org
lxd.ansol.org
[containers]
haproxy@git.ansol.org ansible_connection=sshlxd
gitea@git.ansol.org ansible_connection=sshlxd
haproxy@lxd.ansol.org ansible_connection=sshlxd
gitea@lxd.ansol.org ansible_connection=sshlxd