Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1- remote access to the VM on AWS ( using terraformpairkey )

1a- create the hosts file
1b- test ssh session

2- copy key to the VM on AWS

 #ssh-copy-id <10.0.1.104>

2- Install packages: 

sudo yum install -y ansible-2.4.2.0
sudo yum install git -y

3- geting the contrail playbooK

4- cd and run playbook

cd contrail-ansible-deployer

...