Merge SSH into base role

This commit is contained in:
Jake Howard 2020-05-23 10:58:09 +01:00
parent 991535ca85
commit 7e534e52e1
Signed by: jake
GPG Key ID: 57AFB45680EDD477
6 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,10 @@
- hosts: all
roles:
- common
- base
- role: geerlingguy.ntp
become: true
vars:
ntp_timezone: Europe/London
- ssh
- hosts: casey
roles:

View File

@ -3,3 +3,6 @@
- name: User
include: user.yml
- name: SSH
include: ssh.yml