Skip to content

An Ansible role for bootstrapping Ansible in a bare target machine.

License

Notifications You must be signed in to change notification settings

d3atiq/ansible-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-bootstrap

A role to install Ansible pre-requisites in the target machine. This amounts to installing python-minimal on the target machine, which will enable it as an Ansible target. Use this role if your target machine doesn't contain a Python installation usable by Ansible.

Requirements

Currently only supported for Ubuntu.

Role Variables

N/A

Dependencies

N/A

Example Playbook

- hosts: servers
  gather_facts: false
  roles:
    - ansible-bootstrap

License

MIT

Author Information

Under construction...

About

An Ansible role for bootstrapping Ansible in a bare target machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published