add some things

This commit is contained in:
m0rp30 2025-08-05 17:02:19 +02:00
parent 14d6c830ad
commit 792d0c0984
6 changed files with 11 additions and 7 deletions

3
ansible.cfg Normal file
View File

@ -0,0 +1,3 @@
[defaults]
#inventory = hosts

0
hosts Normal file
View File

View File

@ -1,4 +1,4 @@
- hosts: localhost
- hosts: all
connection: local
become: true
@ -13,5 +13,7 @@
changed_when: False
when: ansible_os_family == "Debian"
tasks:
- include_tasks: tasks/packages.yml
- hosts: localhost
become: true
roles:
- workstation

View File

@ -1,4 +0,0 @@
required_packages:
- vim
- man-pages
- man-db

View File

@ -0,0 +1,3 @@
- block:
include_tasks: tasks/packages.yml