all.yml 216 B

123456789
  1. ---
  2. # Playbook zur Basis-Konfiguration von allen Servern
  3. - hosts: all
  4. remote_user: root
  5. roles:
  6. - { role: hostname, tags: "hostname"}
  7. - { role: common, tags: "common"}
  8. - { role: motd, tags: "motd"}