Remove unused task file

This file was never actually used.

Change-Id: If60d518aa4382e82bb87f849a7f56c40ba1db1c0
This commit is contained in:
Juan Antonio Osorio Robles 2017-12-04 07:47:39 +02:00
parent a969b443d0
commit 4f412b55e5
1 changed files with 0 additions and 34 deletions

View File

@ -1,34 +0,0 @@
---
#
# This gets the network related information of the nodes from variables provided by
# the dynamic inventory.
- name: Set the networks IPs facts
set_fact:
networks:
- name: internalapi
current_ip: "{{current_internalapi_ip_register.stdout}}"
controllers: "{{internalapi_controllers_register.stdout_lines}}"
vips:
- name: internalapi
ip: "{{internalapi_vip_register.stdout}}"
- name: redis
ip: "{{redis_vip_register.stdout}}"
- name: storage
current_ip: "{{current_storage_ip_register.stdout}}"
controllers: "{{storage_controllers_register.stdout_lines}}"
vips:
- name: storage
ip: "{{storage_vip_register.stdout}}"
- name: storagemgmt
current_ip: "{{current_storagemgmt_ip_register.stdout}}"
controllers: "{{storagemgmt_controllers_register.stdout_lines}}"
vips:
- name: storagemgmt
ip: "{{storagemgmt_vip_register.stdout}}"
- name: ctlplane
current_ip: "{{current_ctlplane_ip_register.stdout}}"
controllers: []
vips:
- name: ctlplane
ip: "{{ctlplane_vip_register.stdout}}"