summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/configure_functional_job.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/configure_functional_job.yaml b/playbooks/configure_functional_job.yaml
index d44c4febd7..4d732cc641 100644
--- a/playbooks/configure_functional_job.yaml
+++ b/playbooks/configure_functional_job.yaml
@@ -5,4 +5,10 @@
# destination IP addresses in arp tables:
- legacy_ebtables
- setup_logdir
+ - role: persistent-firewall
+ when: enable_fips is defined and enable_fips|bool
+ - role: enable-fips
+ when: enable_fips is defined and enable_fips|bool
+ - role: disable_selinux
+ when: enable_fips is defined and enable_fips|bool
- configure_functional_tests