Optimize Vagrant setup

- define grains to match optimized gvasalt repository
- define minion configuration in separate file
- drop custome salt/bootstrap.sh
- adapt Vagrantfile to use the custom grains file
- increase memory size of created VM to allow the salt provisioning to
  succeed
This commit is contained in:
Jan Dittberner 2020-03-03 22:11:46 +01:00
parent b54b8577cb
commit 9f662e3afb
4 changed files with 30 additions and 39 deletions

14
salt/grains Normal file
View file

@ -0,0 +1,14 @@
gnuviechadmin:
user: vagrant
group: vagrant
amqpuser: ldap
appname: gvaldap
checkout: /vagrant
fullname: LDAP
giturl: gituser@nextgit.gnuviech-server.de:gnuviech/gvaldap.git
home: /home/vagrant
update_git: False
roles:
- vagrant
- ldapserver
- gnuviechadmin.gvaldap