Skip to content

Instantly share code, notes, and snippets.

@gfranchini
Last active February 17, 2019 21:11
Show Gist options
  • Save gfranchini/0c57d8e5f112471561e0d824d0994e13 to your computer and use it in GitHub Desktop.
Save gfranchini/0c57d8e5f112471561e0d824d0994e13 to your computer and use it in GitHub Desktop.
Sample Ansible inventory file
[webservers]
foo.example.com
bar.example.com
[dbservers]
one.example.com
two.example.com
three.example.com
[control]
control ansible_connection=local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment