Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 693 Bytes

README.adoc

File metadata and controls

30 lines (19 loc) · 693 Bytes

good-ansible

Table of Contents

Overview

Good Ansible is a "better" version of the repo bad-ansible for training purposes. In time, perhaps, it will become good - for now think "better" Ansible

  1. Env Files and Settings

Inventory file hosts, ssh.cfg reflect a particular lab environment and will need modified to be used elsewhere.

ssh.cfg

This, optional, configuration file assumes the use of a bastion or jumpbox and in some environments will be unnecessary or alternatively the ~/.ssh/config or equivalent should be used.

ansible.cfg references ssh.cfg so this may need to be removed or commented out

ssh_args="-C -F ./ssh.cfg "