Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 783 Bytes

README.md

File metadata and controls

executable file
·
17 lines (12 loc) · 783 Bytes

This repository contains ansible scripts that defines several roles specifying the installation and configuration of a unique application on ubuntu distro e.g docker, nginx etc.

Usage: Install ansible in your control machine. Download the repository. Replace the host IP to your managed machines IPs and simply comment out any application item you do not wish to install on the managed machine and run the playbook.

Note: These roles are uniquely targeted at the debian distro currently.

Commands

  • Git Versioning


    • git add folder/file && git commit -m "action message"
    • git push # fill in the prompt details
  • Ansible Dry Run


    • ansible-playbook roles.yml --check -vvvv -K # fill in the prompt details