-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update ansible-lint and fix low hanging fruit (#193)
- Loading branch information
Showing
44 changed files
with
147 additions
and
127 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This file contains ignores rule violations for ansible-lint | ||
|
||
# We should start writing changelogs at some point | ||
galaxy.yml galaxy[no-changelog] | ||
|
||
# ansible-lint can't find redhat.rhel_system_roles.network | ||
# we should fix this, maybe by renaming to upstream? | ||
roles/network/tasks/main.yml syntax-check[specific] | ||
|
||
# this might take some work to rename | ||
roles/network/defaults/main.yml var-naming[no-role-prefix] |
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,8 @@ | ||
--- | ||
exclude_paths: | ||
- .github/ | ||
- venv/ | ||
write_list: | ||
- all | ||
warn_list: | ||
- meta-runtime[unsupported-version] |
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
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 +1,2 @@ | ||
requires_ansible: ">=2.11,<2.17" | ||
--- | ||
requires_ansible: ">=2.14,<2.17" |
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
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,6 +1,6 @@ | ||
--- | ||
- name: 'RaBe Foreman Client : Yum : Plugin Config : Disable System Repos' | ||
- name: "RaBe Foreman Client : Yum : Plugin Config : Disable System Repos" | ||
ansible.builtin.lineinfile: | ||
path: /etc/yum/pluginconf.d/subscription-manager.conf | ||
regexp: '^disable_system_repos=' | ||
line: 'disable_system_repos=1' | ||
regexp: "^disable_system_repos=" | ||
line: "disable_system_repos=1" |
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
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,12 +1,12 @@ | ||
--- | ||
- name: 'RaBe Foreman Content : Lifecycle Environments' | ||
- name: "RaBe Foreman Content : Lifecycle Environments" | ||
ansible.builtin.include_role: | ||
name: theforeman.foreman.lifecycle_environments | ||
vars: | ||
foreman_lifecycle_environments: | ||
- name: 'Dev' | ||
prior: 'Library' | ||
- name: 'Test' | ||
prior: 'Dev' | ||
- name: 'Prod' | ||
prior: 'Test' | ||
- name: "Dev" | ||
prior: "Library" | ||
- name: "Test" | ||
prior: "Dev" | ||
- name: "Prod" | ||
prior: "Test" |
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
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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
--- | ||
- name: 'RaBe Foreman Config : Configure Host Groups' | ||
- name: "RaBe Foreman Config : Configure Host Groups" | ||
ansible.builtin.include_role: | ||
name: theforeman.foreman.hostgroups | ||
vars: | ||
foreman_hostgroups: | ||
- name: RaBe Core | ||
description: RaBe Core contains roles that set facts and sets settings that don't | ||
rely on anything and are not OS specific. | ||
description: RaBe Core contains roles that set facts and sets settings that don't rely on anything and are not OS specific. | ||
organization: RaBe | ||
location: Randweg | ||
ansible_roles: | ||
|
@@ -191,7 +190,7 @@ | |
value: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4arUJdueCQnOkjVOvrruEEs9M/lKw2ITorTTEIIFgcNAGZNs+SFFxugtMWY2jzrcHoxwSZel3eAMjvS76by6z3ZqZUvMxVHACR0FZvP2WtLk2BjgDjYdmBGDpMArvncHkaiVtjEaruwXVqO+64qsrYXQ3qhUiah+9soFHghWZWS3i+Dnd1JiNFX6TZP+ooqshBaClspAfcywsqFhsFNeU50rlsl11T13vLmZ/G140VF7uhaZ2ukOEj3HSSBcQ1DKIyanoo4fpAG8ealo6Nur0t5rlO67ACgRjLIVBS0LnVG5tvXtnKbz6A0uoUHC5aesDnDUskImWiKnz/6r2QenMkzD08BT6VlaFHhpp4ve2/d2lmjAl4EXvNOCwGsGV9A5BB1O130dwRk85Cxutxm94tuThElWlu37BB8pxOYz8qD+Vph5TVbC4mi1/30hUQffll0x/mcplJsFLY9H7eX0S+Ki2W++udWQ4HfwxbxXlJltMLEw7fhSxEQdGNfIaoM0= [email protected] | ||
- name: network_connections | ||
parameter_type: yaml | ||
value: | ||
value: | ||
- name: Bond bond0 | ||
state: up | ||
- name: dmz | ||
|
@@ -204,7 +203,7 @@ | |
interface_name: bond0.133 | ||
type: vlan | ||
vlan: | ||
id: '133' | ||
id: "133" | ||
parent: Bond bond0 | ||
controller: dmz | ||
port_type: bridge | ||
|
@@ -216,7 +215,7 @@ | |
domain: dmz.int.rabe.ch | ||
subnet: dmz | ||
compute_resource: server-008.dmz-admin.int.rabe.ch | ||
compute_profile: 1-Small | ||
compute_profile: "1-Small" | ||
- name: AlmaLinux 9 DMZ server-009 VMs | ||
description: AlmaLinux 9 virtual machines to be run on server-009 | ||
parent: RaBe Core/RaBe Base/EL9/AlmaLinux 9 | ||
|
@@ -225,4 +224,4 @@ | |
domain: dmz.int.rabe.ch | ||
subnet: dmz | ||
compute_resource: server-009.dmz-admin.int.rabe.ch | ||
compute_profile: 1-Small | ||
compute_profile: "1-Small" |
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
Oops, something went wrong.