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
|
become: true
|
||||||
vars:
|
vars:
|
||||||
ntp_timezone: Europe/London
|
ntp_timezone: Europe/London
|
||||||
|
- ssh
|
||||||
|
|
||||||
- hosts: casey
|
- hosts: casey
|
||||||
roles:
|
roles:
|
||||||
- ssh
|
|
||||||
- gateway
|
- gateway
|
||||||
|
|
||||||
- hosts: intersect
|
- hosts: intersect
|
||||||
roles:
|
roles:
|
||||||
- ssh
|
|
||||||
- role: geerlingguy.docker
|
- role: geerlingguy.docker
|
||||||
become: true
|
become: true
|
||||||
vars:
|
vars:
|
||||||
|
|
Loading…
Reference in a new issue