nexus stuff

This commit is contained in:
2022-04-16 18:04:52 +02:00
parent 473bedc5e9
commit 94d50a5072
5 changed files with 25 additions and 6 deletions

View File

@ -12,13 +12,13 @@
state: restarted
enabled: yes
- name: Upload site config to destination
copy:
- name: "Generate nginx configuration"
ansible.builtin.template:
src: nginx.conf
dest: /etc/nginx/nginx.conf
mode: 644
owner: root
group: root
mode: '0644'
- name: Reload nginx daemon
service: