You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- hosts: hcloud_fw
|
|
connection: local
|
|
tasks:
|
|
- name: "Setup hcloud firewall via include_role"
|
|
include_role:
|
|
name: hcloud
|
|
tasks_from: configure-firewall2
|
|
loop: "{{ hcloud_firewall_objects }}"
|
|
loop_control:
|
|
loop_var: firewall_object
|