lots of cleanup; removal of some roles we are not actually going to rewrite or use

This commit is contained in:
2023-12-08 01:53:17 -05:00
parent ea0c0435c4
commit 7db2e3df75
44 changed files with 8 additions and 228 deletions

View File

@ -1,7 +1,7 @@
---
- name: Set etc_hosts_file if running in Docker
set_fact:
etc_hosts_file: "{{ __etc_hosts_file_docker }}"
etc_hosts_file: "{{ __etc_hosts_file }}.docker"
when:
- ansible_virtualization_type == "docker"