Giter VIP home page Giter VIP logo

ansible-site24x7's People

Contributors

pfortin93 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ansible-site24x7's Issues

Unable to start monagent service -- system managed by systemd.

Running this playbook, I receive an error because of the format of the init script.
Server is CentOS Stream

TASK [service] ***********************************************************************************************************************************************************[WARNING]: The service (site24x7monagent) is actually an init script but the system is managed by systemd
fatal: [puma]: FAILED! => {"changed": false, "msg": "Unable to start service site24x7monagent: Failed to start site24x7monagent.service: Unit site24x7monagent.service not found.\n"}

Thanks for any help you can provide.

Wrong wget options

 - name: Download 64 bit Site24x7 agent from public URL
   shell: wget -r https://staticdownloads.site24x7.com/server/Site24x7_Linux_64bit.install
   when: ansible_machine == "x86_64"

wget -r make no sense here as you get :

ls -al staticdownloads.site24x7.com/server/Site24x7_Linux_64bit.install

-rw-r--r-- 1 root root 7884199 Aug 5 13:05 staticdownloads.site24x7.com/server/Site24x7_Linux_64bit.install

But on the next command, you change the rights on the file on the current directory :

 - name: Change permission of the downloaded 64 bit install file
   file: path=Site24x7_Linux_64bit.install mode=0755

You can either do a "wget" without "-r" or change the path in the second command.

Also, you playbook doesn't remove the Site24x7_Linux_64bit.install after execution.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.