Nomad now responds to the basic nomad.nigel.local DNS name
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
- setup
|
||||
- name: Ensure nigel can use sudo without password
|
||||
become: true
|
||||
tags:
|
||||
- setup
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/sudoers
|
||||
state: present
|
||||
@@ -20,4 +22,12 @@
|
||||
apply:
|
||||
become: true
|
||||
tags:
|
||||
- nomad
|
||||
- nomad
|
||||
- name: Setup the reverse proxy outside of nomad
|
||||
tags: proxy
|
||||
ansible.builtin.include_tasks:
|
||||
file: reverse_proxy.yaml
|
||||
apply:
|
||||
become: true
|
||||
tags:
|
||||
- proxy
|
||||
Reference in New Issue
Block a user