mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
prepare etebase
This commit is contained in:
parent
dae675afae
commit
622c39d025
6 changed files with 14 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -85,3 +85,6 @@
|
|||
[submodule "roles/do1jlr.ntp"]
|
||||
path = roles/do1jlr.ntp
|
||||
url = https://github.com/roles-ansible/ansible_role_ntp.git
|
||||
[submodule "roles/do1jlr.etebase"]
|
||||
path = roles/do1jlr.etebase
|
||||
url = https://github.com/roles-ansible/ansible_role_etebase.git
|
||||
|
|
|
@ -4,6 +4,9 @@ web01.l3d.space
|
|||
[mail]
|
||||
mail01.l3d.space
|
||||
|
||||
[services]
|
||||
services.l3d.space
|
||||
|
||||
# [home]
|
||||
# luna.l3d.ch ansible_host=luna.local
|
||||
|
||||
|
|
1
roles/do1jlr.etebase
Submodule
1
roles/do1jlr.etebase
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 51b7b3aa6882d855481ed4128d11a21070432c1e
|
|
@ -1 +1 @@
|
|||
Subproject commit 46cfecf077bc03362362b7d365c30f4ec626c988
|
||||
Subproject commit ad758436369d3de02a5214e29464bfbaa233521e
|
|
@ -1 +1 @@
|
|||
Subproject commit b1efd0b0a2d2bd6c295786d5f8a8b8cf1303c9d3
|
||||
Subproject commit 1cc6aca2275e1abdd25d51a3db2d8ca705d0640b
|
5
site.yml
5
site.yml
|
@ -37,6 +37,11 @@
|
|||
roles:
|
||||
- {role: do1jlr.unbound, tags: [mail, unbound]}
|
||||
|
||||
- name: Deploy services
|
||||
hosts: services
|
||||
roles:
|
||||
- {role: do1jlr.etebase, tags: [etebase, etesync, calendar, kalender, contacts, kontakte]}
|
||||
|
||||
- name: Deploy mail config
|
||||
hosts: mail
|
||||
roles:
|
||||
|
|
Loading…
Reference in a new issue