fixed untracked files

This commit is contained in:
2024-11-13 16:00:12 +00:00
parent 0b0ae2df06
commit b55134d194
6 changed files with 0 additions and 246 deletions

View File

@@ -1 +0,0 @@
Test if it's detected

View File

@@ -1,12 +0,0 @@
---
all:
vars:
ansible_python_interpreter: /usr/bin/python3
main:
hosts:
host1:
ansible_host: 0.0.0.0 # Replace with your remote IP
ansible_port: 44003 # Replace with your remote SSH port
ansible_user: master # Replace wtih your username
ansible_ssh_pass: password
ansible_sudo_pass: password

View File

@@ -1,8 +0,0 @@
---
- hosts: all
tasks:
- name: simple-ansibleplaybook
debug:
msg: Your are running 'simple-ansibleplaybook' example