servers/main.yaml
2023-02-12 15:58:26 +01:00

11 lines
165 B
YAML

---
- hosts: all
become: yes
name: Setup server
import_playbook: setup.yaml
- hosts: all
become: yes
name: Deploy services
import_playbook: deploy.yaml