From 94bd089ed09a3521f182c552aef643cb4c215075 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 30 Aug 2022 10:00:27 +0200 Subject: [PATCH] initial commit --- deploy | 6 ++++++ deploy.yml | 0 hosts.yml | 2 ++ roles/basic/tasks/main.yml | 0 4 files changed, 8 insertions(+) create mode 100755 deploy create mode 100644 deploy.yml create mode 100644 hosts.yml create mode 100644 roles/basic/tasks/main.yml 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