Ryan Lerch
47c68f478d
ansiblelint fixes - fqcn[action-core] - template to ansible.builtin.template
...
Replaces references to template: with ansible.builtin.template
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 11:30:29 +10:00
Ryan Lerch
25391e95b7
ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package
...
Replaces many references to package: with ansible.builtin.package
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 11:28:00 +10:00
Ryan Lerch
462176464b
ansiblelint fixes-- fqcn[action-core] - command to ansible.builtin.command
...
Replaces many references to command: with ansible.builtin.command
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 11:26:47 +10:00
Ryan Lerch
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
Ryan Lerch
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
Jakub Kadlcik
33007228c1
ansible-server: use ansible-collection-community-postgresql package
2023-08-19 21:26:58 +00:00
Jakub Kadlcik
07aab73f52
ansible-server: add requirements for copr-pulp playbooks
...
Fix https://pagure.io/fedora-infrastructure/issue/11396
2023-08-19 21:26:58 +00:00
Kevin Fenzi
bdfd9d8517
batcave02: drop batcave02, it's batcave01 now.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2023-07-13 17:21:50 -07:00
Kevin Fenzi
a9bb7f2254
batcave02: no ansible-collection-community-docker right now, so exclude it on rhel9
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2023-03-28 14:32:44 -07:00
Kevin Fenzi
1105c72692
ansible /server: fix name of collection
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2022-06-07 11:09:00 -07:00
Maxwell G
1186d20cb2
ansible-server: Use git-core instead of git.
2022-06-07 17:45:35 +00:00
Maxwell G
b20a0b5495
ansible-server: Use RPM collection packages
...
We now have all the collections that are used by Fedora Infra packaged
for EPEL 8 (the ansible control host runs on RHEL 8, as far as I know),
except community.postgresql. ansible-collection-community-rabbitmq[1]
and ansible-collection-community-libvirt[2] are new packages that are
still in epel8-next testing, so I would wait to merge this until they're
pushed.
I would also recommend clearing the current collections directory (`rm
-rf ~/.ansible/ansible_collections/*`) before merging this to ensure
that ansible uses the packaged versions and not the old versions that
were installed with ansible-galaxy.
[1]: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-a7237cc021
[2]: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-a9ccbc0012
Signed-off-by: Maxwell G <gotmax@e.email >
2022-06-07 17:45:35 +00:00
Kevin Fenzi
92d5e704fa
ansible-server: Fix requirements.yml path
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2022-04-04 15:06:29 -07:00
Kevin Fenzi
f2eb6caf29
Revert "Revert "batcave: switch to ansible-core + some collections instead of ansible 'classic'""
...
This reverts commit dc1f503bdd .
2022-04-04 14:27:00 -07:00
Kevin Fenzi
dc1f503bdd
Revert "batcave: switch to ansible-core + some collections instead of ansible 'classic'"
...
This reverts commit 78ba658d3c .
2022-03-30 13:06:52 -07:00
Kevin Fenzi
78ba658d3c
batcave: switch to ansible-core + some collections instead of ansible 'classic'
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2022-03-30 12:14:47 -07:00
Kevin Fenzi
8a816e92c6
This module is finally gone from ansible. :(
2017-10-15 19:04:33 +00:00
Patrick Uiterwijk
936e8b261a
yum accepted pkg=, package calls it name=
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2017-10-09 00:38:26 +02:00
Patrick Uiterwijk
adcbf72f03
Packageize this, packageize that, packageize the world
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2017-10-08 22:25:52 +00:00
Kevin Fenzi
feead615f2
no more core or extras here
2017-04-12 22:15:35 +00:00
Patrick Uiterwijk
a5c264781a
Hotfix for nova_compute bug
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2016-10-05 11:03:32 +00:00
Kevin Fenzi
42afc9a637
Fix a bunch of places that didn't use the full correct mode
2016-08-08 19:53:57 +00:00
Kevin Fenzi
04a52b8667
Death to all trailing whitespace.
2016-08-08 19:36:31 +00:00
Praveen Kumar
4b1e5162d7
Update state from installed/removed to present/absent for yum module as per latest documents -> http://docs.ansible.com/yum_module.html
2014-11-05 15:32:11 +00:00
Kevin Fenzi
d71f6ea27e
Fix typo
2014-10-04 02:21:41 +00:00
Kevin Fenzi
9901df6709
Fix path to script
2014-10-04 02:20:06 +00:00
Aditya adimania Patawari
399d8e443b
check phx02 dns script from ticket #4232
2014-08-08 12:11:15 +00:00
Tim Flink
c3707ce75c
fixing httpd group for kickstart serving dir and moving httpd package installation to a more appropriate place
2014-03-17 21:58:04 +00:00
Tim Flink
76c9a0d6d4
adding ansible config to ansible-server role
2014-03-17 21:21:04 +00:00
Kevin Fenzi
693f1ca2d0
Add ansible-server role
2014-01-21 19:55:59 +00:00