Setup gva (webinterface)
- ensure that the PostgreSQL server has the postgresql-server role applied - add grains for the service VM to install the gnuviechadmin web interface
This commit is contained in:
parent
d61441a068
commit
be38195913
2 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
roles:
|
roles:
|
||||||
- vagrant
|
- vagrant
|
||||||
|
- postgresql-server
|
||||||
- gnuviechadmin.gvapgsql
|
- gnuviechadmin.gvapgsql
|
||||||
- gnuviechadmin.database
|
- gnuviechadmin.database
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
roles:
|
||||||
|
- vagrant
|
||||||
|
- webserver
|
||||||
|
- gnuviechadmin.gva
|
||||||
|
nginx:
|
||||||
|
default_servername: service.local
|
Loading…
Reference in a new issue