Initial commit

This commit is contained in:
Richard Megginson
2024-10-22 10:07:09 -06:00
committed by GitHub
commit e898442752
63 changed files with 2164 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# SPDX-License-Identifier: MIT
---
- name: Example template role invocation
hosts: all
vars:
template_foo: example variable value
template_bar: false
roles:
- linux-system-roles.template