feat: init commit
This commit is contained in:
commit
0289360eb6
16 changed files with 449 additions and 0 deletions
17
tasks/loadbalancer.yml
Normal file
17
tasks/loadbalancer.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
- name: Create cuyper/nginx directory
|
||||
ansible.builtin.file:
|
||||
path: "/live/storage/cuyper/nginx"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- name: Create cuyper/letsencrypt directory
|
||||
ansible.builtin.file:
|
||||
path: "/live/storage/cuyper/letsencrypt"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- name: create nginx hook file on loadbalancer
|
||||
ansible.builtin.template:
|
||||
src: templates/nginx-hooks.conf.j2
|
||||
dest: /live/storage/cuyper/nginx/nginx-hooks.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue