11 lines
232 B
YAML
11 lines
232 B
YAML
---
|
|
- name: Install common packages
|
|
import_tasks: packages.yml
|
|
|
|
- name: Configure users and SSH keys
|
|
import_tasks: users.yml
|
|
|
|
- name: Configure networking
|
|
import_tasks: networking.yml
|
|
when: common_configure_static_ip | bool
|