e29796954a
Added iob-pi states for raspberry
30 lines
588 B
Plaintext
30 lines
588 B
Plaintext
# eseguo install del SW!
|
|
iob-pi-dos2unix:
|
|
cmd.run:
|
|
- name: dos2unix /home/pi/steamware/*
|
|
|
|
iob-pi-pre:
|
|
cmd.run:
|
|
- name: chmod +x /home/pi/steamware/install-RPI-IOB.sh >> /var/log/MapoInstall.log
|
|
|
|
iob-pi-setup:
|
|
cmd.run:
|
|
- name: /home/pi/steamware/install-RPI-IOB.sh >> /var/log/MapoInstall.log
|
|
|
|
iob-pi-setup-01:
|
|
cmd.run:
|
|
- name: chmod +x /etc/init.d/*IOB
|
|
|
|
iob-pi-setup-02:
|
|
cmd.run:
|
|
- name: systemctl enable sendRebootIOB
|
|
|
|
iob-pi-setup-03:
|
|
cmd.run:
|
|
- name: systemctl enable MapoIOB
|
|
|
|
iob-pi-setup-04:
|
|
cmd.run:
|
|
- name: systemctl daemon-reload
|
|
|