mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
f51df9d3a9
commit
97c28be1ca
@ -1,6 +1,9 @@
|
||||
- hosts: nas
|
||||
name: Sync mailu
|
||||
ignore_unreachable: false
|
||||
vars:
|
||||
app_path: "{{ 'localhost:80' | regex_replace('^(?P<host>.+):(?P<port>\\d+)$', '\\g<host>, \\g<port>') }}"
|
||||
tasks:
|
||||
- name: Change owner
|
||||
commalocal: "{{ 'localhost:80' | regex_replace('^(?P<host>.+):(?P<port>\\d+)$', '\\g<host>, \\g<port>') }}"
|
||||
- name: Print the gateway for each host when defined
|
||||
ansible.builtin.debug:
|
||||
msg: var is "{{ app_path }}"
|
Loading…
x
Reference in New Issue
Block a user