From 68579286f4a80b74eef2634a7d5e58096d158742 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 16 Oct 2019 11:26:56 -0400 Subject: Add example config file --- lpconfig.yml.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lpconfig.yml.example diff --git a/lpconfig.yml.example b/lpconfig.yml.example new file mode 100644 index 0000000..a8549d8 --- /dev/null +++ b/lpconfig.yml.example @@ -0,0 +1,6 @@ +infrastructure_hosts: + - '#.#.#.#' # Host designated as 'infrastructure' + +internal_host_specs: + - '^10.' # Private network block + - '^172.17.' # Private network block -- cgit