christianlempa-boilerplates/vagrant/hyperv/ubuntu/plain-with-cockpit/playbook.yaml
2021-06-11 15:05:20 +02:00

9 lines
119 B
YAML
Executable File

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