commit 94bd089ed09a3521f182c552aef643cb4c215075 Author: Ricard Illa Date: Tue Aug 30 10:00:27 2022 +0200 initial commit diff --git a/deploy b/deploy new file mode 100755 index 0000000..68db765 --- /dev/null +++ b/deploy @@ -0,0 +1,6 @@ +#!/bin/sh + +ansible-playbook \ + --inventory hosts.yml \ + "$@" \ + deploy.yml diff --git a/deploy.yml b/deploy.yml new file mode 100644 index 0000000..e69de29 diff --git a/hosts.yml b/hosts.yml new file mode 100644 index 0000000..b7f7954 --- /dev/null +++ b/hosts.yml @@ -0,0 +1,2 @@ +all: + hosts: diff --git a/roles/basic/tasks/main.yml b/roles/basic/tasks/main.yml new file mode 100644 index 0000000..e69de29