Set up the nat_dhcp jail for mrmanager.
This commit is contained in:
@@ -15,3 +15,16 @@ etc_hosts: {}
|
||||
wireguard_directory: mrmanager
|
||||
enabled_wireguard:
|
||||
- colo
|
||||
jail_zfs_dataset: zdata/jail
|
||||
jail_zfs_dataset_mountpoint: /jail/main
|
||||
jail_canmount: "on"
|
||||
jail_list:
|
||||
- name: nat_dhcp
|
||||
enabled: true
|
||||
conf:
|
||||
src: nat_dhcp
|
||||
# bhyve_dataset: zroot/freebsd/release/vm
|
||||
# bhyve_list: []
|
||||
# bhyve_canmount: "on"
|
||||
# efi_dev: /dev/gpt/EFI
|
||||
devfs_rules: "mrmanager_devfs.rules"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
[server]
|
||||
mrmanager ansible_user=talexander ansible_host=74.80.180.138
|
||||
mrmanager ansible_user=talexander ansible_host=10.217.2.1
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[jail]
|
||||
nat_dhcp ansible_connection=jail
|
||||
homeserver_nat_dhcp ansible_ssh_host=nat_dhcp@172.16.16.2 ansible_connection=sshjail
|
||||
mrmanager_nat_dhcp ansible_ssh_host=nat_dhcp@10.217.2.1 ansible_connection=sshjail
|
||||
nat_dhcp@172.16.16.2 ansible_connection=sshjail
|
||||
|
||||
Reference in New Issue
Block a user