Started kesl branch

This commit is contained in:
2024-02-16 04:55:43 +03:00
parent 97eac6aea1
commit cd242ebeed
7 changed files with 110 additions and 5 deletions

View File

@@ -1 +1,17 @@
# klnagent-ansible
# Playbooks description
## klnagent.yaml
Install/Reinstall only agent
## kesl.yaml
Install/Reinstall only kesl
## delete.yaml
Delete Kesl and KLNagent
# hosts.yaml
List of hosts to work with
# Usage
```bash
ansible-play <yaml file> -i hosts.yaml [--ask-pass]
```