11 lines
205 B
YAML
11 lines
205 B
YAML
---
|
|
- name: Ensure the system is updated and potentially rebooted
|
|
hosts: all
|
|
roles:
|
|
- system_update
|
|
|
|
- name: Ensure correct authorized_keys are deployed
|
|
hosts: all
|
|
roles:
|
|
- authorized_keys
|