Hi, I’m just getting to know Rocky. Is it possible to describe the entire configuration for all interfaces in one profile? I now have several profiles for lo, the ens1f1 interface, and the ens1f1.900 subinterface. Can I combine them all into one configuration file?
[root@rnd-rocky system-connections]# ls
ens1f1.900.nmconnection ens1f1.nmconnection lo.nmconnection
You can have “all the profiles” of host (or hosts) in one Ansible inventory/playbook. (Easy to backup, btw.) You run ansible-playbook and it makes sure that the config of host(s) has what the play says.