Added truenas update && playbook for fedora and debian hosts
This commit is contained in:
14
Playbooks/truenas/update-truenas.yaml
Normal file
14
Playbooks/truenas/update-truenas.yaml
Normal 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 }}'
|
Reference in New Issue
Block a user