mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-25 09:44:24 +01:00
11 lines
170 B
YAML
Executable File
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
|