mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
6 lines
319 B
Bash
Executable File
6 lines
319 B
Bash
Executable File
#!/bin/bash
|
|
# Asks you for the user password
|
|
#ansible-playbook -i ../inventory ../playbook.yml -e "target_system=workstation" --ask-become-pass
|
|
|
|
# Runs from the encrypted variables
|
|
ansible-playbook -i ../inventory ../playbook.yml -e "target_system=workstation" --vault-password-file ../encrypted_vars/vault_password.txt |