Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#4 RENCI VM template wants iptables instead of firewalld
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Feb 20, 2016
1 parent 15501ae commit 7c47504
Show file tree
Hide file tree
Showing 5 changed files with 602 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/playbooks/iptables.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---

- hosts: systems
sudo: yes
roles:
- iptables
4 changes: 4 additions & 0 deletions ansible/playbooks/prereqs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---

include: iptables.yaml
include: docker.yaml
Loading

0 comments on commit 7c47504

Please sign in to comment.