Skip to content

Commit

Permalink
cleanup molecule ports
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Sep 29, 2023
1 parent 95027c0 commit 35bbeb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion molecule/elasticsearch/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ platforms:
dockerfile: ../../tests/molecule/Dockerfile-noprivs.j2
command: "/lib/systemd/systemd"
published_ports:
- 80/tcp
- 0.0.0.0:443:443/tcp
privileged: true
tmpfs:
Expand Down
2 changes: 0 additions & 2 deletions molecule/identity/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ platforms:
- identity
- nginx
published_ports:
- 80/tcp
- 0.0.0.0:443:443/tcp
- 0.0.0.0:8080:8080/tcp

provisioner:
name: ansible
Expand Down
4 changes: 3 additions & 1 deletion molecule/local/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ platforms:
- acc
- nginx
published_ports:
- 80/tcp
- 0.0.0.0:443:443/tcp

provisioner:
name: ansible
config_options:
defaults:
pipelining: true
ansible_args:
- -e
- "@tests/test-extra-vars.yml"
Expand Down

0 comments on commit 35bbeb0

Please sign in to comment.