Files
casa/ansible/site.yml
Márcio Fernandes b859a045ff
All checks were successful
deploy host / Deploy (push) Successful in 14s
.
2024-09-05 23:38:05 +01:00

20 lines
335 B
YAML

- name: Hello from ansible
hosts: all
tasks:
- name: Ping my hosts
become: true
ansible.builtin.ping:
- name: Print message
ansible.builtin.debug:
msg: Hello world
#- name: homesrv01 playbook
# hosts: all
# roles:
# - myInfra.dev.homesrv01.core
# - myInfra.ssh
# - myInfra.dev.homesrv01