diff --git a/group_vars/nas.yml b/group_vars/nas.yml index 5dac726..332395f 100644 --- a/group_vars/nas.yml +++ b/group_vars/nas.yml @@ -2,7 +2,7 @@ mem_size: 8192 num_cpus: 2 datadisks: - - {size: 500, type: nvme} + - {size: 500, type: hdd} - {size: 50, type: nvme} firewall_in: diff --git a/host_vars/nas02.home.foo.sh.yml b/host_vars/nas02.home.foo.sh.yml index 7c2e941..567ecc6 100644 --- a/host_vars/nas02.home.foo.sh.yml +++ b/host_vars/nas02.home.foo.sh.yml @@ -6,6 +6,6 @@ network_interfaces: mac: 52:54:00:ac:dc:34 - device: eth1 vlan: 30 - ipaddr: 172.20.30.11 + ipaddr: 172.20.30.32 netmask: 255.255.255.0 proto: static