Created
November 8, 2016 10:51
-
-
Save evrardjp/0554e4f22d6426741b45683e85a3b92c to your computer and use it in GitHub Desktop.
ansible facts show
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: localhost | |
connection: local | |
tasks: | |
- action: setup | |
register: facts | |
- debug: msg="{{ facts }}" | |
- debug: msg="{{ ansible_service_mgr }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment