Created
January 16, 2015 13:55
-
-
Save bcoca/bb55a95ac15a749890a0 to your computer and use it in GitHub Desktop.
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
ansible -m getent -a 'database=passwd key=bcoca' -i 'localhost,' all -c local | |
localhost | success >> { | |
"ansible_facts": { | |
"getent_passwd": { | |
"bcoca": [ | |
"x", | |
"1000", | |
"1000", | |
"", | |
"/home/bcoca", | |
"/bin/bash" | |
] | |
} | |
}, | |
"changed": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment