Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mr-dxdy/static-deploy
- Owner: mr-dxdy
- Created: 2017-03-02T13:32:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T14:56:30.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T21:27:09.342Z (2 months ago)
- Topics: ansible, ansible-galaxy, ansible-roles
- Language: JavaScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
```