mise au point
This commit is contained in:
40
README.md
40
README.md
@@ -11,35 +11,31 @@ Obviously an apache server, you'll probably want php and some certificates too.
|
||||
Role Variables
|
||||
--------------
|
||||
|
||||
apache_server_name
|
||||
apache_server_ip
|
||||
apache_ssl_root_email: email to use for certificate
|
||||
apache_server_alias (list)
|
||||
apache_user_password: default undefined
|
||||
apache_base_dir: /srv/{{ apache_server_name }}
|
||||
apache_document_root: {{ apache_base_dir }}/www
|
||||
apache_access_log: {{ apache_base_dir}}/logs/access_log
|
||||
apache_allowoverride: all
|
||||
apache_base_dir: /srv/{{ apache_server_name }}
|
||||
apache_db_login_password: from my.cnf
|
||||
apache_db_login_user: from root/.my.cnf
|
||||
apache_db_name: no default
|
||||
apache_db_password: no default
|
||||
apache_db_user: no default
|
||||
apache_document_root: {{ apache_base_dir }}/www
|
||||
apache_php_socket: {{ apache_base_dir }}/php-fpm.sock
|
||||
apache_use_php: true
|
||||
apache_use_ssl: true
|
||||
apache_use_dns: true - wether we setup up dns A and CNAME records
|
||||
apache_use_zabbix: true - wether we install script to monitor certificate expiry date
|
||||
apache_use_certbot: true
|
||||
apache_use_stats: true
|
||||
apache_server_alias (list)
|
||||
apache_server_ip
|
||||
apache_server_name
|
||||
apache_ssl_certificate: /etc/letsencrypt/live/{{ apache_server_name }}/cert.pem
|
||||
apache_ssl_chain: /etc/letsencrypt/live/{{ apache_server_name }}/fullchain.pem
|
||||
apache_ssl_key: /etc/letsencrypt/live/{{ apache_server_name }}/privkey.pem
|
||||
apache_user: {{ apache_server_name | regex_search( '([^.]+)' ) }} }}
|
||||
apache_allowoverride: all
|
||||
apache_update_conf: true - wether we override existing config file
|
||||
apache_ssl_root_email: email to use for certificate
|
||||
apache_ssl_root_email: email used for letsencrypt certificate
|
||||
apache_use_database: false
|
||||
apache_db_name: no default
|
||||
apache_db_user: no default
|
||||
apache_db_password: no default
|
||||
apache_db_login_user: from root/.my.cnf
|
||||
apache_db_login_password: from my.cnf
|
||||
|
||||
apache_use_dns: true - wether we setup up dns A and CNAME records
|
||||
apache_use_php: true
|
||||
apache_use_ssl: true
|
||||
apache_use_stats: true
|
||||
apache_user: {{ apache_server_name | regex_search( '([^.]+)' ) }} }}
|
||||
apache_user_password: default undefined
|
||||
Example Playbook
|
||||
----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user