mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
111
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
- hosts: containers
|
||||
name: Stop mailu
|
||||
- hosts: datacenter
|
||||
name: Modify nginx configs
|
||||
vars:
|
||||
apps:
|
||||
- Home Assistant
|
||||
tasks:
|
||||
- name: Copy archive
|
||||
ansible.builtin.shell: 'scp -i .ssh/id_rsa333 /share/Data/dockers-{{ ansible_date_time.date }}.tar.gz jaydee@192.168.77.246/share/'
|
||||
ignore_errors: yes
|
||||
when: inventory_hostname in groups['nas']
|
||||
- include: reconfigure_heimdall.yaml app={{ item }}
|
||||
name: lala
|
||||
with_items:
|
||||
- "{{ apps }}"
|
Reference in New Issue
Block a user