gather facts first

there are vars like hostvars["rgws"]["ansible_hostname"] under
ceph-common
pull/250/head
Yin Jifeng 2015-04-15 03:50:39 +08:00
parent 617ce6e91d
commit 2f0f873cc1
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
# /!\ DO NOT FORGET TO CHANGE THE RELEASE VERSION FIRST! /!\
- hosts: all
tasks:
- debug: msg="gather facts on all hosts for following reference"
- hosts: mons
serial: 1
sudo: True