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