diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/defaults.yaml | 7 | ||||
-rw-r--r-- | config/eip/cougar.leap.se.yaml | 10 | ||||
-rw-r--r-- | config/eip/defaults.yaml | 5 | ||||
-rw-r--r-- | config/hosts/cougar.leap.se.yaml | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/config/defaults.yaml b/config/defaults.yaml new file mode 100644 index 00000000..62f047e3 --- /dev/null +++ b/config/defaults.yaml @@ -0,0 +1,7 @@ +--- +testpw: secret +services: - none + +ssh_keys: + test_key: + key: ssh-rsa random_noiseAAdABIwAAAGEA3FSyQwBI6Z+nCSjUUk8EEAnnkhXlukKoppND/RRClWz2s5TCzIkd3Ou5+Cyz71X0XmazM3l5WgeErvtIwQMyT1KjNoMhoJMrJnWqQPOt5Q8zWd9qG7PBl9+eiH5qV7NZ diff --git a/config/eip/cougar.leap.se.yaml b/config/eip/cougar.leap.se.yaml new file mode 100644 index 00000000..2bbd71e0 --- /dev/null +++ b/config/eip/cougar.leap.se.yaml @@ -0,0 +1,10 @@ +--- +openvpn_server_configs: + port80_tcp: + port: 80 + proto: tcp-server + port1194_udp: + port: 1194 + proto: udp + +#tor: 'false' diff --git a/config/eip/defaults.yaml b/config/eip/defaults.yaml new file mode 100644 index 00000000..29022408 --- /dev/null +++ b/config/eip/defaults.yaml @@ -0,0 +1,5 @@ +--- +# make shure 'false' is quoted +tor: 'false' +openvpn_server_configs: - + diff --git a/config/hosts/cougar.leap.se.yaml b/config/hosts/cougar.leap.se.yaml new file mode 100644 index 00000000..5cf37bb1 --- /dev/null +++ b/config/hosts/cougar.leap.se.yaml @@ -0,0 +1,3 @@ +--- +services: - eip + - couchdb |