Start a jail_nat_dhcp role for the nat_dhcp jail.

This commit is contained in:
Tom Alexander
2022-12-02 20:39:52 -05:00
parent e4f5754a91
commit 26354d1a86
12 changed files with 84 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
- hosts: all
- hosts: all:!jail
vars:
ansible_become: True
roles:
@@ -32,3 +32,9 @@
- media
- kubernetes
- google_cloud_sdk
- hosts: nat_dhcp
vars:
ansible_become: True
roles:
- jail_nat_dhcp