Changing the port number of HTTPd test
This commit is contained in:
parent
aa62c09790
commit
5d517edc4e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user