10 lines
199 B
YAML

- name: Set up network on Scully
hosts: Scully
become: true
vars:
ansible_python_interpreter: /usr/bin/python3
roles:
- common
- podman # Use the custom podman role
- network