Ansible is just the automation engine on its own, so it needs instructions detailing all the processes I wish to automate.
$ cd path/to/your/project/ $ dynaconf init -f toml ⚙️ Configuring your Dynaconf environment ----- 🐍 The file `config.py` was generated. 🎛️ settings.toml created to hold your settings. 🔑 ...
(config-if)# ip address 10.23.42.5 255.255.0.0 Add IPv4 address to interface. (config-if)# mac address 1234.5678.90AB Overwrite MAC address. (config-if)# no mac address Remove MAC overwrite.