I am trying to set up the lxd global, server settings with ansible. Note, these are not the instance or container settings, these are the global settings of the lxd daemon. For example, core.https_address
:
# lxc config showconfig: core.https_address: 0.0.0.0:8443
How can I modify them with the super idempotent way by ansible modules? My impression about the docs of the relevant modules (community.general.lxd_container
, community.general.lxd_profile
, community.general.lxc_container
, community.general.lxd_project
) that they are doing everything, except this.