From e0187a235c761240dacb8fd765f9eab9d4e8404c Mon Sep 17 00:00:00 2001 From: Nikolaos Boutalas Date: Mon, 7 Aug 2023 10:45:42 +0300 Subject: Initialize project and introduce Dockerfile I added a simple Dockerfile that builds an Ubuntu based container ready to be used with Ansible. --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 setup.sh (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..f5e94a3 --- /dev/null +++ b/setup.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +ansible-playbook local.yml --ask-become-pass --ask-vault-pass -- cgit v1.2.3