mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-05-04 19:39:50 +02:00
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
- name: SSH config Setup
|
||||
become: "{{ false if inventory_hostname == 'nas.home.lan' else true }}"
|
||||
block:
|
||||
- name: Include vault
|
||||
ansible.builtin.include_vars:
|
||||
file: jaydee.yml
|
||||
- name: Upload config
|
||||
ansible.builtin.copy:
|
||||
src: config
|
||||
|
||||
Reference in New Issue
Block a user