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
|
- hosts: nas
|
||||||
name: Sync mailu
|
name: Sync mailu
|
||||||
ignore_unreachable: false
|
ignore_unreachable: false
|
||||||
|
vars:
|
||||||
|
app_path: "{{ 'localhost:80' | regex_replace('^(?P<host>.+):(?P<port>\\d+)$', '\\g<host>, \\g<port>') }}"
|
||||||
tasks:
|
tasks:
|
||||||
- name: Change owner
|
- name: Print the gateway for each host when defined
|
||||||
commalocal: "{{ 'localhost:80' | regex_replace('^(?P<host>.+):(?P<port>\\d+)$', '\\g<host>, \\g<port>') }}"
|
ansible.builtin.debug:
|
||||||
|
msg: var is "{{ app_path }}"
|
Loading…
x
Reference in New Issue
Block a user