Casper Automation of Mac Mini Server Builds

franton
Valued Contributor III

I've been working on a way to do the following things:
1) Manage Mac Mini servers through Casper
2) Automate the server configuration process.

I believe I have achieved this.

I have a script that's meant as part of a Casper Imaging workflow. It's meant to run after a mac mini server has been freshly imaged. It's configurable enough to do ... well have a look at the github readme.md file. It does a LOT! (rsync scripts, ssh keys, smnp configuration etc ...)

https://github.com/franton/MacMini-Server-AutoBuildScript

4 REPLIES 4

bentoms
Release Candidate Programs Tester

Nice work @franton, something that has been on my list of to-do's.

Will have a play when possible & will report back to you!

franton
Valued Contributor III

Script has been updated. There's been a modification to lock down the root ssh user so it can only execute rsync commands.

franton
Valued Contributor III

Released v1.1. This now works almost as expected and i'm actually using it in anger now.

See the bug list on the read me.md file for current issues.

wmateo
Contributor

@franton Great script. would you be able to help me with rsync? I am faily new to it.

My Goal:

Replicate contents of my Master DP to the child DPs and mirror them to the master
Schedule this Nightly.

Any help would be appreciated.