blob: 8cd2b5ef677199083e688095b7604589ab387559 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
- name: Initialize Deployment Server configurator
include_tasks: "../tasks/configure_dps.yml"
vars:
deployment_host: "{{ item }}"
with_items: "{{ deployment_servers }}"
tags:
- init_dp
- init_ssh
|