aboutsummaryrefslogtreecommitdiff
path: root/ansible/plays/host-garasjepi.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2025-03-30 20:02:09 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2025-03-30 20:02:09 +0200
commit871f158748898cdd69b7c4df2783f0c31370d7dc (patch)
tree43a123d5574d955f8f27875a1c09aa730953b873 /ansible/plays/host-garasjepi.yml
parent177895ce74e47bc9327020a73b39b080a872315a (diff)
downloadinfra-871f158748898cdd69b7c4df2783f0c31370d7dc.tar.gz
infra-871f158748898cdd69b7c4df2783f0c31370d7dc.tar.bz2
infra-871f158748898cdd69b7c4df2783f0c31370d7dc.tar.xz
infra-871f158748898cdd69b7c4df2783f0c31370d7dc.zip
garasjepi
Diffstat (limited to 'ansible/plays/host-garasjepi.yml')
-rw-r--r--ansible/plays/host-garasjepi.yml28
1 files changed, 28 insertions, 0 deletions
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