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.

14 lines
243 B

  1. ---
  2. # playbook de presentation https://noskillbrain.fr/2017/10/18/ansible/
  3. - name: Récupération des gather facts
  4. hosts: all
  5. user: root
  6. gather_facts: yes
  7. - hosts: all
  8. roles:
  9. - common
  10. - hosts: mysql-server
  11. roles:
  12. - mysql