Commit graph

6 commits

Author SHA1 Message Date
Kevin Fenzi
26f69a7ee2 inventory: switch all iad2 virthosts and guests to use 9000 mtu
All the iad2 hosts are on 10GB network, so should be able to use 9000mtu.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-05-15 12:13:50 -07:00
Kevin Fenzi
7cb3fddb79 host vars: drop auto6: no from connection profiles
Turns out the current version of linux-system-roles network doesn't like
setting ipv6 no and setting search domains since NetworkManager wants to
set them for both ipv4 and ipv6. There's some upstream fix, but not in
our current version.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-17 19:33:50 -08:00
Kevin Fenzi
580cd252c5 Inventory group/host variables: Sort yaml
This was done using yq (
https://mikefarah.gitbook.io/yq/operators/sort-keys )

Doing things this way makes it much easier to see if a variable is set
in a file or if two hosts differ in what variables they set. Hopefully
we can keep things sorted moving forward.

Basically this means just sort a-z anything you add to any host or group
vaiable and it will be in the right place.

Additionally, this enforces 'normal' intent rules for all the variable
files which we should also try and obey. 2 spaces for first level, 3 for
next, etc. When in doubt you can run yq on it.

This should cause NO actual vairable changes, it's all just readability
fixing for humans, ansible parses it exactly the same.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 13:27:57 -08:00
Kevin Fenzi
4f19774152 clevis is fixed, drop these variables that are no longer needed.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-07-13 15:05:14 -07:00
Peter Buffon
2e41dc05a8 Batch update of bvmhost* Ansible host_vars files for linux-system-roles/network conversion. 2021-07-13 21:57:09 +00:00
Kevin Fenzi
641912c098 iad2: add in bvmhost's and their mac addresses.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-13 17:10:07 -07:00