Add EtherPad role
This commit is contained in:
parent
56139509f4
commit
c06f12d321
5 changed files with 12 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -10,3 +10,6 @@
|
|||
[submodule "roles/dokuwiki"]
|
||||
path = roles/dokuwiki
|
||||
url = git@gitlab.federez.net:erdnaxe/ansible-role-dokuwiki.git
|
||||
[submodule "roles/etherpad"]
|
||||
path = roles/etherpad
|
||||
url = git@gitlab.federez.net:erdnaxe/ansible-role-etherpad.git
|
||||
|
|
6
etherpad.yml
Normal file
6
etherpad.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
# Install EtherPad on EtherPad containers
|
||||
- hosts: pad-ovh
|
||||
roles:
|
||||
- etherpad
|
||||
|
1
hosts
1
hosts
|
@ -9,6 +9,7 @@ horus-phabricator ansible_host=10.128.0.50
|
|||
horus-wiki ansible_host=10.128.0.51
|
||||
horus-www ansible_host=10.128.0.52
|
||||
horus-wikitest ansible_host=10.128.0.53
|
||||
pad-ovh ansible_host=10.128.0.54
|
||||
horus-proxy-web ansible_host=10.128.0.254
|
||||
|
||||
[ovh-vm]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 131bb1b6f9997a52c72e089e92161e5016474e6f
|
||||
Subproject commit 20457b74f8501c334c57c2b49b02b8a242f18bd9
|
1
roles/etherpad
Submodule
1
roles/etherpad
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 80a2b0df2ba82bd107bdda4bfa48ad55fa8e64bb
|
Loading…
Reference in a new issue