Ajout de htop pour tout le monde
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
localtime: "Europe/Paris"
|
|
4
roles/system/tasks/htop.yml
Normal file
4
roles/system/tasks/htop.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- name: install htop
|
||||||
|
package:
|
||||||
|
name: htop
|
||||||
|
state: present
|
@@ -9,6 +9,7 @@
|
|||||||
- include_tasks: curl.yml
|
- include_tasks: curl.yml
|
||||||
- include_tasks: wget.yml
|
- include_tasks: wget.yml
|
||||||
- include_tasks: cron.yml
|
- include_tasks: cron.yml
|
||||||
|
- include_tasks: htop.yml
|
||||||
- include_tasks: apt-transport-https.yml
|
- include_tasks: apt-transport-https.yml
|
||||||
- include_tasks: gpg.yml
|
- include_tasks: gpg.yml
|
||||||
- include_tasks: cron-apt.yml
|
- include_tasks: cron-apt.yml
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
- hosts: all:!baybay-ponay.mateu.be:!n0box2.mateu.be:!machinbox.mateu.be
|
- hosts: all:!baybay-ponay.mateu.be:!n0box2.mateu.be:!machinbox.mateu.be
|
||||||
roles:
|
roles:
|
||||||
- common
|
|
||||||
- system
|
- system
|
||||||
- x509
|
- x509
|
||||||
|
Reference in New Issue
Block a user