Progetto Scuola BgLUG - Scenary 1
Starting from a NethServer configured machine (please check out the wiki for the installation process from CentOS and other requirements), these playbooks provision a SAMBA 3.0 domain controller which can be used with a network of Ubuntu clients.
Using the default settings, it will also provide an environment to boot from network, install and configure the clients, using a local copy of Ubuntu's repositories.
You may use these playbooks as follows:
$ vim hosts
$ vim domain.yml
$ ansible-playbook init.yml --ask-pass -e "admin_sshkey=/path/to/id_rsa.pub"
$ ansible-playbook setup.yml
Or, more simply:
$ bash run.sh
Use Vagrant for testing purposes
You may use the included Vagrantfile
to do any tests before deploying the
machine. vagrant
and ansible
must be installed on the host machine, then
you may run the following commands:
$ cd /path/to/server-config
$ vagrant up
Update 14/06/2015: some basic configurations to the Vagrant box are now provisioned via Ansible, thus making it a dependency.
Update 25/06/2015: the Vagrant box now uses a host-only interface instead of a bridged one. If you built a Vagrant box before this date, please destroy it, recreate a new one and reprovision it with the provided playbooks.
- Implement backup
- Detail physical installation procedure for the server machine within the Wiki.