Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thibauts/talk-ansible-best

Ansible
https://github.com/thibauts/talk-ansible-best

Last synced: 21 days ago
JSON representation

Ansible

Awesome Lists containing this project

README

        

Ansible
=======

Prérequis
---------

Installer vagrant : https://www.vagrantup.com/downloads.html

How to play
-----------

```bash
$ pip install ansible
$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ redis-cli set foo bar
$ npm install express redis body-parser
$ node index.js
```

Puis naviguer sur http://192.168.200.10/foo

Pour aller plus loin
--------------------

- https://www.ansible.com/
- http://docs.ansible.com/ansible/modules_by_category.html
- https://galaxy.ansible.com/