mfallone / ansible-role-control-machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README.md - ansible-role-control-machine

This playbook will finish setting up the local machine as the Ansible control machine.

It requires elevated privileges and should be run with the --ask-become-pass or -K flag.

Example:

ANSIBLE_CONFIG=ansible.cfg ansible-playbook ./roles/ansible-role-control-machine/example-playbook.yaml -i localhost

# or

ANSIBLE_ROLES_PATH=./roles ansible-playbook ./roles/ansible-role-control-machine/example-playbook.yaml -i localhost

About

License:GNU General Public License v3.0