mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-10-27 14:00
This commit is contained in:
@@ -147,3 +147,9 @@
|
||||
- name: Install a script to set nomad bridge in promisc mode
|
||||
copy: src=50-nomad-promisc dest=/etc/NetworkManager/dispatcher.d/50-nomad-promisc mode=755
|
||||
tags: nomad
|
||||
|
||||
- name: Create host_volume directories
|
||||
file: path={{ item.path }} state=directory owner={{ item.owner | default(omit) }} group={{ item.group | default(omit) }} mode={{ item.mode | default(omit) }}
|
||||
loop: "{{ nomad_conf.client.host_volumes | default([]) }}"
|
||||
when: item.create | default(False)
|
||||
tags: nomad
|
||||
|
Reference in New Issue
Block a user