mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2022-08-19 16:00
This commit is contained in:
13
roles/linstor_gateway/tasks/conf.yml
Normal file
13
roles/linstor_gateway/tasks/conf.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
- name: Configure Linstor Gateway
|
||||
template: src=linstor-gateway.toml.j2 dest=/etc/linstor-gateway/linstor-gateway.toml
|
||||
notify: restart linstor-gateway
|
||||
tags: drbd
|
||||
|
||||
- name: Install linstor-gateway completion
|
||||
shell: linstor-gateway completion > /etc/bash_completion.d/linstor_gateway
|
||||
args:
|
||||
creates: /etc/bash_completion.d/linstor_gateway
|
||||
tags: drbd
|
||||
|
Reference in New Issue
Block a user