christianlempa-boilerplates/vagrant/hyperv/ubuntu/plain-with-cockpit/playbook.yaml
2024-03-03 16:10:27 +01:00

9 lines
143 B
YAML
Executable File

---
- hosts: all
become: yes
tasks:
- name: install cockpit
ansible.builtin.apt:
name: cockpit
update_cache: yes