ansible

Ansible playbooks and roles to provision low-level infrastructure at soeren.cloud

Stars
0
Committers
2

ansible

This is my collection of privately used Ansible playbooks and roles which powers my own hybrid cloud.

Requirements

  1. Install Ansible:

    1. Using pip: pip3 install ansible
  2. Run git clone https://github.com/soerenschneider/ansible.git to clone this repository to your local drive.

  3. Run ansible-galaxy install -r requirements.yml inside this directory to install required Ansible roles.

  4. Define an Ansible inventory that matches your infrastructure.

  5. Choose a playbook and run it: ansible-playbook -i path-to-your-inventory path-to-the-playbook

Related Projects