Skip to content

Commit

Permalink
Merge pull request #2 from nickarellano/feature/ee-netbox
Browse files Browse the repository at this point in the history
feat(ee): Add ee-netbox and correct readme to point to prefix ee
  • Loading branch information
nickarellano authored Oct 22, 2023
2 parents 8433014 + af0eac5 commit e165a76
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/templates/README.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
Container | image | Latest Tags
---|---|---
{% for environment in environments | sort(attribute="name") -%}
[{{ environment.name }}]( https://ghcr.io/nickarellano/{{ environment.name }} ) | ghcr.io/nickarellano/{{ environment.name }} | {{ environment.tag }}
[{{ environment.name }}]( https://ghcr.io/nickarellano/ee-{{ environment.name }} ) | ghcr.io/nickarellano/ee-{{ environment.name }} | {{ environment.tag }}
{% endfor %}
</div>
2 changes: 1 addition & 1 deletion .github/workflows/render-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: "Commit changes"
run: |
git config --global user.name "auto-matey[bot]"
git config --global user.email "43172688+auto-matey[bot]@users.noreply.github.com"
git config --global user.email "148675514+auto-matey[bot]@users.noreply.github.com"
git add ./README.md
git commit -m "docs: update README.md" || echo "No changes to commit"
git push origin || echo "No changes to push"
13 changes: 13 additions & 0 deletions environments/netbox/execution-environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
version: 3

images:
base_image:
name: registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9:latest

dependencies:
galaxy: requirements.yaml
python: requirements.txt

options:
package_manager_path: /usr/bin/microdnf
Empty file.
4 changes: 4 additions & 0 deletions environments/netbox/requirements.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
collections:
- name: netbox.netbox
version: 3.13.0

0 comments on commit e165a76

Please sign in to comment.