init commit

This commit is contained in:
2025-06-23 09:29:29 -07:00
commit 135847d745
7 changed files with 151 additions and 0 deletions

6
templates/bridge.j2 Normal file
View File

@ -0,0 +1,6 @@
## DHCP ip config file for {{ bridge_name }} ##
auto {{ bridge_name }}
# Bridge setup
iface {{ bridge_name }} inet dhcp
bridge_ports {{ current_iface }}

9
templates/inventory.j2 Normal file
View File

@ -0,0 +1,9 @@
all:
hosts:
{{ bridge_address }}:
ansible_user: root
vars:
ansible_connection: ssh
ansible_ssh_private_key_file: /var/jenkins_home/jenkins_key
# host_ip;{{ bridge_address }}