Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mr-dxdy/static-deploy

Ansible static site deploy
https://github.com/mr-dxdy/static-deploy

ansible ansible-galaxy ansible-roles

Last synced: 18 days ago
JSON representation

Ansible static site deploy

Awesome Lists containing this project

README

        

Ansible static site deploy
=============================

## Example

``` yaml
- hosts: localhost
remote_user: user
roles:
- {
role: mr-dxdy.static-deploy,
deploy_to: "/srv/www/static-deploy", # required
deploy_from: "dest", # by default directory build
keep_releases: 3, # by default 5
linked_sample_files: [ 'babel_settings.js', 'config/secrets.js' ], # by default empty array
sample_extname: 'example' # by default sample
}
```