Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
1 vote
0 answers
68 views

i am having hard time with configuring vargrant vm with ansible, my host machine is windows 11 so i use WSL. (something its working and something i get "Failed to connect to the host via ssh"...
ezra's user avatar
  • 105
0 votes
1 answer
229 views

I've been trying to automate some configuration changes using Vagrant provisioning and shell scripts but unfortunately when I run vagrant up, my shell script will not run as expected. I've tested ...
caliGeek's user avatar
  • 419
0 votes
2 answers
129 views

Relevant link: https://github.com/freeipa/freeipa-webui/pull/186 I am trying to run cypress tests on ipa server installed in Vagrant. I output the Vagrant's IP after the installation to /etc/hosts, ...
Michal Polovka's user avatar
1 vote
0 answers
879 views

windows 11 Vagrant 2.4.0 I was using multiple vagrants using single file This is the code of my vagrant file Vagrant.configure("2") do |config| config.hostmanager.enabled = true config....
Ham Apke Hai Kon's user avatar
1 vote
1 answer
56 views

I can't figure out why my alias definition within the Vagrantfile shell provisioning script is not working. This is (a part of) my Vagrantfile: config.vm.provision "shell", inline: <<-...
vasilli's user avatar
  • 45
0 votes
1 answer
401 views

I'm writing a bash script to provision my server using vagrant. my provision script is an external bash script. Currently i'm trying to set the banner inside my ssh_config file but it doesn't seem to ...
technologyresearcher's user avatar
0 votes
1 answer
180 views

Banging my head of a brick wall with this and have tried multiple methods without success so far. Hoping the Vagrant gurus out there can assist. I am trying to find a method of successfully removing ...
gone t'pub's user avatar
-3 votes
1 answer
727 views

I am a pretty much a newbie using Trellis and I am stuck with an issue which might be silly but it’s blocking me; I have asked on the Trellis Roots' forum but I had no answer yet so I though I could ...
yano1978's user avatar
0 votes
0 answers
131 views

I am using Vagrant to spin up an Ubuntu box and run a shell script which configures the VM to use Pyenv. The Pyenv docs recommend restarting the shell after installation & configuration. Having ...
PJ Simpo's user avatar
  • 234
0 votes
0 answers
168 views

I have a toy Flask app: from flask import Flask app = Flask(__name__) @app.route("/home") def home(): return "<h1>Home...</h1>" @app.route("/health") ...
user3535074's user avatar
  • 1,368
2 votes
1 answer
762 views

We are currently running into an issue, with Vagrant, where certain CLI commands need to be run before Ansible provisionning: The following SSH command responded with a non-zero exit status. Vagrant ...
Andre M's user avatar
  • 7,728
0 votes
1 answer
109 views

Ex : here I am able to see the base memory in vagrant machine 11800 Is there any Linux or any other command to extract this memory value it should retrive 11800
praveen pattar's user avatar
1 vote
0 answers
298 views

I have setup docker swarm with one manager and two worker nodes. Consul server is running on separate node (installed on host not in docker). Nodes are reachable from consul but service health checks ...
Chintan Dave's user avatar
0 votes
0 answers
791 views

I'm trying to create 3 ubuntu vagrant boxes: machine1,machine2,machine3. machine3 should run an ansible playbook which installs something on machine1 and machine2. However, keep getting an error when ...
Yael's user avatar
  • 23
1 vote
0 answers
218 views

I want to set up an environment with Vagrant. I defined 2 mysql in Vagrantfile, one for development, and one for integration tests. To differentiate these 2 instance I want to expose different ports. #...
József Mecsei's user avatar

15 30 50 per page
1
2 3 4 5
15