apu3-lte/setup.yml

10 lines
137 B
YAML
Raw Normal View History

2018-05-05 01:44:57 +02:00
---
- name: Apply common configuration of all hosts
hosts: all
roles:
2018-06-14 15:19:36 +02:00
# - common
2018-05-05 01:44:57 +02:00
- ssh_authorized_keys
- sshd
2018-06-14 15:19:36 +02:00
- home_config