fix hosts

This commit is contained in:
Tiago Carrondo 2022-08-03 12:49:56 +01:00
parent 15b2079d5a
commit 5992957204
3 changed files with 5 additions and 5 deletions

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