bootstrap
Ansible Role: Bootstrap
Prepare your system to be managed by Ansible.
Requirements
- Access to repositories containing system packages, likely on the internet.
- A recent Ansible version (tested last 2 stable major versions).
Role Variables
These defaults are set in defaults/main.yml
:
---
# defaults file for bootstrap
# The user to use to connect to machines.
bootstrap_user: root
# Do you want to wait for the host to be available?
bootstrap_wait_for_host: no
# The number of seconds you want to wait during connection test before failing.
bootstrap_timeout: 3
Dependencies
None.
Example Playbook
This example is taken from molecule/resources/converge.yml
:
---
- name: Converge
hosts: all
gather_facts: no
become: yes
tasks:
- include_role:
name: ansible-role-bootstrap
Tests
This role is tested periodically against the following Linux distributions:
Contributing
If you find issues, please register them at this GitHub project issue page or consider contributing code by following this guideline.
License
Author Information
About
Prepare your system to be managed by Ansible.
Install
ansible-galaxy install rembik/ansible-role-bootstrap
License
apache-2.0
Downloads
13757
Owner