ansible-playbooks

another attempt to have everything organized ...
git clone https://git.e1e0.net/ansible-playbooks.git
Log | Files | Refs | README | LICENSE

localutils.yml (260B)


      1 ---
      2 - name: Install upsc node exporter
      3   hosts: localUtils
      4   remote_user: paco
      5   become: yes
      6   roles:
      7     - base
      8     - motd-figlet
      9     - upsc_exporter
     10     - node-exporter
     11     - nut
     12   vars:
     13     - base_extra_groups: "sudo,i2c,gpio"
     14     - base_shell: "/bin/bash"