Adding ansible playbooks

This commit is contained in:
2025-05-23 07:32:23 -04:00
parent a596274ca6
commit a466ded673
21 changed files with 295 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
- hosts: ansible
remote_user: root
become: yes
tasks:
- name: Curl Dockermain
shell:
cmd: curl http://dockermain:800
register: curl
- debug: var=curl.stdout_lines