1
0
Fork 0
forked from infra/ansible
Commit graph

19 commits

Author SHA1 Message Date
James Antill
1ec94511e5 vars: Workaround ansible/dnf interaction with base_pkgs_erase and sendmail.
Signed-off-by: James Antill <james@and.org>
2026-07-31 15:13:34 -04:00
5c4f8b6ae4 copr: cleanup unused config 2024-03-12 13:18:23 +01:00
Jiri Kyjovsky
f41baf6f21 copr: configure list of root users just on one place 2022-09-19 14:07:37 +02:00
b5c09240f1 remove schlupova
Silvie left the team and RH
2022-06-01 11:08:14 +02:00
eb991fa9c1 base / big network cleanup
Everything should now be using linux-system-roles/network, so we drop
our hacky nmcli calls and everything that referred to them, including
exclude variables. Also, lets just let NM handle resolv.conf so it's not
wrong all the time on reboots.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-01-26 12:14:23 -08:00
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
9296d0d8dd copr-fe: Tomáš Tomeček is going to help Copr team 2021-10-12 13:06:32 +02:00
Jakub Kadlcik
9a8acc79ae nagios: enable disk monitoring for copr instances
I think that / monitoring should work by default just by
setting `nrpe: true` because of

    define service {
      hostgroup_name	all, !mincheckgrp
      service_description   Disk_Space_/
      check_command		check_by_nrpe!check_disk_/
      use                   disktemplate
    }
2021-08-09 11:45:53 +00:00
f14b897b1f copr: point playbooks to new set of (elastic) IPs 2020-11-13 10:05:21 +01:00
ebaded131e copr: remove thrnciar 2020-10-14 06:17:01 +02:00
6c35df6425 copr: remove dturecek 2020-10-14 06:11:04 +02:00
7a82a5a7d5 Rename ansible_ifcfg_{black,white}list to {block,allow}list
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-06-11 15:22:09 -07:00
18519c9a09 copr: enable swap on be, fe, dist-git 2020-04-24 21:34:25 +02:00
d61d291c19 nagios: no ping for aws instances, use ssh for alive check
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:25 +02:00
Jakub Kadlcik
5cac928e90 copr: frontend in aws has new IP now 2020-04-24 21:34:25 +02:00
16aef6569a Revert "Revert "nagios: enable ping on aws instances. This is not really ping it is checking aliveness with ssh""
This reverts commit e3503bd863962f5e32e158b5de7ec4634f01e64c.
2020-04-24 21:34:24 +02:00
85df9a0007 Revert "nagios: enable ping on aws instances. This is not really ping it is checking aliveness with ssh"
This reverts commit 44d7acf9151675f1d20e362e85d556a9a05497cd.
2020-04-24 21:34:24 +02:00
9d66ac3fe3 nagios: enable ping on aws instances. This is not really ping it is checking aliveness with ssh
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:24 +02:00
Jakub Kadlcik
b49f6b59ff copr: add production copr frontend instance in AWS 2020-04-24 21:34:24 +02:00