mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-24 11:29:53 +00:00
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…
Add table
Add a link
Reference in a new issue