Skip to content

Commit

Permalink
New role l3d.packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Jul 31, 2023
1 parent 0fe6e9b commit e4bdc73
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
path = roles/ansible_version
url = https://github.com/chaos-bodensee/role-ansible_version.git
branch = main
[submodule "roles/base"]
path = roles/do1jlr.base
url = https://github.com/roles-ansible/ansible_role_base.git
branch = main
[submodule "roles/amdgpu_firmware"]
path = roles/amdgpu_firmware
url = https://github.com/DO1JLR/ansible_role_amdgpu_firmware.git
Expand All @@ -91,3 +87,6 @@
[submodule "collections/ansible_collections/l3d/avahi"]
path = collections/ansible_collections/l3d/avahi
url = https://github.com/roles-ansible/ansible_collection_avahi.git
[submodule "roles/l3d.packages"]
path = roles/l3d.packages
url = https://github.com/roles-ansible/ansible_role_packages.git
2 changes: 1 addition & 1 deletion collections/ansible_collections/community/general
Submodule general updated 68 files
+2 −2 .azure-pipelines/azure-pipelines.yml
+8 −3 .github/BOTMETA.yml
+8 −0 changelogs/fragments/6783-6837-rhsm_repository-internal-refactor.yml
+0 −6 changelogs/fragments/6783-rhsm_repository-internal-refactor.yml
+2 −0 changelogs/fragments/6883-redfish-utils-changing-variable-names-in-get-volume-inventory.yml
+2 −0 changelogs/fragments/6903-locale-gen-refactor.yml
+2 −0 changelogs/fragments/6905-ipa_dnszone-key-error-fix.yml
+2 −0 changelogs/fragments/6908-snap-dangerous.yml
+2 −0 changelogs/fragments/6914-proxmox_kvm-enable-force-restart.yml
+2 −0 changelogs/fragments/6923-cobbler-inventory_unicode.yml
+2 −0 changelogs/fragments/6925-cobbler-inventory-bugfix.yml
+6 −0 changelogs/fragments/6928-noqa-comments.yml
+2 −0 changelogs/fragments/6930-deprecate-flowdock.yml
+2 −0 changelogs/fragments/6935-machinectl-become.yml
+2 −0 changelogs/fragments/6949-ejabberdctl-error.yml
+2 −0 changelogs/fragments/6968-cmdrunner-implicit-type.yml
+2 −0 changelogs/fragments/6976-proxmox-vm-info-not-require-node.yml
+2 −0 changelogs/fragments/6980-proxmox-fix-token-auth.yml
+2 −0 changelogs/fragments/6981-proxmox-fix-vm-creation-when-only-name-provided.yml
+2 −0 changelogs/fragments/6983-rundeck-fix-typerrror-on-404-api-response.yml
+2 −0 changelogs/fragments/7020-redfish-utils-pagination.yml
+2 −0 changelogs/fragments/get-secret-by-path.yml
+1 −1 galaxy.yml
+4 −0 meta/runtime.yml
+1 −0 plugins/become/machinectl.py
+15 −8 plugins/inventory/cobbler.py
+8 −8 plugins/lookup/onepassword.py
+56 −18 plugins/lookup/tss.py
+1 −1 plugins/module_utils/cmd_runner.py
+77 −0 plugins/module_utils/identity/keycloak/keycloak.py
+2 −2 plugins/module_utils/proxmox.py
+34 −26 plugins/module_utils/redfish_utils.py
+3 −1 plugins/module_utils/rundeck.py
+2 −0 plugins/module_utils/snap.py
+1 −1 plugins/modules/ejabberd_user.py
+6 −0 plugins/modules/flowdock.py
+2 −9 plugins/modules/gitlab_project_variable.py
+2 −1 plugins/modules/ipa_dnszone.py
+25 −2 plugins/modules/jenkins_plugin.py
+433 −0 plugins/modules/keycloak_authz_permission.py
+173 −0 plugins/modules/keycloak_authz_permission_info.py
+146 −172 plugins/modules/locale_gen.py
+13 −8 plugins/modules/proxmox_kvm.py
+61 −25 plugins/modules/proxmox_vm_info.py
+1 −1 plugins/modules/pubnub_blocks.py
+13 −23 plugins/modules/rhsm_repository.py
+1 −16 plugins/modules/scaleway_security_group_rule.py
+66 −11 plugins/modules/snap.py
+0 −6 plugins/modules/xenserver_guest_info.py
+0 −6 plugins/modules/xenserver_guest_powerstate.py
+1 −0 tests/integration/targets/cmd_runner/library/cmd_echo.py
+17 −0 tests/integration/targets/cmd_runner/vars/main.yml
+1 −0 tests/integration/targets/java_cert/aliases
+1 −0 tests/integration/targets/java_keystore/aliases
+6 −0 tests/integration/targets/keycloak_authz_permission/aliases
+27 −0 tests/integration/targets/keycloak_authz_permission/readme.adoc
+567 −0 tests/integration/targets/keycloak_authz_permission/tasks/main.yml
+11 −0 tests/integration/targets/keycloak_authz_permission/vars/main.yml
+15 −3 tests/integration/targets/setup_docker/handlers/main.yml
+2 −0 tests/integration/targets/setup_docker/tasks/main.yml
+1 −0 tests/integration/targets/snap/meta/main.yml
+2 −0 tests/integration/targets/snap/tasks/main.yml
+51 −0 tests/integration/targets/snap/tasks/test_dangerous.yml
+2 −1 tests/sanity/ignore-2.16.txt
+96 −30 tests/unit/plugins/modules/test_proxmox_kvm.py
+307 −80 tests/unit/plugins/modules/test_proxmox_vm_info.py
+35 −0 tests/unit/plugins/modules/test_snap.py
+1 −1 tests/utils/constraints.txt
7 changes: 7 additions & 0 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,12 @@ i3_run_on_startup:

htop__compile: true

# roles/do1jlr.base
l3d_pkgs__install_advanced: true
l3d_pkgs__install_python: true
l3d_pkgs__install_cli: true
l3d_pkgs__install_extra_packages:
- keychain

Check failure on line 78 in group_vars/all.yml

View workflow job for this annotation

GitHub Actions / Yamllint

78:3 [indentation] wrong indentation: expected 1 but found 2

# globaly enably simple versionscheck - if available
submodules_versioncheck: true
1 change: 0 additions & 1 deletion roles/do1jlr.base
Submodule do1jlr.base deleted from b0c817
1 change: 1 addition & 0 deletions roles/l3d.packages
Submodule l3d.packages added at aa1428
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- name: Generic Workstation Preperation
hosts: all
roles:
# - {role: do1jlr.base, tags: [default, packages, base]}
- {role: l3d.packages, tags: [packages, apt]}
# - {role: workstation_packages, tags: [default, workstation_packages, packages, setup]}
- {role: l3d.ntp, tags: ntp}
- {role: l3d.avahi.client, tags: avahi}
Expand Down

0 comments on commit e4bdc73

Please sign in to comment.