12 lines
136 B
YAML
12 lines
136 B
YAML
---
|
|
- hosts: oganesson.n39.eu
|
|
become: true
|
|
|
|
vars:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
roles:
|
|
|
|
tasks:
|
|
|
|
handlers:
|