Added truenas update && playbook for fedora and debian hosts

This commit is contained in:
max
2025-06-22 18:39:27 +02:00
parent 5528de7414
commit 3c7ce0f8c5
7 changed files with 93 additions and 2 deletions

View File

@ -0,0 +1,14 @@
---
- hosts: truenas
gather_facts: false
vars:
sites:
- ip: 192.168.3.1
token: 1-gAIQbRICSPPqM1JCsfofc8gJgLvV8SglXV2xemYzBr2rzdZvQd5J0pMYeG45Jiqx
validate_certs: false
tasks:
- name: update-truenas-api
include_tasks: update-truenas-task.yml
loop: '{{ sites }}'