From 35f0bab08cfcd33c0a0c7e4321e45ef66ad6a7a9 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 21 Jul 2025 11:18:18 -0400 Subject: [PATCH] Removing secondary README in ansible folder. --- ansible/README.md | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 ansible/README.md diff --git a/ansible/README.md b/ansible/README.md deleted file mode 100644 index 8d7dd3ad..00000000 --- a/ansible/README.md +++ /dev/null @@ -1,45 +0,0 @@ -# Rinoa Docker_configs Ansible Project - -## Included content/ Directory Structure - -The directory structure follows best practices recommended by the Ansible community. Feel free to customize this template according to your specific project requirements. - -``` - ansible-project/ - |── .devcontainer/ - | └── docker/ - | └── devcontainer.json - | └── podman/ - | └── devcontainer.json - | └── devcontainer.json - |── .github/ - | └── workflows/ - | └── tests.yml - | └── ansible-code-bot.yml - |── .vscode/ - | └── extensions.json - |── collections/ - | └── requirements.yml - | └── ansible_collections/ - | └── project_org/ - | └── project_repo/ - | └── README.md - | └── roles/sample_role/ - | └── README.md - | └── tasks/main.yml - |── inventory/ - | └── groups_vars/ - | └── host_vars/ - | └── hosts.yml - |── ansible-navigator.yml - |── ansible.cfg - |── devfile.yaml - |── linux_playbook.yml - |── network_playbook.yml - |── README.md - |── site.yml -``` - -## Compatible with Ansible-lint - -Tested with ansible-lint >=24.2.0 releases and the current development version of ansible-core.