.
Some checks failed
deploy host / Deploy (push) Failing after 6s

This commit is contained in:
2024-09-07 02:04:19 +01:00
parent e29792a72d
commit a4c974e980
16 changed files with 24 additions and 42 deletions

View File

@@ -1,20 +1,21 @@
- name: Hello from ansible
- name: Homesrv01 playbook
hosts: all
tasks:
- name: Ping my hosts
become: true
ansible.builtin.ping:
- name: Print message
ansible.builtin.debug:
msg: Hello world
roles:
- myInfra.dev.homesrv01.core
#- name: homesrv01 playbook
# hosts: all
# roles:
# - myInfra.dev.homesrv01.core
# - myInfra.ssh
# - myInfra.dev.homesrv01
# - 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