diff --git a/README.md b/README.md index 15392b35..c33dbf4b 100644 --- a/README.md +++ b/README.md @@ -222,9 +222,11 @@ the Deployer will either install the required repository or download the package | Ansible Control Node | | TCP | Itential and community Ansible collections | | Ansible Control Node | | TCP | Python modules | | Itential Gateway | | TCP | Itential packages | +| Itential Gateway | | TCP | Itential packages | | Itential Gateway | | TCP | Community Ansible collections | | Itential Gateway | | TCP | Python modules | | Itential Platform | | TCP | Itential packages | +| Itential Platform | | TCP | Itential packages | | Itential Platform | | TCP | Core NPM packages | | Itential Platform | | TCP | Python modules | | Itential Platform | | TCP | Platform Opensource Adapters NodeJS source repository | diff --git a/roles/gateway/vars/main.yml b/roles/gateway/vars/main.yml index 9b514e22..541a8d1a 100644 --- a/roles/gateway/vars/main.yml +++ b/roles/gateway/vars/main.yml @@ -21,6 +21,9 @@ gateway_required_repositories: - url: "https://registry.aws.itential.com" type: bare notes: "Itential packages" + - url: "https://itential.jfrog.io" + type: bare + notes: "Itential packages" - url: "https://galaxy.ansible.com" type: bare notes: "Community Ansible collections" diff --git a/roles/platform/vars/main.yml b/roles/platform/vars/main.yml index 65175e13..7d8bfed3 100644 --- a/roles/platform/vars/main.yml +++ b/roles/platform/vars/main.yml @@ -26,6 +26,9 @@ platform_required_repositories: - url: "https://registry.aws.itential.com" type: bare notes: "Itential packages" + - url: "https://itential.jfrog.io" + type: bare + notes: "Itential packages" - url: "https://registry.npmjs.org" type: bare notes: "Core NPM packages"