git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/udo.yml
blob: 1667abb53733a3e9ffe17e559a062bae56da8923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}}"