Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 577 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 577 Bytes

My Ansible Playbooks

My perosnal Ansible playbooks

##Configuration

###Ansible configuration file You need the Ansible config file called 'ansible.cfg' with content as follows:

[defaults]
hostfile       = ./inventory/inventory.ini

###Inventory Create inventory file in folder inventory called 'inventory.ini' with your list of servers e.g.

##Usage

  • Upgrade server: $ ansible-playbook playbooks/upgrade.yml