13 lines
372 B
Markdown
13 lines
372 B
Markdown
# Project Architecture
|
|
|
|
This is a ansible project for a small network of hosts:
|
|
|
|
- Roles in `/roles`
|
|
- Inventory in `/inventory`
|
|
- Host definition in `site.xml`
|
|
|
|
## Coding Standards
|
|
|
|
- There are some scripts/files in other languages like python
|
|
- The project is managed in git.
|
|
- Follow the existing naming conventions: All ansible yaml files should have the ending .yaml |