All Projects → robertdebock → Ansible Role Bootstrap

robertdebock / Ansible Role Bootstrap

Licence: apache-2.0
Prepare your system to be managed by Ansible.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ansible Role Bootstrap

Molecule Vagrant
Molecule Vangrant Driver
Stars: ✭ 69 (-34.91%)
Mutual labels:  hacktoberfest, ansible, molecule
ansible-role-dsvpn
Install and configure dsvpn on your system.
Stars: ✭ 18 (-83.02%)
Mutual labels:  playbook, molecule, tox
ansible-role-fail2ban
Install and configure fail2ban on your system.
Stars: ✭ 42 (-60.38%)
Mutual labels:  playbook, molecule, tox
ansible-role-tomcat
Install and configure tomcat on your system.
Stars: ✭ 34 (-67.92%)
Mutual labels:  playbook, molecule, tox
Ansible Alertmanager
Deploy Prometheus Alertmanager service
Stars: ✭ 93 (-12.26%)
Mutual labels:  ansible, tox, molecule
Ansible Grafana
Platform for analytics and monitoring
Stars: ✭ 340 (+220.75%)
Mutual labels:  ansible, tox, molecule
ansible-role-dns
Install and configure dns on your system.
Stars: ✭ 39 (-63.21%)
Mutual labels:  playbook, molecule, tox
ansible-role-logrotate
Install and configure logrotate on your system.
Stars: ✭ 13 (-87.74%)
Mutual labels:  playbook, molecule, tox
ansible-role-rsyslog
Install and configure rsyslog on your system.
Stars: ✭ 14 (-86.79%)
Mutual labels:  playbook, molecule, tox
Ansible Node Exporter
Provision basic metrics exporter for prometheus monitoring tool
Stars: ✭ 263 (+148.11%)
Mutual labels:  ansible, tox, molecule
Ansible Prometheus
Deploy Prometheus monitoring system
Stars: ✭ 758 (+615.09%)
Mutual labels:  ansible, tox, molecule
Cloud Portal
Self service web portal for different Cloud platforms like Azure, AWS and VMWare vSphere.
Stars: ✭ 60 (-43.4%)
Mutual labels:  ansible, bootstrap
Graphite Stack Ansible Vagrant
Provision a complete Graphite, StatsD & Grafana install using Ansible and (optionally) Vagrant
Stars: ✭ 62 (-41.51%)
Mutual labels:  ansible, playbook
Ansible Letsencrypt
Ansible role for LetsEncrypt
Stars: ✭ 66 (-37.74%)
Mutual labels:  ansible, playbook
Ng Bootstrap Form Validation
An Angular Module for easy data driven (reactive) form validation
Stars: ✭ 57 (-46.23%)
Mutual labels:  hacktoberfest, bootstrap
Ansible Prometheus
Ansible playbook for installing Prometheus monitoring system, exporters such as: node, snmp, blackbox, thus alert manager and push gateway
Stars: ✭ 69 (-34.91%)
Mutual labels:  ansible, playbook
Molecule Ansible Docker Aws
Example project showing how to test Ansible roles with Molecule using Testinfra and a multiscenario approach with Docker, Vagrant & AWS EC2 as infrastructure providers
Stars: ✭ 72 (-32.08%)
Mutual labels:  ansible, molecule
Rocket.chat.ansible
Deploy Rocket.Chat with Ansible!
Stars: ✭ 80 (-24.53%)
Mutual labels:  ansible, playbook
Openbsd Cookbooks
Setup environment in OpenBSD using Ansible playbook
Stars: ✭ 80 (-24.53%)
Mutual labels:  ansible, playbook
Openfaas On Digitalocean
Ansible playbook to create a Digital Ocean droplet and deploy OpenFaaS onto it.
Stars: ✭ 57 (-46.23%)
Mutual labels:  ansible, playbook

bootstrap

Prepare your system to be managed by Ansible.

GitHub GitLab Quality Downloads Version
github gitlab quality downloads Version

Example Playbook

This example is taken from molecule/resources/converge.yml and is tested on each push, pull request and release.

---
- name: Converge
  hosts: all
  become: yes
  gather_facts: no

  roles:
    - role: robertdebock.bootstrap

Also see a full explanation and example on how to use these roles.

Role Variables

These variables 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

Requirements

Context

This role is a part of many compatible roles. Have a look at the documentation of these roles for further information.

Here is an overview of related roles: dependencies

Compatibility

This role has been tested on these container images:

container tags
amazon Candidate
el 7, 8
debian all
fedora all
opensuse all
ubuntu focal, bionic

The minimum version of Ansible required is 2.10, tests have been done to:

  • The previous version.
  • The current version.
  • The development version.

Exceptions

Some variarations of the build matrix do not work. These are the variations and reasons why the build won't work:

variation reason
alpine:edge Failed to create temporary directory.

If you find issues, please register them in GitHub

License

Apache-2.0

Contributors

I'd like to thank everybody that made contributions to this repository. It motivates me, improves the code and is just fun to collaborate.

Author Information

Robert de Bock

Please consider sponsoring me.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].