rembik.bootstrap
Ansible Role: Bootstrap
This role sets up your system to be managed using Ansible.
Requirements
- You need access to online repositories for system packages.
- A recent version of Ansible (it works with the last two stable versions).
Role Variables
Default settings can be found in defaults/main.yml
:
---
# Default settings for bootstrap
# User for connecting to machines.
bootstrap_user: root
# Do you wish to wait for the host to be ready?
bootstrap_wait_for_host: no
# Time in seconds to wait during connection tests before failing.
bootstrap_timeout: 3
Dependencies
This role has no dependencies.
Example Playbook
Here’s a sample playbook 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 regularly tested on these Linux distributions:
Python Version | Ansible Versions |
---|---|
Contributing
If you spot any issues, please report them on the GitHub issue page or help by contributing code according to this guideline.
License
Author Information
Links
Informazioni sul progetto
Prepare your system to be managed by Ansible.
Installa
ansible-galaxy install rembik.bootstrap
Licenza
apache-2.0
Download
13.8k
Proprietario