Rename moin group/hosts to collab
This commit is contained in:
parent
f6aed5faad
commit
13d07b7a6d
5 changed files with 6 additions and 6 deletions
6
hosts
6
hosts
|
@ -4,8 +4,8 @@ adm01.home.foo.sh
|
|||
[mirror]
|
||||
mirror01.home.foo.sh
|
||||
|
||||
[moin]
|
||||
moin01.home.foo.sh
|
||||
[collab]
|
||||
collab01.home.foo.sh
|
||||
|
||||
[git]
|
||||
git02.home.foo.sh
|
||||
|
@ -31,7 +31,7 @@ adm
|
|||
git
|
||||
ldap
|
||||
mirror
|
||||
moin
|
||||
collab
|
||||
|
||||
[openbsd:children]
|
||||
gw
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
- import_playbook: "include/vm-create.yml myhosts=moin01.home.foo.sh"
|
||||
- import_playbook: "include/vm-create.yml myhosts=collab01.home.foo.sh"
|
||||
|
||||
- name: configure instance
|
||||
hosts: moin
|
||||
hosts: collab
|
||||
user: root
|
||||
gather_facts: true
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
redirect: https://bitbucket.org/tmakinen/
|
||||
- role: nginx/site
|
||||
site: collab.foo.sh
|
||||
proxy: https://moin01.home.foo.sh/
|
||||
proxy: https://collab01.home.foo.sh/
|
||||
- role: nginx/site
|
||||
site: devel01.foo.sh
|
||||
proxy: https://devel01.home.foo.sh/
|
||||
|
|
Loading…
Add table
Reference in a new issue