This change simply makes it possible for a deployer to change the in container resolvers. In the bootstrap-aio script the resolvers are being set in the user_variables so containers are using the same resolvers as the host. Change-Id: Id7ab3632217c3eb2217a308d7226736a67900da5 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
OpenStack LXC host setup
- tags
-
openstack, lxc, host, cloud, ansible
- category
-
*nix
Role for deployment and setup of an LXC host.
- name: Basic lxc host setup
hosts: "hosts"
user: root
roles:
- { role: "lxc_hosts", tags: [ "lxc-host", "host-setup" ] }