15 lines
204 B
Plaintext
15 lines
204 B
Plaintext
|
# nginx.ng
|
||
|
#
|
||
|
# Meta-state to fully install nginx.
|
||
|
|
||
|
include:
|
||
|
- nginx.ng.config
|
||
|
- nginx.ng.service
|
||
|
- nginx.ng.vhosts
|
||
|
|
||
|
extend:
|
||
|
nginx_service:
|
||
|
service:
|
||
|
- watch:
|
||
|
- file: nginx_config
|