TOSIT-IO / tdp-collection-prerequisites

Ansible collection with TDP prerequisites
Apache License 2.0
3 stars 10 forks source link

Add support for Linux containers #30

Closed Nuttymoon closed 2 years ago

Nuttymoon commented 2 years ago

Linux containers (e.g. LXD containers) have some particularity, notably the impossibility to use chrony (this is because containers use the guest OS time and are not allowed to modify it).

A simple playbook like all_container.yml without the call to chrony.yml can make the collection compatible with Linux containers.