diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 48d1669..f033efa 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -38,3 +38,5 @@ all: equinox: children: equinox-servers: + ansible_connection: ssh + ansible_user: ansible diff --git a/site.yml b/site.yml index 8b66cfb..ef6ea14 100644 --- a/site.yml +++ b/site.yml @@ -14,6 +14,11 @@ - role: setup when: setup is defined +- hosts: datacenter + remote_user: ansible + roles: + - role: docker + # Clean up the system - hosts: datacenter remote_user: ansible