Files
casa/ansible/site.yml
Márcio Fernandes a4c974e980
Some checks failed
deploy host / Deploy (push) Failing after 6s
.
2024-09-07 02:04:19 +01:00

22 lines
343 B
YAML

- name: Homesrv01 playbook
hosts: all
roles:
- myInfra.dev.homesrv01.core
# - myInfra.ssh
# - myInfra.dev.homesrv01
#- 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