Move poudriere to inside a VM.

This commit is contained in:
Tom Alexander
2022-12-10 17:55:44 -05:00
parent 8e412456d2
commit 93dab70817
5 changed files with 18 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
- hosts: all:!jail
- hosts: all:!jail:!vm
vars:
ansible_become: True
roles:
@@ -37,10 +37,17 @@
# - ansible
# - wireguard
# - portshaker
- poudriere
# - poudriere
- hosts: nat_dhcp:homeserver_nat_dhcp
vars:
ansible_become: True
roles:
- jail_nat_dhcp
- hosts: poudriereodo
vars:
ansible_become: True
roles:
- portshaker
- poudriere