11 lines
231 B
YAML
11 lines
231 B
YAML
- name: Set up network on Scully
|
|
hosts: Scully
|
|
become: true
|
|
vars:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
roles:
|
|
- common
|
|
- podman # Ensure podman is configured before network
|
|
- network
|
|
- wireguard
|