Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thibauts/talk-ansible-best
Ansible
https://github.com/thibauts/talk-ansible-best
Last synced: 21 days ago
JSON representation
Ansible
- Host: GitHub
- URL: https://github.com/thibauts/talk-ansible-best
- Owner: thibauts
- Created: 2017-06-27T11:58:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T15:28:52.000Z (over 7 years ago)
- Last Synced: 2024-10-16T07:21:28.023Z (2 months ago)
- Language: JavaScript
- Size: 182 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/