added hosts

This commit is contained in:
Markus Rosenstihl 2024-02-10 14:50:42 +01:00
parent ace7161349
commit f973ff0ce7
2 changed files with 8 additions and 5 deletions

2
hosts Normal file
View File

@ -0,0 +1,2 @@
[local]
127.0.0.1

View File

@ -1,8 +1,9 @@
- hosts: all
- hosts: localhost
tasks:
- name: Install the latest LaTex
- name: Install packages
apt:
name:
- texlive-luatex
- keypassxc
- geany
state: latest
- name: Enable home directory creation for new users
command: pam-auth-update --enable mkhomedir