December 2018
Beginner
826 pages
22h 54m
English
In this section, we're going to primarily use centos1, but we're going to upload our configuration to centos2.
SSH to both of your virtual machines:
$ vagrant ssh centos1
$ vagrant ssh centos2
On centos2, create another bare Git repository from your home directory:
$ git init --bare ansible-example.gitInitialized empty Git repository in /home/vagrant/ansible-example.git/