podman: Allow nginx to connect containers
This commit is contained in:
parent
80c725551e
commit
e59f52b410
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue