Skip to content

Commit

Permalink
fix: alias docker_version to kubernetes version (1.22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Feb 1, 2024
1 parent d619017 commit 372a7b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
openstack.cloud: 1.7.0
vexxhost.ceph: 2.1.0
vexxhost.kubernetes: 1.10.0
vexxhost.containers: ">=1.1.1"
tags:
- application
- cloud
Expand Down
2 changes: 2 additions & 0 deletions molecule/aio/group_vars/all/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,5 @@ horizon_helm_values:
pod:
replicas:
server: 1

docker_version: 20.10.9
9 changes: 9 additions & 0 deletions playbooks/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
tags:
- always

- hosts: "{{ target | default('all') }}"
become: true
roles:
- role: vexxhost.containers.docker
tags:
- docker
vars:
docker_version: 20.10.9

- import_playbook: vexxhost.kubernetes.site
vars:
keepalived_image: "{{ atmosphere_images['keepalived'] }}"
Expand Down

0 comments on commit 372a7b9

Please sign in to comment.