8 lines
113 B
YAML
Executable file
8 lines
113 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts:
|
|
- ns-master.int.infra.auro.re
|
|
- ns
|
|
roles:
|
|
- knotd
|
|
...
|