diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-09-04 19:06:03 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-09-04 19:06:03 +0200 |
commit | 066c3c0f42e6cd57586ceadc0e6a527560f2d6c7 (patch) | |
tree | 5fa4248f8474342a4264a8bbd09ac9f11921f0ab /roles/firewall | |
parent | fix task names, small refactoring, etc. (diff) | |
download | infra-ansible-066c3c0f42e6cd57586ceadc0e6a527560f2d6c7.tar.gz infra-ansible-066c3c0f42e6cd57586ceadc0e6a527560f2d6c7.zip |
update role READMEs
Diffstat (limited to '')
-rw-r--r-- | roles/firewall/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/firewall/README.md b/roles/firewall/README.md index 9c1a572..42c16be 100644 --- a/roles/firewall/README.md +++ b/roles/firewall/README.md @@ -1,5 +1,5 @@ -This role configures iptables rules in /etc/iptables/rules.v{4,6} to be used by -iptables-persistent. +This role configures iptables rules in /etc/iptables/rules.v{4,6}, to be used +by iptables-persistent. I found it easier and more flexible to configure a firewall this way; for example, I found that cloud provider's firewalls are often less flexible. |