Skip to content

Instantly share code, notes, and snippets.

@jeremychase
Created October 26, 2013 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremychase/7174856 to your computer and use it in GitHub Desktop.
Save jeremychase/7174856 to your computer and use it in GitHub Desktop.
Example ansible hosts file.
example-name ansible_ssh_host=10.0.1.14
[foo-servers]
example-name
@drybjed
Copy link

drybjed commented Oct 26, 2013

You can also write it like this:

[foo-servers]
example-name ansible_ssh_host=10.0.1.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment