vagrant box tests in gitlab-ci
I have a vagrant box, provisioned with Ansible that needs testing on github pull requests. Is it possible to setup CI test suite for the mirror in gitlab-ci without extra expenses on droplets? Or maybe...
View ArticleHow do I automate population of known_hosts and authorized_keys?
This is a question that may be easier answered on askubuntu or, perhaps, serverfault, but it arises in the context of automated provisioning, so I figured that it's more appropriate here.I am spinning...
View ArticleMaximally-self-managed hosting-platforms and OS-and-above containerizators...
A maximally-self-managed hosting-platform like DigitalOcean/Linode lets a customer quickly create its own VPSE (Virtual Private Server Environment) which includes a common FOSS operating system like...
View ArticleHow does Vagrant differ from Ansible and Docker?
I understand that Ansible is a Configuration Management (CM) tool for orchestrating, deploying (and continuously upgrading) software and conf via a special YAML format created for that software, and...
View ArticleVAD (Vagrant-Ansible-Docker) stack for Ubuntu and Apache
I'm having trouble establishing a Ubuntu-LAMP environment with continuous integration - I feel lost from the different solutions out there and time and again I fear that my vanilla-Bash Ubuntu-LAMP...
View ArticleA cloud technology with automatic upgrades of my OS-release and web server...
I desire a cloud technology that will redund my need of using Vagrant to continuously integrate OS release upgrades (say from Ubuntu 18.04 to 20.04 including all software installed by apt-get ---...
View ArticleIs Vagrant an operating system by itself?
If Vagrant (and similar software) uses to orchestrate, install and continuously upgrade one or more OSs on a single machine, isn't it some kind of an operating system by itself?Or it actually...
View ArticleHow does Vagrant differ from VirtualBox and similar software, if at all?
Both Vagrant and VirtualBox (or their alternatives) seem to me to virtualize an OS on top of another OS,How do they differ from one another essentially, if at all?
View ArticleHow frequently do PaaS:VPS agencies upgrade OS_release in comparison to...
I know that in a In PaaS:shared-webserver service a user could have the OS of its server environment release_upgraded in 8 or 12 years or so ! For example, I host a few sites on a particular host that...
View ArticleCan a 5 US $ VPSE support VAD stack with 2 relatively-small CMSs?
I'm new to DevOps and quite troubled financially but I desire to put websites that I now host on a shared server environment (CetnOS 12.x.x) on some cloud like DigitalOcean or Lindoe (but without using...
View ArticleStructuring Ansible playbooks for low volume, purpose-built images
I hope this question is not too vague / opinion-based:I need to create and maintain a handful of virtual machines that get packaged up and deployed out to thousands of users, depending on specific...
View ArticleVagrant inside a VM to control the VM host
BackgroundI have an application which comes with a Vagrant setup that is designed for this usage scenario:Laptop (Windows, Virtualbox host) => edit source code+----> Vagrant VM (Linux) =>...
View ArticleUnable to ssh in a multi-machine vagrant environment
I created a three node multi-machine vagrant environment and am having issues ssh'ing from one vagrant vm to another. Here is the Vagrantfile: Vagrant.configure("2") do |config| config.vm.box =...
View ArticleProblem with Vagrant : Nothing happens on vagrant up command
VersionsVagrant: 1.9.5Provider: Virtualbox 5.2.30Guest: precise32Host: windows 7 -32bit, build:7600Powershell: 2.0 Vagrant destroy & up outputnothing happens here...just an empty directory "...
View ArticleSSH to VM inside Docker container
I have a Docker image based on Ubuntu Xenial. Inside that container I try to start FreeBSD VM by using Vagrant and VirtualBox (Note: host OS for Docker is VM based on Vagrant and VirtualBox). VM is...
View ArticleAnsible configure and compile in directory
So I have have an Ansible Task that extracts a programs sourcecode zip into a certain directory and is then supposed to compile and install it.The extraction of the zip works fine, but then I need to...
View ArticleBuild Docker Images with Ansible + Vagrant
So I am working on a research project and I am trying to automatically generate specific environments on different virtualization techniques. So, first I made a Vagrantfile that pulls an Ubuntu image...
View ArticleWhat can Vagrant, Puppet, Docker, Chef do for a Full stack Web developer?
First of all let me say that I'm aware of related questions here in SO:Vagrant, Docker, Puppet, ChefVagrant + puppet + dockerchef-server - chef-solo - vagrant - puppet... which is correct for me?Or...
View ArticleVagrantfile change with Ansible playbook to control file permission on...
I use Trellis for my WordPress development. It works great, except I'm finding it hard to change file (or directory) permission within the synced folder.Generally I'm OK with the default permission...
View ArticleHow to terminate EC2 instance in Jenkins via Vagrant when job is stopped...
I've freestyle jobs which aims to run EC2 instances via Vagrant (vagrant up), however when I cancel the job manually (by clicking X button), the instances on EC2 are still running. How can I make sure...
View Article