dotfiles/roles/cockpit/tasks/install.yml

14 lines
260 B
YAML
Raw Normal View History

---
- name: Install cockpit
ansible.builtin.package:
name: cockpit
state: present
- name: Install deps for 2FA in Cockpit
ansible.builtin.package:
name:
- google-authenticator
- qrencode-libs
state: present
when: cockpit_2fa