12 lines
220 B
YAML
Executable File
12 lines
220 B
YAML
Executable File
#!/usr/bin/env ansible-playbook
|
|
# vim:ft=ansible:
|
|
---
|
|
- hosts: all
|
|
roles:
|
|
- common
|
|
- user
|
|
- influxdb
|
|
- import_playbook: webservers.yml
|
|
- import_playbook: gameservers.yml
|
|
- import_playbook: ansiblehosts.yml
|