server-setup/main.yml

7 lines
132 B
YAML
Raw Permalink Normal View History

2022-03-16 12:59:37 +01:00
---
- hosts: all
become: true
tasks:
- import_tasks: tasks/personal-linux-config.yml
- import_tasks: tasks/ssh-keys.yml