
Security News
Python Adopts Standard Lock File Format for Reproducible Installs
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
ansible-web-playbooks
Advanced tools
Playbook roles for the web, modern server orchestration powered by Ansible
Set of playbook roles to orchestrate your web servers, powered by Ansible.
$ tree roles -L 2
roles
├── ansible
│ ├── accelerated
│ ├── facts
│ ├── fireball
│ └── setup
├── database
│ ├── beanstalkd
│ ├── mongodb
│ ├── mysql
│ └── redis
├── networking
│ ├── avahi
│ ├── interfaces
│ ├── openvpn
│ ├── transmission
│ └── x2go
├── system
│ ├── boot
│ ├── docker
│ ├── sudo
│ └── vlc
└── web
├── apache2
├── nginx
├── nodejs
├── php5
└── varnish
$ vagrant up
$ ansible-playbook -i vagrant_inventory playbook.yml --tag apt_update,mongodb,nodejs
Clone the repo, git clone git://github.com/mgcrea/ansible-web-playbooks.git
, download the latest release or install with npm npm install ansible-web-playbooks
.
WebPlaybooks is tested with vagrant
against the latest stable release of Ansible.
$ vagrant up
$ ansible-playbook -i vagrant_ansible_inventory_default playbook.yml
Please submit all pull requests the against master branch. Thanks!
Olivier Louvignes
The MIT License
Copyright (c) 2013-2014 Olivier Louvignes
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
FAQs
Playbook roles for the web, modern server orchestration powered by Ansible
We found that ansible-web-playbooks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
Security News
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.