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 - name: HAPROXY -- install
hosts: haproxy@git.ansol.org hosts: haproxy@lxd.ansol.org
become: true become: true
tasks: tasks:
- name: HAPROXY -- install needed packages - name: HAPROXY -- install needed packages

View File

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

6
hosts
View File

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