ansible-server-garage/tasks/basics_install.yml
2024-11-12 15:00:54 +01:00

16 lines
294 B
YAML

---
- name: Basics install
apt:
name:
- rsyslog
- wget
- curl
- git
state: present
update_cache: yes
- name: Deactivate sleep / hibernate
ansible.builtin.command:
cmd: systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target