Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Linux Dev Tool Install

  • 07-11-2019 09:48AM
    #1
    Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭


    I started a thread in the Unix forum, but this is a slightly different question. One thing I mentioned is, I developed a script to automatically install, configure and run Jenkins. I'm curious to know, what other DevOps tools would be of use, to develop a script which would automatically install, configure and run?

    I ask, as I'm looking to build upon a repository of System Admin tools to automate as much as possible.


Comments

  • Moderators, Technology & Internet Moderators Posts: 1,338 Mod ✭✭✭✭croo


    Have you looked at Docker & Kubernetes ?


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭L.Jenkins


    I intend to sometime today or this weekend.


  • Moderators, Society & Culture Moderators, Paid Member Posts: 9,841 Mod ✭✭✭✭Manach


    Ansible might be an option, especially if you are deploying across a cluster. The basic Ansible has a low enough learning footprint and the writing of the installation / playbooks is flexible in terms of tasks at hand. However more advanced GUI Ansible , Tower/AWX, is still a tad unstable.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭L.Jenkins


    Manach wrote: »
    Ansible might be an option, especially if you are deploying across a cluster. The basic Ansible has a low enough learning footprint and the writing of the installation / playbooks is flexible in terms of tasks at hand. However more advanced GUI Ansible , Tower/AWX, is still a tad unstable.

    A good idea to work on an Ansible install/deployment tool.


  • Registered Users, Registered Users 2 Posts: 895 ✭✭✭Dubba


    You could add Terraform for configuration and Prometheus for monitoring to your list.

    Also have a look at Cubic for creating a customized Ubuntu iso:
    https://launchpad.net/cubic


  • Advertisement
Advertisement