5f7caaf Use ansible_connection=local for executor host

Authored and Committed by stefw 6 years ago
    Use ansible_connection=local for executor host
    
    We often don't have an SSH key for the local executor host. Lets
    just use ansible_connection=local for simplicity here.