Skip to content

Commit

Permalink
save iptables
Browse files Browse the repository at this point in the history
  • Loading branch information
lpabon committed Oct 4, 2023
1 parent baffd95 commit 8952b56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,12 @@
- name: enable iptables
service: name=iptables state=started enabled=yes

- name: allow everything
- name: iptables allow everything
command: iptables -F

- name: save iptables
command: service iptables save

- name: install containerd repo from Docker
command: dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo

Expand Down

0 comments on commit 8952b56

Please sign in to comment.