48 lines
634 B
Markdown
48 lines
634 B
Markdown
Role Name
|
|
=========
|
|
apache_formation
|
|
|
|
NOT FOR PRODUCTION USE
|
|
|
|
This role has been designed for training purpose
|
|
|
|
Requirements
|
|
------------
|
|
|
|
None
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
apache_server_name - nom du site
|
|
|
|
apache_service_name - nom du service
|
|
apache_package_name - nom du package
|
|
apache_config_dir - répertoire de config
|
|
apache_group_name - nom du groupe apache
|
|
#apache_listen_port - port d'écoute - defaut 80
|
|
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
None
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
---
|
|
- hosts: test
|
|
roles:
|
|
- apache_formation
|
|
|
|
License
|
|
-------
|
|
|
|
BSD
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
Thomas Constans <thomas@opendoor.fr>
|