diff --git a/03_container_haproxy.yaml b/03_container_haproxy.yaml index 12c3452..58bd6ce 100644 --- a/03_container_haproxy.yaml +++ b/03_container_haproxy.yaml @@ -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 diff --git a/04_container_gitea.yaml b/04_container_gitea.yaml index 715be3b..1bfa1f8 100644 --- a/04_container_gitea.yaml +++ b/04_container_gitea.yaml @@ -1,6 +1,6 @@ --- - name: GITEA -- install - hosts: gitea@git.ansol.org + hosts: gitea@lxd.ansol.org roles: - { role: do1jlr.gitea, tags: gitea } vars: diff --git a/hosts b/hosts index 3c0ef69..037fadd 100644 --- a/hosts +++ b/hosts @@ -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