90DaysOfDevOps/2022/tr/Days/Configmgmt/simple_play.yml
2023-06-07 14:18:28 +03:00

9 lines
172 B
YAML

- name: Simple Play
hosts: localhost
connection: local
tasks:
- name: Ping me
ping:
- name: print os
debug:
msg: "{{ ansible_os_family }}"