File tree 2 files changed +5
-3
lines changed
roles/bootstrap/tasks/partials
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 87
87
fedora24-x64-1 : {ip: 104.236.112.180}
88
88
fedora25-x64-1 : {ip: 159.203.101.158}
89
89
fedora25-x64-2 : {ip: 159.203.126.232}
90
+ fedora26-x64-1 : {ip: 178.62.236.249}
90
91
freebsd10-x64-1 : {ip: 159.203.59.134, user: freebsd}
91
92
freebsd11-x64-1 : {ip: 45.55.90.237, user: freebsd}
92
93
freebsd11-x64-2 : {ip: 107.170.28.213, user: freebsd}
@@ -144,6 +145,7 @@ hosts:
144
145
fedora22-x64-1 : {ip: 119.9.51.79}
145
146
fedora23-x64-1 : {ip: 119.9.51.113}
146
147
fedora24-x64-1 : {ip: 119.9.51.165}
148
+ fedora26-x64-1 : {ip: 119.9.52.113}
147
149
freebsd10-x64-1 : {ip: 119.9.52.218}
148
150
ubuntu1204_clang341-x64-1 : {ip: 119.9.51.210}
149
151
ubuntu1604-x64-1 : {ip: 119.9.51.176}
Original file line number Diff line number Diff line change 17
17
raw : dnf install -y python2 python2-dnf
18
18
19
19
- name : check for libselinux-python bindings
20
- when : os in ("fedora24", "fedora25")
20
+ when : os in ("fedora24", "fedora25", "fedora26" )
21
21
raw : dnf info libselinux-python | grep Installed
22
22
register : has_libselinux
23
23
failed_when : has_libselinux.rc > 1
24
24
25
25
- name : install libselinux-python bindings
26
- when : os in ("fedora24", "fedora25") and has_libselinux.rc == 1
26
+ when : os in ("fedora24", "fedora25", "fedora26" ) and has_libselinux.rc == 1
27
27
raw : dnf install -y libselinux-python
28
28
29
29
- name : disable selinux
30
- when : os in ("fedora24", "fedora25")
30
+ when : os in ("fedora24", "fedora25", "fedora26" )
31
31
selinux : state=disabled
32
32
# this should be done. not sure how to make it properly/gracefully
33
33
# notify: reboot host
You can’t perform that action at this time.
0 commit comments