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