Skip to content

Instantly share code, notes, and snippets.

@evrardjp
Created November 8, 2016 10:51
Show Gist options
  • Save evrardjp/0554e4f22d6426741b45683e85a3b92c to your computer and use it in GitHub Desktop.
Save evrardjp/0554e4f22d6426741b45683e85a3b92c to your computer and use it in GitHub Desktop.
ansible facts show
---
- 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