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