NOTE: This is not a HOW TO, more of a rant, the how to that may or may not come later. This is written from the perspective of someone who manages (for the most part) their infrastructure from end to end, vm config, service management, monitoring and patching. When it comes to scale, and complexity… Continue reading Munki, Gitlab & Git-LFS
Tag: munki
MunkiAdmin sync on “Save”
The idea was to use MunkiAdmin's script features to automatically rsync changes from a management machine to a machine hosting the repo for clients access. My testng case was syncing from a macOS machine to Ubuntu 16.04. This utilizes rsync with psk's, great documentation specifically on check out Digital Ocean's article. The Script The main bread and butter… Continue reading MunkiAdmin sync on “Save”
Munki, Docker and why you’d want to even try. The video!
A video from PSU MacAdmins where I take a high level look at Munki, Docker and why you'd want to even try...
Munkireport-PHP on Docker
In my previous post I delved into getting a munki repo with ssl client-server cert protecting up and running on a docker host. You can read that here. So the next step I wanted to get up and running next to it was the great tool Munkireport-PHP. More than likely if you are looking into docker as… Continue reading Munkireport-PHP on Docker
Munki-Docker & SSL (proofing a concept)
This is a stumbling journey of a layman and how he got a proof of concept munki repo secured with ssl on a docker host.