mirror of
https://github.com/jcwimer/multi-cloud-kubernetes
synced 2026-03-24 17:34:43 +00:00
5 lines
205 B
Bash
5 lines
205 B
Bash
#!/bin/bash
|
|
project_dir=$(git rev-parse --show-toplevel)
|
|
cd ${project_dir}/ansible
|
|
|
|
ansible-playbook --inventory-file=${project_dir}/terraform-code/inventory --private-key ~/.ssh/id_home playbooks/site.yml |