pull/15/head
Tiago Carrondo 10 months ago
parent 15b2079d5a
commit 5992957204
  1. 2
      03_container_haproxy.yaml
  2. 2
      04_container_gitea.yaml
  3. 6
      hosts

@ -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

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

@ -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

Loading…
Cancel
Save