Fixed hosts:

This commit is contained in:
2025-08-24 14:41:43 +02:00
parent b6c0f4f63d
commit 13a9e853f1

View File

@@ -1,6 +1,6 @@
--- ---
- name: Secure and Configure a New LXC Container - 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) become: yes # Run all tasks as root (sudo)
tasks: tasks:
- name: 1. Create user '{{ target_user }}' - name: 1. Create user '{{ target_user }}'