Always provision SSH
This commit is contained in:
parent
051ec43769
commit
ea45f6833c
1 changed files with 1 additions and 2 deletions
|
@ -5,15 +5,14 @@
|
|||
become: true
|
||||
vars:
|
||||
ntp_timezone: Europe/London
|
||||
- ssh
|
||||
|
||||
- hosts: casey
|
||||
roles:
|
||||
- ssh
|
||||
- gateway
|
||||
|
||||
- hosts: intersect
|
||||
roles:
|
||||
- ssh
|
||||
- role: geerlingguy.docker
|
||||
become: true
|
||||
vars:
|
||||
|
|
Loading…
Reference in a new issue