Dokuwiki role
This commit is contained in:
parent
27342aa406
commit
c30a4eeff1
3 changed files with 11 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -7,3 +7,6 @@
|
||||||
[submodule "roles/ldap-replica"]
|
[submodule "roles/ldap-replica"]
|
||||||
path = roles/ldap-replica
|
path = roles/ldap-replica
|
||||||
url = git@gitlab.federez.net:erdnaxe/ansible-role-ldap-replica.git
|
url = git@gitlab.federez.net:erdnaxe/ansible-role-ldap-replica.git
|
||||||
|
[submodule "roles/dokuwiki"]
|
||||||
|
path = roles/dokuwiki
|
||||||
|
url = git@gitlab.federez.net:erdnaxe/ansible-role-dokuwiki.git
|
||||||
|
|
7
dokuwiki.yml
Normal file
7
dokuwiki.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
# Install DokuWiki on the wiki TEST container
|
||||||
|
# When it will be operational, horus-wikitest will replace horus-wiki
|
||||||
|
- hosts: horus-wikitest
|
||||||
|
roles:
|
||||||
|
- dokuwiki
|
||||||
|
|
1
roles/dokuwiki
Submodule
1
roles/dokuwiki
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 09558fca2433a9ebda515f790500305ebcd8484d
|
Loading…
Reference in a new issue