This website works better with JavaScript.
Home
Explore
Help
Sign In
ansible-roles
/
apache
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
added example playbook
tags/v1.1
Ramiro de Zavalia
5 years ago
parent
0a7a69d6fc
commit
c01c626df2
2 changed files
with
15 additions
and
0 deletions
Unified View
Show Diff Stats
6
0
playbook/README.md
9
0
playbook/playbook.yml
+ 6
- 0
playbook/README.md
View File
# Example Playbook
To run the playbook:
$ ansible-playbook playbook/example.yml
It will deploy an apache web server on the localhost
+ 9
- 0
playbook/playbook.yml
View File
---
- hosts: localhost
vars:
apache_remove_default_vhost: yes
roles:
- role: apache
Write
Preview
Loading…
Cancel
Save