Commit 02033f9e by James Cammarata

Merge branch 'archlinux-fact' of https://github.com/Schnouki/ansible into Schnouki-archlinux-fact

parents cc8d601f dfb10e64
...@@ -115,7 +115,8 @@ class Facts(object): ...@@ -115,7 +115,8 @@ class Facts(object):
'/etc/openwrt_release': 'OpenWrt', '/etc/openwrt_release': 'OpenWrt',
'/etc/system-release': 'OtherLinux', '/etc/system-release': 'OtherLinux',
'/etc/alpine-release': 'Alpine', '/etc/alpine-release': 'Alpine',
'/etc/release': 'Solaris' } '/etc/release': 'Solaris',
'/etc/arch-release': 'Archlinux' }
SELINUX_MODE_DICT = { 1: 'enforcing', 0: 'permissive', -1: 'disabled' } SELINUX_MODE_DICT = { 1: 'enforcing', 0: 'permissive', -1: 'disabled' }
# A list of dicts. If there is a platform with more than one # A list of dicts. If there is a platform with more than one
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment