From af10eb22689051ad208d330a343774649d4e2501 Mon Sep 17 00:00:00 2001 From: wendrul Date: Thu, 24 Apr 2025 14:39:07 +0200 Subject: [PATCH] Update init script for ansible --- frontend/src/lib/script_helpers.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/src/lib/script_helpers.ts b/frontend/src/lib/script_helpers.ts index 9e90ebe74c..a9a0ceb4de 100644 --- a/frontend/src/lib/script_helpers.ts +++ b/frontend/src/lib/script_helpers.ts @@ -931,6 +931,12 @@ inventory: - resource_type: ansible_inventory # You can pin an inventory to this script by hardcoding the resource path: # resource: u/user/your_resource +# - name: hcloud.yml +# resource_type: dynamic_inventory + +options: + - verbosity: vvv + # File resources will be written in the relative \`target\` location before # running the playbook @@ -946,11 +952,15 @@ extra_vars: world_qualifier: type: string +# If using Ansible Vault: +# vault_password: u/user/ansible_vault_password + dependencies: galaxy: collections: - name: community.general - name: community.vmware + roles: python: - jmespath ---