Skip to content
Snippets Groups Projects
Commit cb8d9240 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Only disable SElinux on Redhat

parent 0d76ad99
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
- name: Disable SELinux
ansible.posix.selinux:
state: disabled
when: ansible_os_family == "RedHat"
- name: Add ssh key for root access
ansible.posix.authorized_key:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment