Templatize SELinux configuration
This commit is contained in:
		
							
								
								
									
										14
									
								
								vars/Fedora-34-default.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								vars/Fedora-34-default.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| --- | ||||
| # vars file for ensure_selinux | ||||
| package_list: | ||||
|   - name: 'python3-libselinux' | ||||
|     state: 'present' | ||||
|   - name: 'python3-libsemanage' | ||||
|     state: 'present' | ||||
| seboolean_list: | ||||
|   - name: 'antivirus_can_scan_system' | ||||
|     persistent: 'yes' | ||||
|     state: 'yes' | ||||
| selinux_policy: 'targeted' | ||||
| selinux_state: 'enforcing' | ||||
|  | ||||
							
								
								
									
										2
									
								
								vars/defaults.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								vars/defaults.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| --- | ||||
| # vars file for ensure_selinux | ||||
		Reference in New Issue
	
	Block a user