This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
format gogs role dependecies more humanly
services
Edoardo Putti
9 years ago
parent
30de0fb188
commit
d08efe105e
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
roles/gogs/meta/main.yaml
+ 4
- 1
roles/gogs/meta/main.yaml
View File
@ -1,5 +1,8 @@
---
dependencies:
-
nginx
- {
role: nginx_proxy, server_name
:
"gogs"
, config_name
:
"gogs"
, remote_host
:
"http://127.0.0.1:3000"
}
-
role
:
nginx_proxy
server_name
:
"gogs"
config_name
:
"gogs"
remote_host
:
"http://127.0.0.1:3000"
-
role
:
postgres
Write
Preview
Loading…
Cancel
Save