bitwarden

This commit is contained in:
jaydee 2024-05-27 23:49:46 +02:00
parent f51df9d3a9
commit 97c28be1ca

View File

@ -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 }}"