#!/bin/bash export $(cat mysql.host.env) export $(cat running.env) env ansible-playbook -i inventory.ini -u root playbook.yml