Proxying a new container registry service
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
loop:
|
||||
- nomad.conf
|
||||
- sanity.conf
|
||||
- ncr.conf
|
||||
- name: Link the nomad.conf to sites-enabled
|
||||
ansible.builtin.file:
|
||||
path: "/etc/nginx/sites-enabled/{{ item }}"
|
||||
@@ -23,6 +24,7 @@
|
||||
loop:
|
||||
- nomad.conf
|
||||
- sanity.conf
|
||||
- ncr.conf
|
||||
- name: Restart nginx
|
||||
ansible.builtin.systemd_service:
|
||||
name: nginx
|
||||
|
||||
Reference in New Issue
Block a user