Bear Giles
Bear Giles
I've already tried adding {{ ansible_hosts.all_ipv6_addresses }} to the list of IP addresses and it kicked it back since the only IPv6 address provided was the loopback. That doesn't mean...
When I add '::ffff:{{ ansible_host.default_ipv6.address }}' I get ``` TASK [freeipa.ansible_freeipa.ipaserver : Install - Server preparation] ******** Tuesday 02 May 2023 12:34:26 -0600 (0:00:00.033) 0:02:22.010 *********** Tuesday 02 May 2023...
The script successfully completed with the explicit addition of a global IPv6 address to `ipaserver_ip_addresses`. It also succeeds if a global IPv6 address is available but not present in 'ipaserver_ip_addresses'....
Grumble - I've backed out a ton of stuff and `include_role` still completes. Even 'Rocky Linux 9' works! At this point I think the only thing remaining is reverting the...
Still working on it...
I've been able to reproduce the behavior, although I don't recall exactly how I got to it. There is no `run-config.yml` file. This might be an important clue when running...
I forgot to mention - I added a bit more code when adding the tags to the EC2 instance. Basically I split 'platform_generated_tags' into two. The filtered tags include what's...
Sorry I dropped this - I got pulled into other tasks... then laid off. The change set for the unfiltered tag was large enough that I knew it would take...
(P.S., I know there's a way to identify the permissions actually required over a period of time. It simply hadn't occurred to me that this was the cause - I've...
Here's my local policy, rewritten as a template. Ansible playbook to create this policy to follow... If you want to be really paranoid you could split this into a read-only...