From 8e4af8788eb8a45f0a00817c3695ffb022627a2b Mon Sep 17 00:00:00 2001 From: Alexander Dietrich Date: Sat, 1 May 2021 22:24:21 +0200 Subject: [PATCH] Add cloud to inventory --- inventory/host_vars/cloud.yml | 3 +++ inventory/hosts | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 inventory/host_vars/cloud.yml diff --git a/inventory/host_vars/cloud.yml b/inventory/host_vars/cloud.yml new file mode 100644 index 0000000..15252b4 --- /dev/null +++ b/inventory/host_vars/cloud.yml @@ -0,0 +1,3 @@ +nginx_ciphers: "ECDH+aRSA+CHACHA20:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384" +nginx_resolver: "[2a03:2267:2::10] [2a03:2267:2::20] [2a03:2267:2::30]" +openssl_ciphersuites: "TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384" diff --git a/inventory/hosts b/inventory/hosts index cf262ee..d40d4ed 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -1,4 +1,5 @@ [ffhh] +cloud ansible_host=cloud.hamburg.freifunk.net #speicher ansible_host=speicher.hamburg.freifunk.net srv01 ansible_host=srv01.hamburg.freifunk.net srv02 ansible_host=srv02.hamburg.freifunk.net @@ -13,6 +14,7 @@ srv02 srv03 [nginx] +cloud #speicher srv01 srv02