container_manager variable to specify runtime.

This commit is contained in:
Takashi Okamoto
2018-08-28 06:23:38 +00:00
parent 5eb805f098
commit d407a590a6
11 changed files with 20 additions and 29 deletions

View File

@@ -15,6 +15,6 @@ discoveryTokenAPIServers:
discoveryTokenUnsafeSkipCAVerification: true
nodeRegistration:
name: {{ inventory_hostname }}
{% if manage_crio %}
{% if container_manager == 'crio' %}
criSocket: /var/run/crio/crio.sock
{% endif %}