liquidfx Posted September 11, 2017 Share Posted September 11, 2017 I'd like to start a topic if anyone has any experience in this area on more of the technical side of devops around tools. I've been deep diving into Ansible lately and brushing up on some Go and Powershell. Quote Link to comment Share on other sites More sharing options...
Symfony Posted September 13, 2017 Share Posted September 13, 2017 I'd like to start a topic if anyone has any experience in this area on more of the technical side of devops around tools. I've been deep diving into Ansible lately and brushing up on some Go and Powershell. Yeah, I work DevOps for my job. I don't really like ansible but I guess that's just me probably. I've never used Go or Powershell though. Quote Link to comment Share on other sites More sharing options...
liquidfx Posted September 13, 2017 Author Share Posted September 13, 2017 I've been evaluating alot of the other products like Ansible (Chef, Puppet, SaltStack), my network dudes just started using ansible so I figured I would dive into it since the company I work for is kind of in the infantile stages of adopting DevOps process. I've been doing automation through Powershell a majority of the time since we are a Microsoft Partner and I am finding Go to be really portable. What do you use for tools Symfony? Quote Link to comment Share on other sites More sharing options...
Symfony Posted September 16, 2017 Share Posted September 16, 2017 I've been evaluating alot of the other products like Ansible (Chef, Puppet, SaltStack), my network dudes just started using ansible so I figured I would dive into it since the company I work for is kind of in the infantile stages of adopting DevOps process. I've been doing automation through Powershell a majority of the time since we are a Microsoft Partner and I am finding Go to be really portable. What do you use for tools Symfony? I have to use ansible when necessary at work. We use Jenkins and bitbucket there as well, although I prefer gitlab on my home setup. I also use LXC and Proxmox for containers/virtualization. Other than that I write a lot of my own tools. Quote Link to comment Share on other sites More sharing options...
Xernicus Posted September 24, 2017 Share Posted September 24, 2017 We (aka me, myself, and I as the sole IT slave for a small business) use Powershell for automation of our Hyper-V servers, SQL servers, etc.I use it because it's well known, you can write custom scripts and tools for an entirely Windows environment. This way, I don't have to do any training for future employees if I get fired or laid off. 1 Quote Link to comment Share on other sites More sharing options...
liquidfx Posted September 24, 2017 Author Share Posted September 24, 2017 Powershell is most definitely the bee's knees. I use it quite a bit since alot of the vendors we deal with have modules for their products. Makes life alot easier! Quote Link to comment Share on other sites More sharing options...
Symfony Posted September 24, 2017 Share Posted September 24, 2017 most of our stuff is linux based so PS isn't necessarily useful (plus most of our devs use a linux OS or macOS now). Really the only windows stuff we deal with is sharepoint and ad. I love AD with a passion, though, it makes integration of other portals, APIs, or other tools requiring authentication so much easier Quote Link to comment Share on other sites More sharing options...
liquidfx Posted September 24, 2017 Author Share Posted September 24, 2017 With the advent of .NET core, you can use powershell cross-platform which can be handy. However, thats also another added dependency. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.