-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from adfinis/feat_debian_12
feat(maintenance_11): add debian 12 vars file
- Loading branch information
Showing
9 changed files
with
40 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
name: Ansible Galaxy | ||
|
||
tags: | ||
- linux | ||
- infrastructure | ||
|
||
on: | ||
push: | ||
tags: | ||
|
@@ -12,14 +16,14 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Set version in galaxy.yml | ||
run: | | ||
VERSION=${GITHUB_REF#refs/tags/v} | ||
sed -re "s/^version:.*$/version: ${VERSION}/" -i galaxy.yml | ||
- name: Set version in galaxy.yml | ||
run: | | ||
VERSION=${GITHUB_REF#refs/tags/v} | ||
sed -re "s/^version:.*$/version: ${VERSION}/" -i galaxy.yml | ||
- name: Upload collection to Ansible Galaxy | ||
uses: ansible/[email protected] | ||
with: | ||
api_key: ${{ secrets.GALAXY_API_KEY }} | ||
- name: Upload collection to Ansible Galaxy | ||
uses: ansible/[email protected] | ||
with: | ||
api_key: ${{ secrets.GALAXY_API_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
|
||
requires_ansible: ">=2.10" | ||
requires_ansible: ">=2.12" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
|
||
linux_allowed_login_since: -90days | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
|
||
debian_sources_list_security_default: deb http://security.debian.org/debian-security bookworm-security main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters