first commit

This commit is contained in:
root
2026-08-21 16:52:28 -07:00
commit 7e79b017a3
8 changed files with 767 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[all:vars]
ansible_python_interpreter=/usr/bin/python3
[control_node]
localhost ansible_connection=local
[pxe_servers]
opnsense.lab.cudanet.org ansible_user=root ansible_python_interpreter=/usr/local/bin/python3
[ocp_nodes]
bootstrap.ocp.lab.cudanet.org
node01.ocp.lab.cudanet.org
node02.ocp.lab.cudanet.org
node03.ocp.lab.cudanet.org
node04.ocp.lab.cudanet.org
node05.ocp.lab.cudanet.org
node06.ocp.lab.cudanet.org