mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-16 18:51:23 +00:00
f118ec9571
This is attempting a sync of some stuff from our ansible server. Some data is either missing or obfuscated.
10 lines
207 B
YAML
10 lines
207 B
YAML
---
|
|
- name: Configure SELinux booleans
|
|
ansible.posix.seboolean:
|
|
name: "{{ item }}"
|
|
persistent: true
|
|
state: true
|
|
with_items:
|
|
- httpd_can_network_connect_db
|
|
- httpd_can_network_connect
|