Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petr-korobeinikov/ansible-galaxy-usage-example
Ansible Galaxy usage example.
https://github.com/petr-korobeinikov/ansible-galaxy-usage-example
ansible ansible-galaxy infrastructure-as-code infrastructure-management
Last synced: about 1 month ago
JSON representation
Ansible Galaxy usage example.
- Host: GitHub
- URL: https://github.com/petr-korobeinikov/ansible-galaxy-usage-example
- Owner: petr-korobeinikov
- Created: 2016-05-15T14:04:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T14:43:56.000Z (over 8 years ago)
- Last Synced: 2024-11-06T12:53:55.834Z (3 months ago)
- Topics: ansible, ansible-galaxy, infrastructure-as-code, infrastructure-management
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-galaxy-usage-example
$ cp Vagrantfile.dist Vagrantfile
$ vagrant up
$ cd ansible
$ cp ansible.cfg.dist ansible.cfg
$ ansible-galaxy install -r requirements.yml
$ ansible-playbook -i inventory/vagrant playbook.yml