14 lines
312 B
YAML
14 lines
312 B
YAML
---
|
|
- 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-tasks.yaml
|
|
loop: '{{ sites }}' |