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