summaryrefslogtreecommitdiffstats
path: root/ansible/deployment_poc/tasks/init_dps.yml
blob: 43742b6183ebcdefc43ec52ee917f817440603b9 (plain)
1
2
3
4
5
6
7
8
9
---
- name: Initialize Deployment Server configurator
  include_tasks: "../tasks/configure_dps.yml"
  vars:
    deployment_host: "{{ item }}"
  with_items: "{{ deployment_servers }}"
  tags:
    - init_dp