# automation - Ansible server - name: automation cpus: 2 memory: 2048 ip: 192.168.100.10 box: debian/bullseye64 script: startup.sh # ol9 - Oracle Linux 9 - name: ol9 cpus: 2 memory: 2048 ip: 192.168.100.20 box: generic/oracle9 script: startup.sh # deb11 - Debian 11 - name: deb11 cpus: 2 memory: 2048 ip: 192.168.100.30 box: debian/bullseye64 script: startup.sh # bsd - FreeBSD 13 - name: bsd13 cpus: 2 memory: 2048 ip: 192.168.100.40 box: generic/freebsd13 script: startup.sh