its been a while since i've worked on this

and it seems there were many changes left
uncommitted. i have no idea what state this is in
but we will refactor or start over from this point.
This commit is contained in:
2023-12-08 01:09:54 -05:00
parent bb39241a44
commit 2994a8f849
8 changed files with 134 additions and 11 deletions

View File

@ -1,5 +1,5 @@
---
- name: Provision hosts using the jchristianh.baseos Ansible collection
- name: Deploy a standardized base configuration
hosts: all
become: yes
gather_facts: yes
@ -17,7 +17,7 @@
- name: Include relevant role(s)
include_role:
name: "{{ item }}"
loop: "{{ baseos_include_roles }}"
loop: "{{ __baseos_include_roles }}"
...