Skip to content

Commit

Permalink
remove unnecessary platforms from provision and firewalld molecule co…
Browse files Browse the repository at this point in the history
…nfigs
  • Loading branch information
p-j-smith committed Jan 5, 2024
1 parent 67d6d75 commit baa6ad1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
24 changes: 0 additions & 24 deletions roles/firewalld/molecule/centos7/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
---
# test this scenario from the roles/provision directory with the command
# molecule --base-config ../../tests/centos7_base_config.yml test -s centos7
platforms:
- name: instance_one
hostname: molecule.instance.local
image: ${MOLECULE_DOCKER_IMAGE:-geerlingguy/docker-centos7-ansible:latest}
required: true
command: ""
cgroupns_mode: host
privileged: true
pre_build_image: ${MOLECULE_PRE_BUILD_IMAGE:-true}
volumes:
- ./molecule-data:/storage/molecule
keep_volumes: false
groups:
- all
- molecule
- centos7
docker_networks:
- name: molecule
ipam_config:
- subnet: 192.168.56.0/24
gateway: 192.168.56.1
networks:
- name: molecule
ipv4_address: 192.168.56.2
24 changes: 0 additions & 24 deletions roles/provision/molecule/centos7/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
---
# test this scenario from the roles/provision directory with the command
# molecule --base-config ../../tests/centos7_base_config.yml test -s centos7
platforms:
- name: instance_one
hostname: molecule.instance.local
image: ${MOLECULE_DOCKER_IMAGE:-geerlingguy/docker-centos7-ansible:latest}
required: true
command: ""
cgroupns_mode: host
privileged: true
pre_build_image: ${MOLECULE_PRE_BUILD_IMAGE:-true}
volumes:
- ./molecule-data:/storage/molecule
keep_volumes: false
groups:
- all
- molecule
- centos7
docker_networks:
- name: molecule
ipam_config:
- subnet: 192.168.56.0/24
gateway: 192.168.56.1
networks:
- name: molecule
ipv4_address: 192.168.56.2

0 comments on commit baa6ad1

Please sign in to comment.