From d5da5e49795b153a32bb1b92a69de4b1469c42d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 7 Sep 2024 02:07:27 +0100 Subject: [PATCH] . --- ansible/site.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/ansible/site.yml b/ansible/site.yml index 9620395..dc6659e 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -2,20 +2,5 @@ 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 - + - myInfra.ssh + - myInfra.dev.homesrv01