Fixed hosts:
This commit is contained in:
@@ -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 }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user