truenas
This commit is contained in:
@ -47,6 +47,9 @@ all:
|
||||
hosts:
|
||||
hv00.balsillie.house:
|
||||
kube00.balsillie.house:
|
||||
nas:
|
||||
hosts:
|
||||
nas.balsillie.house:
|
||||
workstations:
|
||||
children:
|
||||
arch:
|
||||
|
17
ansible/playbooks/truenas.yml
Normal file
17
ansible/playbooks/truenas.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
|
||||
- name: Configure Truenas
|
||||
hosts: truenas
|
||||
become: false
|
||||
tasks:
|
||||
- name: Install required packages
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- py37-ansible
|
||||
- py37-pip
|
||||
- py37-netifaces
|
||||
- py37-netaddr
|
||||
- py37-requests
|
||||
- py37-yaml
|
Reference in New Issue
Block a user