aboutsummaryrefslogblamecommitdiffhomepage
path: root/tasks/main.yml
blob: c4e3aec3e018c0c2176f11348d077a0728644337 (plain) (tree)
1
2
3
4
5
6
7
8
   

                                 

              
                                  
               
                    
---
- name: Include kong server tasks
  include_tasks: server.yml
  tags:
    - kong-app
  with_items: "{{ kong_servers }}"
  loop_control:
    loop_var: server