Skip to content

Commit

Permalink
molecule: set ubuntu2204 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Feb 18, 2023
1 parent ca77724 commit 9e34a3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ driver:
platforms:
- name: 10.172.0.17
hostname: dcs-node01
image: "${IMAGE_NAMESPACE:-geerlingguy}/docker-${IMAGE_DISTRO:-centos8}-ansible:${IMAGE_TAG:-latest}"
image: "${IMAGE_NAMESPACE:-geerlingguy}/docker-${IMAGE_DISTRO:-ubuntu2204}-ansible:${IMAGE_TAG:-latest}"
# docker_networks: # TODO github.com/ansible-community/molecule/pull/2696
# - name: test_docker_network
# ipam_config:
Expand Down Expand Up @@ -37,7 +37,7 @@ platforms:

- name: 10.172.0.18
hostname: dcs-node02
image: "${IMAGE_NAMESPACE:-geerlingguy}/docker-${IMAGE_DISTRO:-centos8}-ansible:${IMAGE_TAG:-latest}"
image: "${IMAGE_NAMESPACE:-geerlingguy}/docker-${IMAGE_DISTRO:-ubuntu2204}-ansible:${IMAGE_TAG:-latest}"
networks:
- name: test_docker_network
ipv4_address: 10.172.0.18
Expand All @@ -61,7 +61,7 @@ platforms:

- name: 10.172.0.19
hostname: dcs-node03
image: "${IMAGE_NAMESPACE:-geerlingguy}/docker-${IMAGE_DISTRO:-centos8}-ansible:${IMAGE_TAG:-latest}"
image: "${IMAGE_NAMESPACE:-geerlingguy}/docker-${IMAGE_DISTRO:-ubuntu2204}-ansible:${IMAGE_TAG:-latest}"
networks:
- name: test_docker_network
ipv4_address: 10.172.0.19
Expand All @@ -85,7 +85,7 @@ platforms:

- name: 10.172.0.20
hostname: pgnode01
image: "${IMAGE_NAMESPACE:-geerlingguy}/docker-${IMAGE_DISTRO:-centos8}-ansible:${IMAGE_TAG:-latest}"
image: "${IMAGE_NAMESPACE:-geerlingguy}/docker-${IMAGE_DISTRO:-ubuntu2204}-ansible:${IMAGE_TAG:-latest}"
networks:
- name: test_docker_network
ipv4_address: 10.172.0.20
Expand All @@ -112,7 +112,7 @@ platforms:

- name: 10.172.0.21
hostname: pgnode02
image: "${IMAGE_NAMESPACE:-geerlingguy}/docker-${IMAGE_DISTRO:-centos8}-ansible:${IMAGE_TAG:-latest}"
image: "${IMAGE_NAMESPACE:-geerlingguy}/docker-${IMAGE_DISTRO:-ubuntu2204}-ansible:${IMAGE_TAG:-latest}"
networks:
- name: test_docker_network
ipv4_address: 10.172.0.21
Expand Down

0 comments on commit 9e34a3e

Please sign in to comment.