Adding rhea

This commit is contained in:
VC
2024-07-05 11:53:12 +02:00
parent 2cb6ffac30
commit 38784b58f2
4 changed files with 12 additions and 0 deletions

0
roles/postfix/files/generate_email.sh Executable file → Normal file
View File

View File

@@ -0,0 +1,6 @@
---
- name: install lshw
package:
state: present
name: lshw

View File

@@ -1,3 +1,5 @@
---
- include_tasks: aptitude.yml
- include_tasks: localtime.yml
- include_tasks: locales.yml
@@ -13,3 +15,5 @@
- include_tasks: apt-transport-https.yml
- include_tasks: gpg.yml
- include_tasks: cron-apt.yml
- include_tasks: lshw.yml
when: "'hypervisors' in group_names"