Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,11 @@ the Deployer will either install the required repository or download the package
| Ansible Control Node | <https://galaxy.ansible.com> | TCP | Itential and community Ansible collections |
| Ansible Control Node | <https://pypi.org> | TCP | Python modules |
| Itential Gateway | <https://registry.aws.itential.com> | TCP | Itential packages |
| Itential Gateway | <https://itential.jfrog.io> | TCP | Itential packages |
| Itential Gateway | <https://galaxy.ansible.com> | TCP | Community Ansible collections |
| Itential Gateway | <https://pypi.org> | TCP | Python modules |
| Itential Platform | <https://registry.aws.itential.com> | TCP | Itential packages |
| Itential Platform | <https://itential.jfrog.io> | TCP | Itential packages |
| Itential Platform | <https://registry.npmjs.org> | TCP | Core NPM packages |
| Itential Platform | <https://pypi.org> | TCP | Python modules |
| Itential Platform | <https://gitlab.com> | TCP | Platform Opensource Adapters NodeJS source repository |
Expand Down
3 changes: 3 additions & 0 deletions roles/gateway/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions roles/platform/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading