add Final Infrastructure Setup
This commit is contained in:
commit
7733dde658
174 changed files with 204949 additions and 0 deletions
6
infrastructure/provision_infrastructure.sh
Executable file
6
infrastructure/provision_infrastructure.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ansible
|
||||
ansible-playbook -i inventory.ini site.yml
|
||||
ansible-playbook -i inventory.ini mft.yml
|
||||
cd ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue