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

@ -8,7 +8,6 @@ __template_header : The Zen Garden
__etc_hosts_file : /etc/hosts
__etc_hosts_file_docker : /etc/hosts.docker
__etc_hosts_version : 1.0.0
__etc_hosts_revision : 22314

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"

View File

@ -1,2 +0,0 @@
---
# vars file for etc_hosts