This commit is contained in:
Jonas Forsberg 2021-10-16 09:34:46 +02:00
parent ecff4399c1
commit a36de5b233

View File

@ -2,7 +2,12 @@ Install nginx:
pkg.installed: pkg.installed:
- name: nginx - name: nginx
create www folder structure:
file.recurse:
- name: /srv/www/htdocs
- source: salt://nginx/files
- include_empty: True
- replace: False
Start nginx: Start nginx:
service.running: service.running: