Skip to content
Snippets Groups Projects
Commit 80de7b1f authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: only run this specific role, no dependencies

parent 54638db7
No related branches found
No related tags found
No related merge requests found
[defaults] [defaults]
# If set, configures the path to the Vault password file as an alternative to # If set, configures the path to the Vault password file as an alternative to
# specifying --vault-password-file on the command line. # specifying --vault-password-file on the command line.
vault_identity_list = ../lza_install_common.pass, ../lza_server_hardening.pass, ../lza_repair.pass, ../slub_osquery.pass #vault_identity_list = ../lza_install_common.pass, ../lza_server_hardening.pass, ../lza_repair.pass, ../slub_osquery.pass
vault_identity_list = ../lza_repair.pass
# Path to default inventory file # Path to default inventory file
# Administrators can override this by using the "-i <inventoryfile>" CLI # Administrators can override this by using the "-i <inventoryfile>" CLI
......
...@@ -7,7 +7,7 @@ galaxy_info: ...@@ -7,7 +7,7 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the next line and provide a value issue_tracker_url: http://example.com/issue/tracker Some suggested licenses: - BSD # If the issue tracker for your role is not on github, uncomment the next line and provide a value issue_tracker_url: http://example.com/issue/tracker Some suggested licenses: - BSD
# (default) - MIT - GPLv2 - GPLv3 - Apache - CC-BY # (default) - MIT - GPLv2 - GPLv3 - Apache - CC-BY
license: public domain license: public domain
min_ansible_version: 2.4 min_ansible_version: "2.4"
# If this a Container Enabled role, provide the minimum Ansible Container version. min_ansible_container_version: Optionally specify the branch Galaxy will use when accessing the GitHub repo # If this a Container Enabled role, provide the minimum Ansible Container version. min_ansible_container_version: Optionally specify the branch Galaxy will use when accessing the GitHub repo
# for this role. During role install, if no tags are available, Galaxy will use this branch. During import Galaxy will access files on this branch. If Travis integration is configured, only # for this role. During role install, if no tags are available, Galaxy will use this branch. During import Galaxy will access files on this branch. If Travis integration is configured, only
# notifications for this branch will be accepted. Otherwise, in all cases, the repo's default branch (usually master) will be used. github_branch: # notifications for this branch will be accepted. Otherwise, in all cases, the repo's default branch (usually master) will be used. github_branch:
...@@ -20,14 +20,11 @@ galaxy_info: ...@@ -20,14 +20,11 @@ galaxy_info:
platforms: platforms:
- name: Debian - name: Debian
versions: versions:
- 9 - "buster"
- 10 - "bullseye"
galaxy_tags: [] galaxy_tags: []
# List tags for your role here, one per line. A tag is a keyword that describes and categorizes the role. Users find roles by searching for tags. Be sure to remove the '[]' above, if you # List tags for your role here, one per line. A tag is a keyword that describes and categorizes the role. Users find roles by searching for tags. Be sure to remove the '[]' above, if you
# add tags to this list. # add tags to this list.
# #
# NOTE: A tag is limited to a single word comprised of alphanumeric characters. # NOTE: A tag is limited to a single word comprised of alphanumeric characters.
# Maximum 20 tags per role. # Maximum 20 tags per role.
dependencies:
# - ansible_lza_install_common
# - ansible_lza_server_hardening
...@@ -24,6 +24,4 @@ ...@@ -24,6 +24,4 @@
strategy: linear strategy: linear
roles: roles:
- { role: ansible_lza_install_common, become: true }
- { role: ansible_lza_server_hardening, become: true }
- { role: ansible_lza_repair, become: true } - { role: ansible_lza_repair, become: true }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment