Add possibility to create networks
This commit is contained in:
committed by
decentral1se
parent
3617624623
commit
6c4c20baa6
@ -10,6 +10,17 @@ platforms:
|
||||
volumes:
|
||||
- name: "molecule-hetznercloud-volume-1-${INSTANCE_UUID}"
|
||||
# - name: "molecule-hetznercloud-volume-2-${INSTANCE_UUID}"
|
||||
networks:
|
||||
molecule-hetznercloud-network-1:
|
||||
ip_range: 10.10.0.0/16
|
||||
subnet:
|
||||
ip: 10.10.10.1/24
|
||||
type: cloud
|
||||
network_zone: eu-central
|
||||
molecule-hetznercloud-network-2:
|
||||
ip_range: 10.20.0.0/16
|
||||
subnet:
|
||||
ip: 10.20.10.1/24
|
||||
provisioner:
|
||||
name: ansible
|
||||
verifier:
|
||||
|
Reference in New Issue
Block a user