6a3816dfdc
ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
...
Replaces many references to 'copy' with ansible.builtin.copy
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:43:31 +10:00
62952df107
ansiblelint fixes-- fqcn[action-core] - file to ansible.builtin.file
...
Replaces many references to file: with ansible.builtin.file
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:41:52 +10:00
691adee6ee
Fix name[casing] ansible-lint issues
...
fix 1900 failures of the following case issue:
`name[casing]: All names should start with an uppercase letter.`
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 20:20:07 +10:00
Mark O Brien
bb790420f5
sudoers: still needed on batcave for rbac
...
Signed-off-by: Mark O Brien <markobri@redhat.com>
2021-09-29 19:55:15 +00:00
Nils Philippsen
a4b5dfce5b
ipa/client: only install sudoers on FAS clients
...
Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-03-24 11:06:44 +00:00
Kevin Fenzi
082d1316bf
sudo: this also need the full private path.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:15 +02:00
Kevin Fenzi
dd55242b6c
sudo: seems not, lets default to a default file.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:15 +02:00
Kevin Fenzi
23a6c1242f
sudo: can we put skip back now?
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:15 +02:00
Kevin Fenzi
c77f90e8aa
sudo: also fix another with_first_found.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:15 +02:00
Kevin Fenzi
cd58594eb5
Try just skipping the errors for now.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:15 +02:00
Kevin Fenzi
7577427d53
Revert "sudo: skip no longer works with a list like this, make a default."
...
This reverts commit 4c43b00d32e5509578426f004d649c6fbf5a320b.
2020-04-24 21:34:15 +02:00
Kevin Fenzi
950ab07c02
sudo: skip no longer works with a list like this, make a default.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:15 +02:00
Kevin Fenzi
8358a3f198
revert back to skip: true for these.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-05-29 02:20:50 +00:00
Kevin Fenzi
386d9a1d02
base/hosts: Clean up some depreciations.
...
koji_builder/sudo: Clean up some more depreciations.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-05-28 20:47:54 +00:00
Kevin Fenzi
04a52b8667
Death to all trailing whitespace.
2016-08-08 19:36:31 +00:00
Kevin Fenzi
a32f8b9e4a
Change ansible_fqdn to inventory_hostname. This fixes some few hosts that have incorrect reverse dns
...
and shouldn't break any others since we always use fully qualified in our inventory.
2016-05-11 15:08:50 +00:00
Kevin Fenzi
f0c80375b5
Remove action: in all roles.
2016-01-06 21:58:31 +00:00
Ralph Bean
05bb9f4f83
Ensure that our sysadmin-main sudoers file comes first.
2015-09-25 18:46:53 +00:00
Ralph Bean
ac0439bf4b
Tag up the sudoers role.
2015-06-12 20:04:49 +00:00
32c88680a1
Revert "copy the su=oders files from ansible's private repo"
...
This reverts commit 3f236fa945
.
2015-02-23 23:29:14 +00:00
3f236fa945
copy the su=oders files from ansible's private repo
2015-02-23 23:11:12 +00:00
Pierre-Yves Chibon
5c6d884935
Another attempt to get the basename
2015-01-29 11:16:57 +01:00
Pierre-Yves Chibon
64fbbd4b1c
Let's try to get only the basename
2015-01-29 11:15:07 +01:00
Pierre-Yves Chibon
4e4b955307
Try avoiding '.' in sudoers file
2015-01-29 11:09:59 +01:00
Kevin Fenzi
ef4a44c44c
Convert sudo to a role so we can include it before roles/plays that use sudo.
2014-06-14 20:58:52 +00:00