6990a041c7
Enables the installation and configuration of firewalld on Ubuntu systems. Change-Id: I4a97a2aeed277be672e15e5c7727b810e11d3c42 Story: 2010160 Task: 45818
12 lines
216 B
YAML
12 lines
216 B
YAML
---
|
|
- name: Ensure firewall is configured
|
|
hosts: seed-hypervisor:seed:overcloud:infra-vms
|
|
tags:
|
|
- config
|
|
- firewall
|
|
tasks:
|
|
- name: Configure firewalld
|
|
include_role:
|
|
name: "firewalld"
|
|
|