This commit is contained in:
2019-05-20 01:39:19 -04:00
parent 977318fbe4
commit 8b69ba10a7
50 changed files with 11 additions and 11 deletions

4
Vagrantfile vendored
View File

@ -14,7 +14,6 @@ Vagrant.configure("2") do |config|
# boxes at https://vagrantcloud.com/search.
config.vm.box = "generic/ubuntu1604"
# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine. In the example below,
# accessing "localhost:8080" will access port 80 on the guest machine.
@ -47,8 +46,9 @@ Vagrant.configure("2") do |config|
'ops/cookbooks/vendor'
]
chef.roles_path = 'ops/roles'
chef.add_role('gitea')
chef.add_role('app')
chef.json = {
'custom-domain': 'localhost.vm42.us',
'custom-title': 'My gitea server!',
'db-password': 'mypassword',