Rework Role Structure (#254)

* Add more defaults
* Rename roles, covert download to airgap role
* Remove unnecessary gather_facts

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2023-11-16 12:03:07 -08:00
committed by GitHub
parent 52941b749b
commit 1e633c5ad1
17 changed files with 65 additions and 67 deletions

View File

@@ -23,11 +23,6 @@
- name: Populate service facts
ansible.builtin.service_facts:
- name: Assign api_port if not defined
when: api_port is undefined
ansible.builtin.set_fact:
api_port: 6443
- name: Allow UFW Exceptions
when:
- ansible_facts.services['ufw'] is defined