You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Ansible role handles the installation of Agent Control (AC) using a recipe-based approach.
4
+
5
+
## Features
6
+
7
+
- Installs AC using the designated recipe
8
+
- Supports targeting specific recipe repository branches
9
+
- Utilizes local package repository for installation
10
+
- Installs from locally built .deb packages corresponding to the current branch
11
+
12
+
## Usage
13
+
14
+
This role creates a local repository on the target host and installs the AC package from the built .deb file, ensuring consistency with the current development branch.
15
+
16
+
## Requirements
17
+
18
+
- Target host must support .deb package installation
19
+
- Local .deb package must be available from the current branch build
0 commit comments