Skip to content

Instantly share code, notes, and snippets.

@frootmig
Created March 25, 2017 13:55
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 frootmig/31ff0e310ccf3cbbd0e6cab7ed9fc720 to your computer and use it in GitHub Desktop.
Save frootmig/31ff0e310ccf3cbbd0e6cab7ed9fc720 to your computer and use it in GitHub Desktop.
object Zone "global-templates" {
global = true
}
object Endpoint "{{ master_hostname }}" {
host = "{{ master_hostname }}"
}
object Zone "{{ master_hostname }}" {
endpoints = [ "{{ master_hostname }}" ]
}
object Endpoint "{{ hostitem }}" {
host = "{{ hostitem }}"
}
object Zone "{{ hostitem }}" {
endpoints = [ "{{ hostitem }}" ]
parent = "{{ master_hostname }}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment