Add playbook for host oganesson
SSH Jump Host
This commit is contained in:
parent
631f6b0fa7
commit
7367bce954
1 changed files with 12 additions and 0 deletions
12
oganesson.yml
Normal file
12
oganesson.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
- hosts: oganesson.n39.eu
|
||||
become: true
|
||||
|
||||
vars:
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
roles:
|
||||
|
||||
tasks:
|
||||
|
||||
handlers:
|
Loading…
Reference in a new issue