Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 395 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 395 Bytes

First steps

  • login as root
  • apt-get install software-properties-common && apt-add-repository ppa:ansible/ansible -y && apt update && apt upgrade -y
  • git config --global user.name ""
  • git config --global user.email
  • apt install -y etckeeper ansible
  • git clone [email protected]:fliespl/bigmike-server-config.git /ansible
  • cd /ansible
  • ansible-playbook -i hosts site.yml