Skip to content

Commit

Permalink
Merge pull request #2 from remerge/SRE-324-EL9
Browse files Browse the repository at this point in the history
SRE-234 Support EL9
  • Loading branch information
hollow authored Dec 1, 2022
2 parents 6d96730 + 2c59625 commit 9d9dd5d
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Changes here will be overwritten by Copier
_commit: v0.28.2
_commit: v0.29.2
_src_path: gh:remerge/template
deploy_branch: production
google_cloud_gke_master_subnet: null
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repos:
- id: ansible_role_fix_readability

- repo: https://github.com/bridgecrewio/checkov
rev: "2.2.97"
rev: "2.2.106"
hooks:
- id: checkov
name: checkov
Expand Down
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,13 @@ modules with the following command:
```shell
pipx upgrade-all --include-injected
```

### Ansible NetBox Inventory

You need to create an API token for NetBox in order to load the inventory from
NetBox into Ansible. This token should be stored in 1Password using the API
Credentials template and can then be set in the current shell:

```shell
export NETBOX_API_KEY=$(op item get NETBOX_API_KEY --fields label=credential)
```
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ galaxy_info:
- name: EL
versions:
- "8"
- "9"

galaxy_tags:
- dell
80 changes: 40 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d9dd5d

Please sign in to comment.