Files
test_play/test_play.yml
2023-03-19 13:42:07 +01:00

13 lines
220 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_user