Changelog¶
debops-contrib.apparmor
This project adheres to Semantic Versioning and human-readable changelog.
The current role maintainer is ypid.
debops-contrib.apparmor v0.1.0 - unreleased¶
Added¶
- Initial coding and design. [ypid]
- Added
apparmor__local_dependent_configandapparmor__tunables_dependentto use this role as dependency for other roles. - Added
deleteandby_roleoptions toapparmor__local_config_global. [ypid]
Changed¶
Renamed
apparmor_enabletoapparmor__enabled. [ypid]Changed namespace from
apparmor_toapparmor__.apparmor_[^_]variables are hereby deprecated and you might need to update your inventory. This oneliner might come in handy to do this.git ls-files -z | find -type f -print0 | xargs --null sed --in-place --regexp-extended 's/(apparmor)_([^_])/\1__\2/g'[ypid]
Use Ansible local fact
ansible_cmdlineto detect if kernel has been started with AppArmor enabled. [ypid]