Compare commits

...

2 Commits

Author SHA1 Message Date
3bd04d4a8d Set strategy in in local_dns 2023-10-29 14:13:30 -05:00
4a8cca431b Add more to lint config 2023-10-29 14:13:08 -05:00
2 changed files with 5 additions and 0 deletions

View File

@ -45,3 +45,7 @@ warn_list:
- fqcn
# Key order is just nitpicky
- key-order
# This one's buggy and ropes in roles we don't care about
- var-naming
# Strictly accurate, but I need this for workarounds
- no-changed-when

View File

@ -4,6 +4,7 @@
- hosts: all
gather_facts: no
become: no
serial: 1
module_defaults:
amazon.aws.route53:
# These credentials are specific to this playbook