Commit Graph

10 Commits

Author SHA1 Message Date
iamyaash
b3d6a90b9a motd generic template added
migrated notes from infra/hosts

motd changes; excluding CSI infos

removed csi_* vars from group_vars; converted csi_purpose & csi_relationship into notes

fixed merge conflicts

minor changes; var

updating YAMLs & playbooks

udpated YAMLs & playbooks again

updated correctly; buildhw.yml

fixing merge conflicts

dest added in motd.yml
2025-01-28 01:10:14 +00:00
Matěj Grabovský
57cdaf8599 Remove mgrabovs from retrace contacts
Leaving ABRT for good.
2023-07-27 17:49:45 +02:00
Matěj Grabovský
c4d7a472b3 retrace: Add purpose and contact info
Add `csi_` group variables for production and staging retrace
hosts with info on purpose and primary contact.
2022-02-17 22:23:22 +00: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
Matěj Grabovský
07c182538b retrace: Do not run ipa/client role on retrace_stg_aws 2021-06-08 14:49:00 +02:00
Matěj Grabovský
2ce5a4b91b retrace: Drop devel variable in favour of env
`env` seems to be the prevailing method of specifying production vs.
staging environments across groups and hosts.
2021-06-08 14:44:15 +02:00
Matěj Grabovský
4cfe740fc6 retrace: Improve code style
* Capitalise task names.
* Wrap shell commands in quotes.
* Use folded strings where appropriate.
* Wrap tasks with the same condition in a block.
2021-06-08 14:43:54 +02:00
Kevin Fenzi
35c3f4a30f retrace should be vpn: true at least for now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-03-30 09:00:43 -07:00
Nils Philippsen
8463ae106f ipa/client: enable for retrace in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-03-24 13:44:33 +01:00
Miroslav Suchý
9133abed3b retrace: rename group var from retrace_stg to retrace_stg_aws 2020-12-15 10:36:21 +01:00