David Danielsson
David Danielsson
thanks for the idea, PRs are welcome :) but I do agree that some of those tasks would be useful to have a role to do.
is this still an issue?
I wonder if we should just add the ignore host check to ansible.cfg
We have decided that this is a prerequisite for this collection to work because you need to provide ssh keys already at this point you should have handled host checking...
I cannot assign it to you it would seem but @spyrexd is taking this on
I think we should default 8 for now, idk anyone running 9 so it is a better default currently.
what if you did something like aap_setup_rhel_version: "{{ rhel_version | default(ansible_distribution_major_version) | default(8, true) }}" or more crazy aap_setup_rhel_version: "{% if ansible_distribution == 'RedHat' %}{{ ansible_distribution_major_version | default(8, true) }}{%...
Is this still an issue?
we don't support deploying AAP on anything outside of OCP and this repo is specifically for AAP not upstream so we will not support anything outside of OCP and VMs...
Yes this is a known issue