index
:
homelab-iac.git
master
IaC repo for my homelab
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ansible
/
roles
/
common
/
handlers
/
main.yml
blob: d090d0e3c73369d61af67f698eff4e2a90624b68 (
plain
)
1
2
3
4
5
6
---
-
name
:
Restart UFW
ansible.builtin.service
:
name
:
ufw
state
:
restarted
...