/ar-debian-selinux-gcloud

Ansible Role for enabling SELinux on Debian especially for Google Cloud

Apache License 2.0Apache-2.0

Ansible Role for enabling SELinux on Debian on Google Cloud

When running Debian on Google Cloud only using the default SELinux policy boot will fail. This Ansible Role installes SELinux with the needed rules that it works on Google Cloud.

Usage

Put this into the requirements.yaml file:

- src: https://github.com/florath/ar-debian-selinux-gcloud
  name: debian-selinux-gcloud

and add this as a role:

roles:
 - debian-selinux-gcloud