From a9a428462acb8aecc4c335027d552a30bb7c49b5 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 20 Apr 2021 12:43:20 +0200 Subject: Initial commit --- test/config.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/config.php (limited to 'test/config.php') diff --git a/test/config.php b/test/config.php new file mode 100644 index 0000000..6cc5ecc --- /dev/null +++ b/test/config.php @@ -0,0 +1,17 @@ + 'vagrant', + 'user' => 'vagrant', + 'private_key_file' => __DIR__ . '/.vagrant/machines/default/virtualbox/private_key', + + 'tasks' => [ + ...(new \Dweipert\DevOps\BaseServerSetup\BaseServerSetup())([ + 'username' => 'dweipert', + 'password' => '1234', + 'mail' => 'test@example.org', + ]), + ], +]; -- cgit v1.2.3