playbook.yaml 170 B

12345678910
  1. ---
  2. - name: Install Cockpit
  3. hosts: all
  4. become: true
  5. tasks:
  6. - name: Install cockpit
  7. ansible.builtin.apt:
  8. name: cockpit
  9. update_cache: true