Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 594 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 594 Bytes

docker-ansible

Ansible docker image with prepared bash aliases and bash scripts

You can use prepared bash aliases:

  1. Copy .bash_aliases_ansible file to somewhere (e.g. ~/.bash_aliases_ansible).
  2. Add the following line to your .bashrc/.zshrc:
source ~/.bash_aliases_ansible

Or add directory to the PATH (or symlink scripts)

Then you can use commands:

ansible all -i hosts -m setup

ansible-playbook -i hosts site.yml

ansible-galaxy install -r requirements.yml

ansible-vault encrypt foo.yml

ansible-doc

The editor for the ansible-vault create command is vi