35c62d906b
Signed-off-by: Yohann D'ANELLO <yohann.danello@gmail.com>
7 lines
119 B
YAML
Executable File
7 lines
119 B
YAML
Executable File
#!/usr/bin/env ansible-playbook
|
|
---
|
|
# Put a common configuration on all servers
|
|
- hosts: all
|
|
roles:
|
|
- baseconfig
|