Created
July 11, 2017 12:47
-
-
Save lanky/956db35a9a17787b6c0ce3b200bffcd4 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
admins: | |
- name: username | |
pass: <redacted> | |
home: "/home/username" | |
when: inventory_hostname == "host1" | |
- name: username | |
pass: <redacted> | |
home: "/newhome/username" | |
when: inventory_hostname != "host1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment