Add infrastructure packages: terraform-pve, ansible-push, wolfstack-keepalived, terraform-pve-vm
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
terraform:
|
||||
build: .
|
||||
container_name: terraform-pve
|
||||
volumes:
|
||||
- ./terraform:/workspace
|
||||
- ~/.ssh/artemis_key.pub:/workspace/artemis_key.pub:ro
|
||||
- ../ansible-push:/ansible-push
|
||||
working_dir: /workspace
|
||||
network_mode: host
|
||||
stdin_open: true
|
||||
tty: true
|
||||
command: ["version"]
|
||||
Reference in New Issue
Block a user