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