rembik.bootstrap

Ansible Role: Bootstrap

CI Status Release Status Ansible Role Downloads

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
Python Version Ansible 2.10 Version
Alpine Test
Amazon Linux
ArchLinux Test
CentOS Test
Debian Test
Fedora Test
Gentoo Test
Kali
OpenSUSE Test
RedHat Test
Ubuntu Test

Contributing

If you spot any issues, please report them on the GitHub issue page or help by contributing code according to this guideline.

License

Apache License, Version 2.0

Author Information

Installa
ansible-galaxy install rembik.bootstrap
Licenza
apache-2.0
Download
13.8k
Proprietario