git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/udo.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/udo.yml')
-rw-r--r--ansible/udo.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/ansible/udo.yml b/ansible/udo.yml
new file mode 100644
index 0000000..1667abb
--- /dev/null
+++ b/ansible/udo.yml
@@ -0,0 +1,16 @@
+---
+# Title: ICH BIN EIN FINK, DU BIST EIN ZEISIG
+
+- hosts: "{{ runtime_hosts | default('CHANGEME') }}"
+ become: true
+ vars:
+ binfiles:
+ - files/udo
+ tasks:
+ - name: Copy essential binaries(tm) to {{ inventory_hostname }}
+ copy:
+ #src: "{{item.file}}"
+ src: "files/udo"
+ dest: "/usr/local/bin/udo"
+ mode: 0755
+ #loop: "{{vars.binfiles}}"