KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ansible-playbooks
★ 18
Open GitHub ↗
my ansible playbooks
Download README (.md)
Explore Similar Repositories
rudp
:
Reliable UDP
DBuildStat
:
Tools to measure and visualize performance of building D programs
zabbix-hipchat-alerts
:
HipChat notification script for Zabbix
nycbudget
:
Using Jim Vallandingham's d3 tutorial to create a budget visualization for NYC
phys-units
:
Phys-Units: GNU Units compatible library for Ruby, formerly called as `Quanty'.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ansible-playbooks
?
Download (.md)
# Ansible Ubuntu 12.04 LTS stacks ref: [LAMP server-playbooks](https://github.com/fourkitchens/server-playbooks) and [5 minutes bootstrap](https://github.com/phred/5minbootstrap/) `carmudgeons.yml` provisions a LAMP digitalocean droplet `wordpress.yml` provisions a LAMP digitalocean droplet with Wordpress multisite install ## Setup Instructions This assumes you have Ansible installed, look at [getting started](http://ansible.cc/docs/gettingstarted.html) to get setup # cd ~/work/ansible && source hacking/env-setup # cd - && ansible-playbook wordpress.yml -u root After initial provisioning, root ssh access will be disabled, you will need to run `-K` to get prompted for sudo password: # ansible-playbook wordpress.yml -K