mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-03-17 11:05:16 +00:00
initial
This commit is contained in:
15
applications.yml
Normal file
15
applications.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Setup new application server
|
||||
hosts: application
|
||||
roles:
|
||||
- nvm
|
||||
- koodiklinikka.fi
|
||||
- koodiklinikka.fi-api
|
||||
tasks:
|
||||
- include: roles/nginx/tasks/nginx_config.yml
|
||||
handlers:
|
||||
- name: reload nginx
|
||||
sudo: true
|
||||
service: >
|
||||
name=nginx
|
||||
state=reloaded
|
||||
Reference in New Issue
Block a user