15109ccb54
Co-Authored-By: Mark Goddard <mark@stackhpc.com> Change-Id: I2a7a82d7f576739c5516a0072f953712ffa5c233 Story: 2004959 Task: 29392
10 lines
284 B
YAML
10 lines
284 B
YAML
---
|
|
- name: Disable SELinux and reboot if required
|
|
hosts: seed:overcloud
|
|
tags:
|
|
- disable-selinux
|
|
roles:
|
|
- role: disable-selinux
|
|
disable_selinux_reboot_timeout: "{{ 600 if ansible_virtualization_role == 'host' else 300 }}"
|
|
when: ansible_os_family == 'RedHat'
|