updating playbook

This commit is contained in:
2021-03-03 18:07:26 +00:00
parent 4b6bbd52c8
commit 20e58d9151

View File

@@ -1,9 +1,12 @@
---
- hosts: all
vars:
install_cargo_packages: false
install_cargo_packages: true
roles:
- role: nickjj.fail2ban
tags: [server, fail2ban]
- role: setup
- role: ssh
- role: shell
- role: python
- role: rust