https://github.com/kb-perbyte/testplaycvx
sds
https://github.com/kb-perbyte/testplaycvx
Last synced: 3 months ago
JSON representation
sds
- Host: GitHub
- URL: https://github.com/kb-perbyte/testplaycvx
- Owner: KB-perByte
- Created: 2024-07-05T17:35:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T17:35:34.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T09:48:15.335Z (12 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collection Dd 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.