mirror of https://github.com/ceph/ceph-ansible.git
gather facts first
there are vars like hostvars["rgws"]["ansible_hostname"] under ceph-commonpull/250/head
parent
617ce6e91d
commit
2f0f873cc1
|
@ -9,6 +9,10 @@
|
||||||
|
|
||||||
# /!\ DO NOT FORGET TO CHANGE THE RELEASE VERSION FIRST! /!\
|
# /!\ DO NOT FORGET TO CHANGE THE RELEASE VERSION FIRST! /!\
|
||||||
|
|
||||||
|
- hosts: all
|
||||||
|
tasks:
|
||||||
|
- debug: msg="gather facts on all hosts for following reference"
|
||||||
|
|
||||||
- hosts: mons
|
- hosts: mons
|
||||||
serial: 1
|
serial: 1
|
||||||
sudo: True
|
sudo: True
|
||||||
|
|
Loading…
Reference in New Issue