1
0
mirror of https://github.com/inofix/common-playbooks.git synced 2026-02-05 12:45:29 +01:00
Files
common-playbooks/deploy-basic-config.yml
Michael Lustenberger 8becdec6d8 Clean Up
Replace occurences of the old name of maestro.sh.
2020-04-07 00:35:14 +02:00

13 lines
367 B
YAML

#* This playbook wrapps the copy module. It passes the most basic
#* configs for each host from a list to 'dest'. Use '-a' to pass
#* further parameters to ansible (as '-e'). See ansible fetch for
#* details.
#* You might want to do a `maestro.sh merge` first.
#* No arguments are needed.
- hosts: os.debian:os.centos
become: true
roles:
- deploy-basic