Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 852 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 852 Bytes

Ansible Playbook Files

Quick Setup

  1. Install Ansible on your host controller system.
  2. Update the inventory file with server IP addresses/FQDNs.
  3. Ensure servers are reachable via SSH from the host.
  4. Run playbooks using: ansible-playbook your_playbook.yml.

Playbooks and Functionalities

Playbook Name Functionality
setup.yml Installs docker on Debian servers.
containers.yml Runs the mentioned containers on the servers.

For detailed instructions on how to run the playbooks, further customization, and more advanced features, please refer to the official Ansible documentation. Happy automating!