Files
test_play/test_play.yml
2023-04-28 15:40:17 +02:00

17 lines
299 B
YAML
Executable File

#! /usr/bin/env ansible-playbook
---
- name: "TestPlay"
gather_facts: true
become: false
hosts: localhost
connection: local
tasks:
- debug:
msg: "Hello World"
- debug:
var: ansible_host
- debug:
var: playbook_dir
- debug:
msg: "Lalaalalala"