diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-30 21:06:15 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-30 21:06:15 +0100 |
commit | a3cf8b4df83b83ed497f387a539f8530b7dc9888 (patch) | |
tree | 4bbbe157e9c09a970af414620f5f7200b43b820c /ansible/README.md | |
parent | e2aa562959cd337c976f3d81ec1c65afe667c7b8 (diff) |
Adds README content and GPL
Diffstat (limited to 'ansible/README.md')
-rw-r--r-- | ansible/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/README.md b/ansible/README.md index e69de29..2db4ee2 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -0,0 +1,7 @@ +# Ansible Configurations + +This folder contains Ansible playbooks and roles for configuration management. + +## Structure +- **roles/**: Reusable Ansible roles (e.g., Docker, Nginx). +- **playbooks/**: Playbooks for orchestrating tasks. |