Laureline's Wiki

Laureline's Wiki

Lab 07: Configuration Management

This is an old revision of the document!


Lab 07: Configuration Management

By Michaël Rohrer & Laureline David

Task 1: Install Ansible

DONE

Yoda:~ frederic$ ansible --version
ansible 2.3.0.0
  config file = 
  configured module search path = Default w/o overrides
  python version = 2.7.13 (default, Apr 23 2017, 16:50:35) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)]

Task 2: Create a VM on Amazon Web Services

DONE

ssh -i id_rsa ubuntu@ec2-54-147-90-78.compute-1.amazonaws.com

Task 3: Configure Ansible to connect to the managed VM

Task 4: Install web application

Task 5: Test Desired State Configuration principles

Task 6: Adding a handler for nginx restart

Task 7: Add more managed servers