Commit graph

9 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
3c12ef6aa9 Killed trailing spaces in group/host vars with fire.
Normally it's just a nitpick to not have trailing spaces on variables.
However, for some things like mac address, it really matters.
Bunches of buildhw's were failing ansibile because they were passing
"mac address " to linux-system-roles networking and ansible was going
'huh, nope, I can't find that mac address here at all'.
So, just blow all the tailing spaces away to avoid any other variables
that hit this.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-05-04 08:52:52 -07:00
Kevin Fenzi
fa47db1ee7 bvmhost-x86-03.stg: setup vars for linux-system-roles.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-03 13:49:50 -07:00
Kevin Fenzi
f3b60ad5bd bvmhost-x86-03.stg: adjust bridge interface name 2020-09-03 13:34:06 -07:00
Kevin Fenzi
521abaab6c inventory: add bvmhost-x86-02/03.stg host var files too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-22 10:12:09 -07:00