Skip to content

Commit 4066d61

Browse files
Document how to add IAG adapter
1 parent a5b5dc8 commit 4066d61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/iap_guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The playbook and roles in this section install and configure IAP for the Itentia
1212

1313
The `platform` role performs a base install of IAP including any OS packages required. It includes the appropriate version of Python, Pip, Jinja, and TextFSM. It handles a few security vulnerabilities. It creates the appropriate Linux users, directories, log files, and systemd services. It will start the automation-platform service when complete.
1414

15+
When there is a device configured in the `gateway` group this role will also install and configure an IAG adapter that points to the gateway server named in the `gateway` group.
16+
1517
## Platform Adapters Role
1618

1719
The `platform_adapters` role will install the source code for each adapter that is listed. It will also install any listed custom adapters. It can install from a Git URL or using an adapter archive generated by Adapter Builder. It will restart the automation-platform service when complete.
@@ -118,7 +120,7 @@ The following table lists the default variables located in `roles/platform_app_a
118120

119121
# Building the Inventory
120122

121-
To install and configure IAP, add a `platform` group and host(s) to your inventory and configure the `iap_release` and either `iap_bin_file`, `iap_tar_file`, or `iap_archive_download_url`. The `iap_archive_download_url` supports Sonatype Nexus and JFrog Artifactory. It is recommended to use `repository_username` and `repository_password` for Nexus and `repository_api_key` for Artifactory. The following inventory shows a basic IAP configuration with a single IAP node.
123+
To install and configure IAP, add a `platform` group and host(s) to your inventory and configure the `iap_release` and either `iap_bin_file`, `iap_tar_file`, or `iap_archive_download_url`. The `iap_archive_download_url` supports Sonatype Nexus and JFrog Artifactory. It is recommended to use `repository_username` and `repository_password` for Nexus and `repository_api_key` for Artifactory. The following inventory shows a basic IAP configuration with a single IAP node.
122124

123125
## Example Inventory - Single IAP Node
124126

0 commit comments

Comments
 (0)