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:
@ -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 }}"
|
||||
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user