You've already forked ansible-linux-infra
initial commit
This commit is contained in:
8
roles/selinux_config/defaults/main.yml
Normal file
8
roles/selinux_config/defaults/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
selinux_config_booleans: []
|
||||
# selinux_config_booleans:
|
||||
# - { name: "httpd_can_network_connect", state: true }
|
||||
|
||||
selinux_config_fcontexts: []
|
||||
# selinux_config_fcontexts:
|
||||
# - { target: "/opt/myapp/data(/.*)?", setype: "httpd_sys_rw_content_t" }
|
||||
Reference in New Issue
Block a user