From 293131c4461c56ed1587c466244933de4944dec8 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 Jan 2021 07:50:06 +0100 Subject: [PATCH] first commit --- README.md | 1 + local.yml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 README.md create mode 100644 local.yml diff --git a/README.md b/README.md new file mode 100644 index 0000000..01aabce --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Bitmessage-Infrastructure diff --git a/local.yml b/local.yml new file mode 100644 index 0000000..9341771 --- /dev/null +++ b/local.yml @@ -0,0 +1,10 @@ +--- +- host: localhost + connection: local + become: true + + tasks: + - name: install htop + package: + name: + - git