Merge SSH into base role
This commit is contained in:
parent
991535ca85
commit
7e534e52e1
6 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
|||
- hosts: all
|
||||
roles:
|
||||
- common
|
||||
- base
|
||||
- role: geerlingguy.ntp
|
||||
become: true
|
||||
vars:
|
||||
ntp_timezone: Europe/London
|
||||
- ssh
|
||||
|
||||
- hosts: casey
|
||||
roles:
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
|
||||
- name: User
|
||||
include: user.yml
|
||||
|
||||
- name: SSH
|
||||
include: ssh.yml
|
Loading…
Reference in a new issue