13 lines
196 B
YAML
13 lines
196 B
YAML
---
|
|
- name: Setup things on host 'oganesson' (ssh jump host vm)
|
|
hosts: oganesson.n39.eu
|
|
become: true
|
|
|
|
vars:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
roles:
|
|
|
|
tasks:
|
|
|
|
handlers:
|