Nomad completely setup with --tags nomad now

This commit is contained in:
2025-05-04 23:35:58 -07:00
parent ef4967cd88
commit 15dfaea8db
4 changed files with 45 additions and 12 deletions

View File

@@ -12,4 +12,12 @@
ansible.builtin.lineinfile:
path: /etc/sudoers
state: present
line: "nigel ALL=(ALL) NOPASSWD:ALL"
line: "nigel ALL=(ALL) NOPASSWD:ALL"
- name: Run through nomad installation steps
tags: nomad
ansible.builtin.include_tasks:
file: nomad.yaml
apply:
become: true
tags:
- nomad