9 lines
310 B
YAML
9 lines
310 B
YAML
# All tasks for misc, use this to check whether everything is deployed.
|
|
---
|
|
- name: Set up basic packages, Docker, Nix, sshd
|
|
import_playbook: misc-setup.yaml
|
|
- name: Deploy Docker configuration
|
|
import_playbook: misc-docker.yaml
|
|
- name: Check out static websites from git
|
|
import_playbook: misc-sites.yaml
|