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 | |
parent | e2aa562959cd337c976f3d81ec1c65afe667c7b8 (diff) |
Adds README content and GPL
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/README.md | 7 | ||||
-rw-r--r-- | ansible/playbooks/README.md | 6 | ||||
-rw-r--r-- | ansible/roles/README.md | 6 |
3 files changed, 19 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. diff --git a/ansible/playbooks/README.md b/ansible/playbooks/README.md index e69de29..2180df5 100644 --- a/ansible/playbooks/README.md +++ b/ansible/playbooks/README.md @@ -0,0 +1,6 @@ +# Ansible Playbooks + +This folder contains playbooks for orchestrating tasks. + +## Available Playbooks +- diff --git a/ansible/roles/README.md b/ansible/roles/README.md index e69de29..1bef866 100644 --- a/ansible/roles/README.md +++ b/ansible/roles/README.md @@ -0,0 +1,6 @@ +# Ansible Roles + +This folder contains reusable Ansible roles for configuration management. + +## Available Roles +- |