ansible-hessnet/roles/cockpit/tasks/cockpit.yml

11 lines
186 B
YAML
Raw Normal View History

2020-04-21 06:21:08 +00:00
---
- name: "Install cockpit"
pacman:
name: "cockpit"
state: "present"
- name: "Enable cockpit service"
service:
name: "cockpit"
enabled: "true"
state: "started"