Ansible - actions BEFORE gathering facts -


does know how (like wait port / boot of managed node) before gathering facts? know can turn gathering facts off

gather_facts: no 

and then wait port if need facts while still need wait until node boots up?

gathering facts equivalent running setup module. can manually gather facts running it. it's not documented, add task this:

- name: gathering facts   setup: 

in combination gather_facts: no on playbook level facts fetched when above task executed.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -