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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The files is supposed to contain our common selection of packages
# and are used also to keep projects aligned by running specific devbox run command to distribute and possible merge with local
# requirements files
ansible-core==2.17.1
ansible-core==2.20.5
# For the Hetzner Cloud dynamic inventory plugin:
# https://docs.ansible.com/ansible/latest/collections/hetzner/hcloud/hcloud_inventory.html#ansible-collections-hetzner-hcloud-hcloud-inventory-requirements
# Error msg snippet if not installed:[WARNING]: * Failed to parse ... inventories/stg/hcloud.yml with auto plugin: The Hetzner Cloud dynamic inventory plugin requires requests.
Expand Down
2 changes: 1 addition & 1 deletion devbox-plugins/base-config/config/ansible.cfg.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# devbox plugin code: https://github.com/jetify-com/devbox/blob/0.10.7/internal/plugin/plugin.go#L126

# Ensure we can add the '{{"{{"}} ansible_managed {{"}}"}}' Jinja variable to templated files, to give a hint of traceability on where files comes from on the hosts.
ansible_managed = Ansible managed file. From {{"{{%"}} if role_name is defined {{"%}}"}}role: '{{"{{{{"}} role_name {{"}}}}"}}'{{"{{%"}} else {{"%}}"}}playbook described with 'name: {{"{{{{"}} ansible_play_name {{"}}}}"}}' {{"{{%"}} endif {{"%}}"}}. Template source file name: {{"{{{{"}} template_path | basename {{"}}}}"}}
# Ansible 2.20 deprecates configuring the ansible_managed variable through this file, ansible.cfg, and is therefore now handled in https://github.com/onlinecity/ansible-common/blob/master/playbooks/vars/all_playbooks.yml


# Installs roles into [current dir]/roles/namespace.rolename
Expand Down
2 changes: 1 addition & 1 deletion devbox-plugins/base-config/config/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
private-key: {{ `${{ secrets.APP_OC_GITHUB_ACTIONS_PEM }}` }}
owner: {{ `${{ github.repository_owner }}` }}

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
token: {{ `${{ steps.generate-token.outputs.token }}` }}
submodules: recursive
Expand Down
4 changes: 2 additions & 2 deletions devbox-plugins/base-config/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"version": "1.4.0",
"description": "Base devbox config for OC DevOps projects",
"packages":[
"python@3.10",
"python@3.13",
// tenv are both for getting the correct version of terraform/tofu
"tenv@1.11.2",
"pre-commit@3.6.2",
"yamllint@1.35.1",
"yamllint@1.37.1",
"tflint@0.50.3",
"cowsay@3.7.0",
// go-task, is taskfile https://taskfile.dev/
Expand Down
Loading