
This has not had any practical use for several releases and mostly carries copies of ansible facts. Remove the variable and use the facts directly. Change-Id: I1d2be9d07b38eaf2b737819c451a0d2339f723d0
5 lines
336 B
Plaintext
5 lines
336 B
Plaintext
Created a {{ ansible_facts['distribution'] | lower }} container (release={{ ansible_facts['distribution_major_version'] }}, arch={{ lxc_architecture_mapping.get(ansible_facts['architecture']) }}, variant={{ lxc_cache_default_variant }})
|
|
|
|
Use lxc-attach or chroot directly into the rootfs to set a root password
|
|
or create user accounts.
|