Skip to content

Instantly share code, notes, and snippets.

@sairez
Created May 14, 2015 13:29
Show Gist options
  • Save sairez/86fa061a2636b9fbec4a to your computer and use it in GitHub Desktop.
Save sairez/86fa061a2636b9fbec4a to your computer and use it in GitHub Desktop.
Sample inventory
[site:children]
site-app
site-db
[site-app]
192.168.x.x hostname='app'
[site-db]
192.168.x.x hostname='db' mysql_percona_server_id='1' mysql_percona_replication_role='master'
192.168.x.x hostname='db-slave' mysql_percona_server_id='2' mysql_percona_replication_role='slave'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment