podman: Allow nginx to connect containers

This commit is contained in:
Timo Makinen 2022-02-24 19:36:13 +00:00
parent 80c725551e
commit e59f52b410

View file

@ -3,3 +3,9 @@
ansible.builtin.package:
name: podman
state: installed
- name: allow nginx to connect containers
ansible.posix.seboolean:
name: httpd_can_network_connect
state: true
persistent: true