Linux Workstation Tools Setup
Document Control
TODO:
- Overall structure.
 - Initial draft complete
 - Testing
 - Ready
 
Installing Linux tools
Setup python
Example command with shell, yaml and output
sudo apt install \
  git python36
sudo yum install \ git python36
Installing Ansible
- Installing Python
 - Install PIP
 - Install ansible
 
Installing ansible tools
- Install yamllint and ansible-lint
 - molecule, goss
 
Install virtualization tools for testing
- vagrant
 - docker
 - kvm
 
Install CI/CD tools and ansible automation
- ARA
 - Jenkins
 - AWX
 
  Last update: 2020-01-26