Hi,
I am a new sys admin and trying to install glusterfs using gdeploy, I started with a simple script to enable a service(ntpd).
gdeploy --version
gdeploy 2.0.1
[root@ovirt1 gdeploy]# cat ntp.conf
[hosts]
ovirt1
[service1]
action=enable
service=ntpd
[service2]
action=start
service=ntpd
The issue is that the gdeploy is returning error
fatal: [ovirt1]: FAILED! => {"failed": true, "msg": "module (setup) is missing interpreter line"}
Is there a simple way to debug or figure out how to fix this error?