Adding rhea
This commit is contained in:
0
roles/postfix/files/generate_email.sh
Executable file → Normal file
0
roles/postfix/files/generate_email.sh
Executable file → Normal file
6
roles/system/tasks/lshw.yml
Normal file
6
roles/system/tasks/lshw.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: install lshw
|
||||
package:
|
||||
state: present
|
||||
name: lshw
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user