playbook.yaml 135 B

12345678
  1. ---
  2. - hosts: all
  3. become: yes
  4. tasks:
  5. - name: install cockpit
  6. ansible.builtin.apt:
  7. name: cockpit
  8. update_cache: yes