init commit
This commit is contained in:
6
templates/bridge.j2
Normal file
6
templates/bridge.j2
Normal 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
9
templates/inventory.j2
Normal 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 }}
|
||||
Reference in New Issue
Block a user