netgroup-polito / edge-infrastructure-ansible

Collection of procedures to apply to setup and edge infrastructure for cloud continuum
Other
0 stars 3 forks source link

Tidy up inventory and vars files having hosts info (IP, hostnames, etc) #15

Open fracappa opened 1 month ago

fracappa commented 1 month ago

Hello everyone.

I want to report that I found confusing information on the various inventory/var files. This could be due to different way of implementing playbooks by different involved people.

We have both information on local nodes and remote nodes (used for remote connections, like Liqo peering) which should not be coexisting within the inventory file: this is the host lists describing only the target machines (the ones to be configured).

Additionally, info regarding remote nodes (still used for remote connections) are also reported inside the vars file which follows the Ansible best practices.

I believe that we should organize the scripts to make them cleaner.

Looking forward for any feedback.

Thanks, Francesco