File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 112
112
command : semodule -i /tmp/nginx-plus-module-appprotect.pp
113
113
changed_when : false
114
114
115
+ - name : " (Install: SELinux: Module) Cleanup NGINX Plus App Protect Module"
116
+ file :
117
+ path : " /tmp/{{ item }}"
118
+ state : absent
119
+ with_items :
120
+ - nginx-plus-module-appprotect.te
121
+ - nginx-plus-module-appprotect.mod
122
+ - nginx-plus-module-appprotect.pp
123
+
115
124
- name : " (Install: SELinux: Module) Create NGINX Plus Metrics Module"
116
125
template :
117
126
src : nginx-plus-module-f5-metrics.te.j2
133
142
command : semodule -i /tmp/nginx-plus-module-f5-metrics.pp
134
143
changed_when : false
135
144
145
+ - name : " (Install: SELinux: Module) Cleanup NGINX Plus Metrics Module"
146
+ file :
147
+ path : " /tmp/{{ item }}"
148
+ state : absent
149
+ with_items :
150
+ - nginx-plus-module-f5-metrics.te
151
+ - nginx-plus-module-f5-metrics.mod
152
+ - nginx-plus-module-f5-metrics.pp
153
+
136
154
- name : " (Install: SELinux) Enforce SELinux"
137
155
selinux :
138
156
state : enforcing
You can’t perform that action at this time.
0 commit comments