forked from ccchb/ansible
jabber + wiki virtual machines
This commit is contained in:
parent
66ba886916
commit
3f45a25add
6 changed files with 30 additions and 1 deletions
|
@ -173,7 +173,6 @@ bhyve_guests:
|
|||
image: debian-10.5.0-amd64-netinst.iso
|
||||
password: foobar
|
||||
order:
|
||||
- ISO
|
||||
- DISKS
|
||||
disks:
|
||||
- name: disk
|
||||
|
|
12
host_vars/jabber.emma.ccchb.de.yml
Normal file
12
host_vars/jabber.emma.ccchb.de.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
vm_index: 7
|
||||
|
||||
user_mgmt:
|
||||
crest:
|
||||
state: present
|
||||
groups: sudo
|
||||
genofire:
|
||||
state: present
|
||||
groups: sudo
|
||||
fritz:
|
||||
state: present
|
||||
groups: sudo
|
12
host_vars/wiki.emma.ccchb.de.yml
Normal file
12
host_vars/wiki.emma.ccchb.de.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
vm_index: 6
|
||||
|
||||
user_mgmt:
|
||||
crest:
|
||||
state: present
|
||||
groups: sudo
|
||||
genofire:
|
||||
state: present
|
||||
groups: sudo
|
||||
fritz:
|
||||
state: present
|
||||
groups: sudo
|
2
hosts/10_jabber
Normal file
2
hosts/10_jabber
Normal file
|
@ -0,0 +1,2 @@
|
|||
[jabber]
|
||||
jabber.emma.ccchb.de
|
2
hosts/10_wiki
Normal file
2
hosts/10_wiki
Normal file
|
@ -0,0 +1,2 @@
|
|||
[wiki]
|
||||
wiki.emma.ccchb.de
|
|
@ -4,3 +4,5 @@ dn42.emma.ccchb.de
|
|||
[debian:children]
|
||||
nextcloud
|
||||
gitea
|
||||
wiki
|
||||
jabber
|
||||
|
|
Loading…
Reference in a new issue