https://github.com/leops-china/ansible-wiki
ansible wiki
https://github.com/leops-china/ansible-wiki
ansible ansible-playbook docs documents mkdocs mkdocs-material wiki
Last synced: 10 days ago
JSON representation
ansible wiki
- Host: GitHub
- URL: https://github.com/leops-china/ansible-wiki
- Owner: leops-china
- License: mit
- Created: 2020-04-06T13:04:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T15:13:31.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T06:34:25.841Z (27 days ago)
- Topics: ansible, ansible-playbook, docs, documents, mkdocs, mkdocs-material, wiki
- Language: HTML
- Homepage: https://ansible.leops.cn
- Size: 5.46 MB
- Stars: 93
- Watchers: 4
- Forks: 37
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Wiki Site


Ansible software related knowledge site.
## Quick start
Material for MkDocs can be installed with pip:
```
pip install -r requirements.txt
```The configuration file of MkDocs is `mkdocs.yml`, You can modify it.
And then start the server by running the mkdocs serve command:
```
mkdocs serve
```## Resources
- [MkDocs](https://www.mkdocs.org/)
- [mkdocs-material](https://squidfunk.github.io/mkdocs-material/)## Contribution
Any form of contribution is welcome.
## License
**MIT License**
Copyright (c) 2020 运维技术圈
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.