bump podman-nomad-driver version and add hardtack group vars
This commit is contained in:
parent
a7fe1a32a8
commit
fdf53f045c
3 changed files with 11 additions and 1 deletions
|
@ -61,7 +61,7 @@ vault_ca_cert_payload: |
|
|||
|
||||
# nomad
|
||||
nomad_version: 1.1.3
|
||||
nomad_podman_driver_version: 0.1.0
|
||||
nomad_podman_driver_version: 0.3.0
|
||||
|
||||
# podman
|
||||
podman_version: 3.0.1+dfsg1-3+b2
|
||||
|
|
5
ansible/group_vars/hardtack/main.yml
Normal file
5
ansible/group_vars/hardtack/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
hashi_arch: arm
|
||||
consul_arch: arm64
|
||||
nomad_arch: arm64
|
||||
docker_arch: arm64
|
5
ansible/group_vars/hardtack/nomad.yml
Normal file
5
ansible/group_vars/hardtack/nomad.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
nomad_meta_values:
|
||||
- { name: "storage_optimized", value: "false" }
|
||||
- { name: "ram_optimized", value: "false" }
|
||||
...
|
Loading…
Reference in a new issue