Provision docker VM
This commit is contained in:
parent
bdfd38c9fe
commit
6267363ab0
3 changed files with 4 additions and 0 deletions
2
ansible/host_vars/pve-docker.yml
Normal file
2
ansible/host_vars/pve-docker.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
expose_ssh: true
|
||||
traefik_private_ip: "{{ ansible_default_ipv4.address }}"
|
|
@ -7,3 +7,4 @@ pve
|
|||
|
||||
# PVE VMs
|
||||
ingress
|
||||
pve-docker
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
- intersect
|
||||
- walker
|
||||
- grimes
|
||||
- pve-docker
|
||||
roles:
|
||||
- role: geerlingguy.docker
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue