# hexo-deployer-ansible

> Ansible deployer plugin of Hexo.

Latest version **0.1.0** (published 2016-02-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install hexo-deployer-ansible
pnpm add hexo-deployer-ansible
yarn add hexo-deployer-ansible
bun add hexo-deployer-ansible
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2016-02-22 |
| First published | 2016-02-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Yuyou Chow |
| Maintainers | zyuyou |
| Keywords | hexo, ansible, deploy, deployer |

## Links

- npm: https://www.npmjs.com/package/hexo-deployer-ansible
- Repository: https://github.com/zyuyou/hexo-deployer-rsync
- Homepage: https://github.com/zyuyou/hexo-deployer-rsync#readme
- Issues: https://github.com/zyuyou/hexo-deployer-rsync/issues
- npm.io page: https://npm.io/package/hexo-deployer-ansible

## Dependencies (2)

- [chalk](https://npm.io/package/chalk.md) ^1.1.1
- [hexo-util](https://npm.io/package/hexo-util.md) ^0.5.3

## Alternatives

- [postcss-color-hex-alpha](https://npm.io/package/postcss-color-hex-alpha.md) — 6.4M weekly downloads
- [randomcolor](https://npm.io/package/randomcolor.md) — 348.0K weekly downloads
- [bows](https://npm.io/package/bows.md) — 1.3K weekly downloads
- [ep_prefer_color_scheme](https://npm.io/package/ep_prefer_color_scheme.md) — 260 weekly downloads
- [coc-yank](https://npm.io/package/coc-yank.md) — 61 weekly downloads

## Recent versions

- 0.1.0 (latest) — 2016-02-22

## README

# hexo-deployer-ansible

[![NPM version](https://badge.fury.io/js/hexo-deployer-rsync.svg)](http://badge.fury.io/js/hexo-deployer-rsync)

Ansible deployer plugin for [Hexo].

## Installation

``` bash
$ npm install hexo-deployer-ansible --save
```

## Options

You can configure this plugin in `_config.yml`.

``` yaml
deploy:
  type: ansible
  host: <host>
  user: <user>
  root: <root>
  delete: [true|false] # Default is true
  compress: [true|false] # Default is true
  archive: [true|false] # Default is false
  args: <ansible args>
  verbose: [true|false] # Default is true
```

- **host**: Address of remote host  
- **user**: Username  
- **root**: Root directory of remote host   
- **delete**: Delete old files on remote host
- **archive**: Mirrors the rsync archive flag, enables recursive, links, perms, times, owner, group flags and -D.
- **compress**: Compress file data during the transfer. In most cases, leave this enabled unless it causes problems.
- **args**: Ansible arguments
- **verbose**: Display verbose messages
- **ignore_errors**: Ignore errors

## License

MIT

[Hexo]: http://hexo.io/

---
_Source: https://npm.io/package/hexo-deployer-ansible · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
