Skip to content
This repository has been archived by the owner on Feb 20, 2018. It is now read-only.
/ ltansible Public archive

WIP - Ansible scripts to automate standing up of lostechies.com (both remotely and locally for testing new changes)

License

Notifications You must be signed in to change notification settings

lostechies/ltansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lostechies ansible scripts

Make sure you have hosts populated in production file

Example:

[webservers]
11.11.11.11

[dbservers]
22.22.22.22

How to run:

ansible-playbook web.yaml -i production -u [username] -k

The -k will prompt you for the password. Look at ansible docs for how to avoid doing this.

Make sure to populate the variables in:

roles/common/vars/main.yaml
web.yaml
db.yaml

Suggestions and best practices welcome.

Ansible Documentation can be found here

Lostechies.com

About

WIP - Ansible scripts to automate standing up of lostechies.com (both remotely and locally for testing new changes)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published