aboutsummaryrefslogblamecommitdiffstats
path: root/roles/setup_firewalld/tasks/main.yml
blob: 62d82404fe992f753357f31875da3fd72124245d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                               

# =========================================================================== #
#                   __          _____                         ____    __
#       _________  / /__       / __(_)_______ _      ______ _/ / /___/ /
#      / ___/ __ \/ / _ \     / /_/ / ___/ _ \ | /| / / __ `/ / / __  / 
#     / /  / /_/ / /  __/    / __/ / /  /  __/ |/ |/ / /_/ / / / /_/ /  
#    /_/   \____/_/\___(_)  /_/ /_/_/   \___/|__/|__/\__,_/_/_/\__,_/
#
# =========================================================================== #

---
- name: Check installation of firewalld
  package:
    name: firewalld
    state: present
remember that computers suck.