christianlempa-boilerplates/vagrant/hyperv/ubuntu/plain-with-cockpit/playbook.yaml

11 lines
170 B
YAML
Executable File

---
- name: Install Cockpit
hosts: all
become: true
tasks:
- name: Install cockpit
ansible.builtin.apt:
name: cockpit
update_cache: true