installer.sh 128 B

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