diff --git a/playbooks/lxc_setup_ubuntu.yml b/playbooks/lxc_setup_ubuntu.yml index 6eecc34..379fc7c 100644 --- a/playbooks/lxc_setup_ubuntu.yml +++ b/playbooks/lxc_setup_ubuntu.yml @@ -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 }}'