Initial commit: Add Vagrant, Ansible playbook, inventory and README

This commit is contained in:
martin.cholewa
2025-07-08 17:33:01 +02:00
commit 91173b7e34
74 changed files with 2129 additions and 0 deletions

9
vytvor_uzivatele.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- hosts: all
become: yes
tasks:
- name: Přidat uživatele "novyuzivatel"
user:
name: novyuzivatel
shell: /bin/bash
create_home: yes