mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 12:38:11 +00:00
bitwarden
This commit is contained in:
parent
bc1d301892
commit
50fd53aadd
@ -30,7 +30,14 @@
|
||||
owner: root
|
||||
when: inventory_hostname not in groups['nas'] and inventory_hostname not in groups['router']
|
||||
become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}"
|
||||
|
||||
- name: Upload service script config
|
||||
ansible.builtin.copy:
|
||||
src: scripts/mqtt_srv.cfg
|
||||
dest: /etc/mqtt_srv
|
||||
mode: '755'
|
||||
owner: root
|
||||
when: inventory_hostname not in groups['nas'] and inventory_hostname not in groups['router']
|
||||
become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}"
|
||||
- name: Upload service script1
|
||||
ansible.builtin.copy:
|
||||
src: scripts/mqtt_srv.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user