CHANGE: moves scripts into a new directory

This commit is contained in:
2026-08-18 12:29:48 +04:00
parent 271213d1ca
commit 09145ac1e5
2 changed files with 0 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
source .venv/bin/activate
ansible-playbook playbooks/maintain.yaml --vault-pass-file ~/vault_password -i inventory/hosts.yaml --private-key ~/.ssh/ansible_key
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
source .venv/bin/activate
# Install python packages
pip install -r requirements.txt
# Install collections from the file
ansible-galaxy collection install -r requirements.yml -p ./collections/
# Install roles
ansible-galaxy role install -r requirements.yml -p ./roles/