From 871f158748898cdd69b7c4df2783f0c31370d7dc Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 30 Mar 2025 20:02:09 +0200 Subject: garasjepi --- ansible/plays/host-garasjepi.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ansible/plays/host-garasjepi.yml (limited to 'ansible/plays/host-garasjepi.yml') diff --git a/ansible/plays/host-garasjepi.yml b/ansible/plays/host-garasjepi.yml new file mode 100644 index 0000000..62b0b3d --- /dev/null +++ b/ansible/plays/host-garasjepi.yml @@ -0,0 +1,28 @@ +- hosts: + - garasjepi + tasks: + # These first + - become: yes + apt: + name: + - etckeeper + - git + + - become: yes + apt: + name: + - tmux + - aptitude + +# - import_role: +# name: timezone +# +# - import_role: +# name: systemd-networkd + + - become: yes + apt: + name: + - docker.io + - tmux + - aptitude -- cgit v1.2.3