mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 08:22:11 +00:00
chore: add caution notice
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
> \[!NOTE]
|
||||
> 💬 If you experience issues or have suggestions, [submit an issue](https://github.com/DaanSelen/meshbook/issues) — I'll respond ASAP!
|
||||
|
||||
|
||||
|
||||
Meshbook is a tool to **programmatically manage MeshCentral-managed machines**, inspired by tools like [Ansible](https://github.com/ansible/ansible).
|
||||
|
||||
## What problem does it solve?
|
||||
@@ -17,8 +15,6 @@ Meshbook is designed to:
|
||||
* Allow configuration using simple and readable **YAML files** (like Ansible playbooks).
|
||||
* Simplify the use of **group-based** or **tag-based** device targeting.
|
||||
|
||||
|
||||
|
||||
## 🏁 Quick Start
|
||||
|
||||
### ✅ Prerequisites
|
||||
@@ -68,7 +64,8 @@ Also here, make sure to fill in the `./api.conf` file.
|
||||
> 📌 Rename `api.conf.template` to `api.conf` and fill in your actual connection details.
|
||||
> The URL must start with `wss://<MeshCentral-Host>`.
|
||||
|
||||
|
||||
> [!CAUTION]
|
||||
> Negative potential consequences of an action.
|
||||
|
||||
## 🚀 Running Meshbook
|
||||
|
||||
@@ -92,8 +89,6 @@ Use `--help` to explore available command-line options:
|
||||
python3 meshbook.py --help
|
||||
```
|
||||
|
||||
|
||||
|
||||
## 🛠️ Creating Configurations
|
||||
|
||||
Meshbook configurations are written in YAML. Below is an overview of supported fields.
|
||||
|
||||
Reference in New Issue
Block a user