https://github.com/akman/ansible-role-ocstore_rollback
Rollback ocStore application on Linux
https://github.com/akman/ansible-role-ocstore_rollback
Last synced: 5 months ago
JSON representation
Rollback ocStore application on Linux
- Host: GitHub
- URL: https://github.com/akman/ansible-role-ocstore_rollback
- Owner: Akman
- License: mit
- Created: 2017-08-25T11:42:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T12:36:47.000Z (almost 8 years ago)
- Last Synced: 2025-02-08T15:32:32.214Z (over 1 year ago)
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: ocstore_rollback
Rollback ocStore on Linux.
## Requirements
None.
## Role Variables
Available variables are listed below, along with default values:
ocstore_hostname: "localhost"
ocstore_www_root: "/var/www/{{ ocstore_hostname }}"
ocstore_releases_dir: "releases"
ocstore_current_dir: "current"
ocstore_remove_rolled_back: yes
ocstore_rollback_to_release: ""
## Dependencies
None.
## Example Playbook
- hosts: all
roles:
- Akman.ocstore_rollback
*Inside `vars/main.yml`*:
ocstore_hostname: "localhost"
ocstore_www_root: "/var/www/{{ ocstore_hostname }}"
ocstore_releases_dir: "releases"
ocstore_current_dir: "current"
ocstore_remove_rolled_back: yes
ocstore_rollback_to_release: ""
## License
MIT / BSD
## Author Information
This role was created in 2017 by Alexander Kapitman