Add cloud to inventory
This commit is contained in:
parent
5d36bf98aa
commit
8e4af8788e
3
inventory/host_vars/cloud.yml
Normal file
3
inventory/host_vars/cloud.yml
Normal file
|
@ -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"
|
|
@ -1,4 +1,5 @@
|
||||||
[ffhh]
|
[ffhh]
|
||||||
|
cloud ansible_host=cloud.hamburg.freifunk.net
|
||||||
#speicher ansible_host=speicher.hamburg.freifunk.net
|
#speicher ansible_host=speicher.hamburg.freifunk.net
|
||||||
srv01 ansible_host=srv01.hamburg.freifunk.net
|
srv01 ansible_host=srv01.hamburg.freifunk.net
|
||||||
srv02 ansible_host=srv02.hamburg.freifunk.net
|
srv02 ansible_host=srv02.hamburg.freifunk.net
|
||||||
|
@ -13,6 +14,7 @@ srv02
|
||||||
srv03
|
srv03
|
||||||
|
|
||||||
[nginx]
|
[nginx]
|
||||||
|
cloud
|
||||||
#speicher
|
#speicher
|
||||||
srv01
|
srv01
|
||||||
srv02
|
srv02
|
||||||
|
|
Loading…
Reference in a new issue