aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/firewall/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-09-04 19:06:03 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-09-04 19:06:03 +0200
commit066c3c0f42e6cd57586ceadc0e6a527560f2d6c7 (patch)
tree5fa4248f8474342a4264a8bbd09ac9f11921f0ab /roles/firewall/README.md
parentfix task names, small refactoring, etc. (diff)
downloadinfra-ansible-066c3c0f42e6cd57586ceadc0e6a527560f2d6c7.tar.gz
infra-ansible-066c3c0f42e6cd57586ceadc0e6a527560f2d6c7.zip
update role READMEs
Diffstat (limited to 'roles/firewall/README.md')
-rw-r--r--roles/firewall/README.md4
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.