diff --git a/roles/debian/tasks/main.yml b/roles/debian/tasks/main.yml index 19e265d..66b0761 100644 --- a/roles/debian/tasks/main.yml +++ b/roles/debian/tasks/main.yml @@ -39,8 +39,9 @@ - git - ifupdown2 - rsync - - vim - tmux + - vim + - wget # for base Debian the main interfaces file is just an include - name: Remove interface definitions added by installer diff --git a/roles/friwall/README.md b/roles/friwall/README.md new file mode 100644 index 0000000..a6fe6a3 --- /dev/null +++ b/roles/friwall/README.md @@ -0,0 +1 @@ +Install and configure the [FRIwall](https://git.fri.uni-lj.si/rc/friwall) web application for managing firewall nodes. For settings and operation refer to that project.