You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
327 B

---
# Playbook permettant d'appliquer le role common sur un hote lors de l'install (configuration locales, ntp, premiers paquets, etc)
- name: Deployer la configuration basique sur un hote
hosts: all
user: root
gather_facts: yes
roles:
- common
- ssh-keys
# vim: set textwidth=0 ft=yaml ts=2 sw=2 expandtab: