Fixed hosts:

This commit is contained in:
2025-08-24 14:41:43 +02:00
parent c21b5ca70f
commit 9003d888e3

View File

@@ -1,6 +1,6 @@
---
- name: Secure and Configure a New LXC Container
hosts: '{{ hosts_to_work_on }}' # Hosts or group defined in your inventory
hosts: 'lxc' # Hosts or group defined in your inventory
become: yes # Run all tasks as root (sudo)
tasks:
- name: 1. Create user '{{ target_user }}'