11 lines
165 B
YAML
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
|