Changing the port number of HTTPd test

This commit is contained in:
Bradley Bickford 2024-11-27 15:43:46 -05:00
parent aa62c09790
commit 5d517edc4e

View File

@ -76,7 +76,7 @@
- name: Configure firewalld for httpd
ansible.posix.firewalld:
service: http
port: "8080/tcp"
state: enabled
permanent: true
immediate: true
@ -89,7 +89,7 @@
quadlet_filename: "httptest-quadlet"
quadlet_file_mode: "0640"
rm: false
ports: 80:80
ports: 8080:80
volumes:
- "{{ httptest_user_www }}:/usr/local/apache2/htdocs"
quadlet_options: