Commit Graph

25 Commits

Author SHA1 Message Date
Michal Konecny
2ec055db6f Use first uppercase letter for all handlers
This will unify all the handlers to use first uppercase letter for
ansible-lint to stop complaining.

I went through all `notify:` occurrences and fixed them by running
```
set TEXT "text_to_replace"; set REPLACEMENT "replacement_text"; git grep
-rlz "$TEXT" . | xargs -0 sed -i "s/$TEXT/$REPLACEMENT/g"
```

Then I went through all the changes and removed the ones that wasn't
expected to be changed.

Fixes https://pagure.io/fedora-infrastructure/issue/12391

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-02-10 20:31:49 +00: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
Ryan Lerch
89f6f1fc32 Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-11-28 17:31:45 +10:00
Kevin Fenzi
2c31e220fb dns: drop libsemanage-pythong and policycoreutils-python from dns since they are not in rhel8
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-06 16:07:28 -07:00
Kevin Fenzi
c91c3e9e57 dns: drop GetIP fetch as it no longer is offered
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:20 +02:00
Rick Elrod
a3b14f235c try it this way
Signed-off-by: Rick Elrod <relrod@redhat.com>
2019-01-11 21:28:54 +00:00
Rick Elrod
ce0d66d37f Try adding a script for generating the GeoIP ACLs
Signed-off-by: Rick Elrod <relrod@redhat.com>
2019-01-11 21:22:23 +00: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
Patrick Uiterwijk
9bd69da6ac Run named-checkconf
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-12-14 21:07:33 +00:00
Kevin Fenzi
b1a2d105c9 In ansible 2.2 always_run is depreciated. Switch to check_mode. 2016-11-01 16:29:49 +00:00
Ricky Elrod
d151311e13 not called -utils in rhel
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2016-06-30 08:59:32 +00:00
Ricky Elrod
b59170a844 allow named to bind to 8053 so stats work again (fixes "couldn't allocate statistics channel" in logs)
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2016-06-30 08:55:17 +00:00
Patrick Uiterwijk
6069037f47 Add dns tags to dns role
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-04-07 11:21:03 +00:00
Kevin Fenzi
f700d3e4f7 Mark these as not being changed 2015-02-02 02:43:30 +00:00
Patrick Uiterwijk
962527ffeb Off course we cannot start serving zones we have never heard about.. 2014-12-07 13:17:49 +00:00
Patrick Uiterwijk
0e158fa699 Silence dns update 2014-12-07 04:23:49 +00:00
Patrick Uiterwijk
11e812d8b6 Scheduled update-dns 2014-12-07 04:23:05 +00:00
Patrick Uiterwijk
44885c9d7e No longer use the chroot 2014-12-07 03:34:35 +00:00
Patrick Uiterwijk
6c32bcf745 This is a normal file 2014-12-07 00:19:20 +00:00
Patrick Uiterwijk
3e55abc802 Just always run the GeoIP.sh script 2014-12-07 00:18:11 +00:00
Patrick Uiterwijk
7411f8f43b rndc.key is private 2014-12-07 00:14:44 +00:00
Patrick Uiterwijk
f96c65e134 First attempt at DNS in ansible 2014-12-06 22:58:01 +00:00