https://github.com/teknoir/sustayn_patch_artifact_registry
A repo for an ansible play to patch devices with pull secrets for artifact registry
https://github.com/teknoir/sustayn_patch_artifact_registry
Last synced: 4 months ago
JSON representation
A repo for an ansible play to patch devices with pull secrets for artifact registry
- Host: GitHub
- URL: https://github.com/teknoir/sustayn_patch_artifact_registry
- Owner: teknoir
- Created: 2022-09-26T10:59:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T08:01:10.000Z (over 2 years ago)
- Last Synced: 2025-04-12T05:37:05.668Z (6 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sustayn_patch_artifact_registry
A repo for an ansible play to patch devices with pull secrets for artifact registryUsing Kubeflow pipeline set up from: https://github.com/teknoir/ansible-kubeflow
This play is scheduled by the supplied flow, that can be added to a Devstudio.
The flow runs 1/day.
The filter/limit in ansible i set to:
```
hardware_nvidia_jetson_nano_b00,!ar_access_enabled
```
Where we first select the devices that should be patched, in this case all devices with hardware=mvidia-jetson-nano-b00.
Secondly we only patch those who dont already have the label ar_access=enabled. This label is then added to any
successful play run on a device. By doing this we ensure we only patch devices that have not been patched before.