aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/tlp.yml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-04 14:01:47 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-05 09:33:30 +0000
commit5c2e3443bedf0ef6a34888ea30361af7da314748 (patch)
treee792d59b44ef63981ccddbe39256a5f859df1f79 /roles/workstation/tasks/tlp.yml
parentedf06330b130c6499cf5166d63a3d106555df513 (diff)
downloadrules-5c2e3443bedf0ef6a34888ea30361af7da314748.tar.gz
roles: Add workstation role
Diffstat (limited to 'roles/workstation/tasks/tlp.yml')
-rw-r--r--roles/workstation/tasks/tlp.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/workstation/tasks/tlp.yml b/roles/workstation/tasks/tlp.yml
new file mode 100644
index 0000000..788f523
--- /dev/null
+++ b/roles/workstation/tasks/tlp.yml
@@ -0,0 +1,10 @@
+- name: install tlp
+ package:
+ name: tlp
+ state: present
+
+- name: enable and start tlp
+ service:
+ name: tlp
+ state: started
+ enabled: true
remember that computers suck.