Use task-based vars loading to allow sensible data deployment skips

This commit is contained in:
Alex 2020-05-14 14:16:23 +02:00
parent 9f2cd5737e
commit 01d272f052
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
- name: Include sensitive info
include_vars:
dir: '{{ role_path }}/vault'
tags:
- vault
- name: Create configuration directory
file:
path: '/etc/wireguard'