Skip to content

Commit

Permalink
Revert "fix: alias docker_version to kubernetes version (1.22)"
Browse files Browse the repository at this point in the history
This reverts commit 372a7b9.
  • Loading branch information
ricolin committed Feb 1, 2024
1 parent c4cc999 commit 8f786ff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 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: 0 additions & 2 deletions molecule/aio/group_vars/all/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,3 @@ horizon_helm_values:
pod:
replicas:
server: 1

docker_version: 20.10.9
9 changes: 0 additions & 9 deletions playbooks/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@
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 8f786ff

Please sign in to comment.