.
All checks were successful
deploy host / Deploy (push) Successful in 14s

This commit is contained in:
2024-09-05 23:38:05 +01:00
parent 7b8be8cf5e
commit b859a045ff

View File

@@ -1,8 +1,20 @@
- name: homesrv01 playbook
- name: Hello from ansible
hosts: all hosts: all
roles:
- myInfra.dev.homesrv01.core tasks:
- myInfra.ssh - name: Ping my hosts
- myInfra.dev.homesrv01 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