We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d688e commit b1bbeecCopy full SHA for b1bbeec
CHANGELOG.md
@@ -162,3 +162,7 @@
162
163
- Nomad version 0.5.5
164
- Updated documentation
165
+
166
+## v1.5.4
167
168
+- Make nomad user account dynamic and also a system account
tasks/main.yml
@@ -30,10 +30,10 @@
30
31
- name: Add Nomad user
32
user:
33
- name: nomad
+ name: "{{ nomad_user }}"
34
comment: "Nomad user"
35
- uid: 1047
36
- group: bin
+ group: "{{ nomad_group }}"
+ system: yes
37
38
- name: Add Nomad user to docker group
39
version.txt
@@ -1 +1 @@
1
-v1.5.3
+v1.5.4
0 commit comments