Hello,
I'm totally newbie to chef and this is my first post on the list. I need to deploy several servers with the following requirements:
* Servers are mostly identical only some variables are changed. Further details on [1].
* Servers are geographically dispersed.
* I won't do any local administration on those servers on a daily basis, just eventually if local admins have problems.
* There might be some connections issues so decentralization is a must
* The solution "should" run in all major linux distros available.
* I need to ensure the installation and configuration of the following services: DHCP server, DNS server (Bind), NTP server, NFS server, Samba server and LDAP server, as other stuff like users, groups and folders creation.
For all of the above reasons I thought using chef-solo for deploy instead of regular chef.
This is the workflow that I thought.