From f973ff0ce72808065d3b19905c38921930db5f8f Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Sat, 10 Feb 2024 14:50:42 +0100 Subject: [PATCH] added hosts --- hosts | 2 ++ liebchen.yml | 11 ++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 hosts diff --git a/hosts b/hosts new file mode 100644 index 0000000..75474c8 --- /dev/null +++ b/hosts @@ -0,0 +1,2 @@ +[local] +127.0.0.1 diff --git a/liebchen.yml b/liebchen.yml index 42cd53d..e6b1e2e 100644 --- a/liebchen.yml +++ b/liebchen.yml @@ -1,8 +1,9 @@ -- hosts: all +- hosts: localhost tasks: - - name: Install the latest LaTex + - name: Install packages apt: name: - - texlive-luatex - - keypassxc - state: latest \ No newline at end of file + - geany + state: latest + - name: Enable home directory creation for new users + command: pam-auth-update --enable mkhomedir \ No newline at end of file