923b23204f
We've moved all roles/tasks to use ansible_host instead of ansible_ssh_host, since this is the new approach for Ansible. There were a few left-overs which this PR fixes: * Documentation in sample swift-remote.yml file * Print hosts (IP) for the inventory-manage.py script lib. * galera-cluster-rolling-restart - this will default to ansible_ssh_host if ansible_host is not specified, although it should be if the inventory has run. Change-Id: I45e47e6d31966598c60c938861630e182d31efe5
23 lines
589 B
Plaintext
23 lines
589 B
Plaintext
---
|
|
# For remote swift hosts you will only specify the IP address
|
|
# NB. The ip address that must be specified is the IP address that swift
|
|
# hosts will be able to replicate on and not necessarily the
|
|
# ansible_ssh IP from the remote ansible install.
|
|
swift-remote_hosts:
|
|
remote-swift1:
|
|
ip: 172.29.237.1
|
|
remote-swift2:
|
|
ip: 172.29.237.2
|
|
remote-swift3:
|
|
ip: 172.29.237.3
|
|
remote-swift4:
|
|
ip: 172.29.237.4
|
|
remote-swift5:
|
|
ip: 172.29.237.5
|
|
remote-swiftproxy1:
|
|
ip: 172.29.237.6
|
|
remote-swiftproxy2:
|
|
ip: 172.29.237.7
|
|
remote-swiftproxy3:
|
|
ip: 172.29.237.8
|