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

Commit

Permalink
Automatically assign public IP when web tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERMD committed Jun 26, 2017
1 parent a8a139a commit 26ae6b0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

---
- set_fact:
assign_public_ip: "{{ 'web' in tags }}"

- include: "{{provider}}.yml"

- name: Refresh dynamic inventory
Expand Down

0 comments on commit 26ae6b0

Please sign in to comment.