etcd UNSUPPORTED for all arch

This commit is contained in:
Antoine Legrand
2018-08-23 17:06:00 +02:00
parent 2f1fe44762
commit da06c8e5a9
5 changed files with 98 additions and 4 deletions

View File

@@ -36,6 +36,6 @@ ETCD_PEER_CLIENT_CERT_AUTH={{ etcd_peer_client_auth }}
{{ key }}={{ value }}
{% endfor %}
{% if ansible_architecture == "aarch64" -%}
ETCD_UNSUPPORTED_ARCH=arm64
{% if host_architecture != "amd64" -%}
ETCD_UNSUPPORTED_ARCH={{host_architecture}}
{%- endif %}