mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
init
This commit is contained in:
10
playbooks/97_test.yml
Normal file
10
playbooks/97_test.yml
Normal file
@ -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