Commit Graph

10 Commits

Author SHA1 Message Date
Nils Philippsen
6c85fda0c9 Mass remove/replace iad2 -> rdu3, 10.3. -> 10.16.
Signed-off-by: Nils Philippsen <nils@redhat.com>
2025-07-03 20:05:02 +02:00
Greg Sutcliffe
edea947e86 ipsilon: let db host come from group_vars
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2025-06-26 15:59:37 +01:00
James Antill
80aa4bbbc2 Initial version of iptables to nftables conversion. 2025-01-16 11:28:24 -05:00
Michal Konecny
2803a028a6 [ipsilon_stg] Change the group that has access to sysadmin-noc
We are currently not able to create a new group in ipa on staging. But to gain
access to @luhliarik to test https://pagure.io/fedora-infrastructure/issue/12092
let's use some existing group.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-10-18 13:06:38 +02:00
Michal Konecny
7c3e93ce27 [ipsilon_stg] Add shell and sudo access groups
This should help as solving access for @luhliarik to help resolve
https://pagure.io/fedora-infrastructure/issue/12092

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-10-16 10:08:01 +00:00
Kevin Fenzi
053231784f ipsilon / staging: fix old firewall still using log01 ip from phx2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-05-25 16:12:40 -07: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
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
Aurélien Bompard
c62c35dd6a Add ipa_host_group for Ipsilon
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-02-11 10:00:36 +01:00
Kevin Fenzi
3aab140a66 ipsilon: create ipsilon01.stg vm
Right now ipsilon is running in openshift, but sadly in order to work
with ipa instead of fas as it's backend it needs to use sssd and pam
stack. That does not work in a container, so move it back to a vm at
least for now until we sort out what we want to do.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-24 14:03:11 -07:00