Commit graph

6 commits

Author SHA1 Message Date
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
Nils Philippsen
b5462742b1 ipa/client: enable for builders in prod
Also, revise special treatment for bkernel*, the `ipa/client` role
grants shell, sudo access for sysadmin-main by default, just ensure the
lists for additional groups are empty.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-03-24 13:44:33 +01:00
Kevin Fenzi
88334087ac iad2: how did this work before? add koji_hub_nfs to bkernel
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-02 13:17:17 -07:00
Patrick Uiterwijk
b08e18404b Move all builders and compose to https
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-12-15 01:06:23 +00:00
Kevin Fenzi
2232b59b9a bkernel builders also need the koji config. 2015-06-13 17:10:24 +00:00
Kevin Fenzi
41aa28ceb8 Add bkernel group vars 2013-11-25 18:11:52 +00:00