summaryrefslogtreecommitdiff
path: root/definate/definate.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'definate/definate.yaml')
-rw-r--r--definate/definate.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/definate/definate.yaml b/definate/definate.yaml
new file mode 100644
index 0000000..9e9690e
--- /dev/null
+++ b/definate/definate.yaml
@@ -0,0 +1,36 @@
+# Definate configuration
+# For usage information, see README file.
+global:
+ per_file_post_filters:
+ - name: 'WriteFileFilter'
+ per_definition_post_filters:
+ - name: 'SortFilter'
+ - name: 'AlignFilter'
+files:
+ - path: 'AUTOGEN.net'
+ file_header:
+ - 'This file is autogenerated. Please do not edit it manually.'
+ - 'Instead run Definate: ./definate.py'
+ generators:
+ - name: 'DnsGenerator'
+ definitions:
+ - name: 'WWW_AUTOGEN'
+ header:
+ - 'WWW Clusters'
+ - 'Generated from DNS names (best effort)'
+ networks:
+ - names:
+ - 'www.google.com'
+ - 'www.gmail.com'
+ types: ['A', 'AAAA']
+ - name: 'NS_AUTOGEN'
+ header:
+ - 'NS Clusters'
+ - 'Generated from DNS names (best effort)'
+ networks:
+ - names:
+ - 'ns1.google.com'
+ - 'ns2.google.com'
+ - 'ns3.google.com'
+ - 'ns4.google.com'
+ types: ['A', 'AAAA']