initial commit

This commit is contained in:
whysthatso
2019-11-08 00:46:58 +02:00
commit 8b436d7e7a
10 changed files with 789 additions and 0 deletions

9
ansible/helpers/ping.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- hosts: kspace
become: yes
become_user: root
become_method: sudo
tasks:
- name: ping
ping:
...