mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-05-04 17:19:49 +02:00
init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- hosts: "{{ working_host | default('nas') }}"
|
||||
become: false
|
||||
gather_facts: False
|
||||
tasks:
|
||||
- debug:
|
||||
msg: play1
|
||||
|
||||
- name: Test
|
||||
command: free
|
||||
Reference in New Issue
Block a user