AlbanAndrieu.pagespeed
roles/alban_andrieu_pagespeed
This file was generated by Ansigenome. Do not edit this file directly but instead have a look at the files in the ./meta/ directory.
Ensures that mod pagespeed is installed (using apt) on apache
Installation
This role requires at least Ansible v2.3.0.0. To install it, run:
Using ansible-galaxy:
$ ansible-galaxy install alban.andrieu.pagespeed
Using arm (Ansible Role Manager):
$ arm install alban.andrieu.pagespeed
Using git:
$ git clone https://github.com/AlbanAndrieu/ansible-pagespeed.git
Role dependencies
geerlingguy.apache
Documentation
More information about alban.andrieu.pagespeed can be found in the
Role variables
List of default variables available in the inventory:
pagespeed_enabled: yes # Enable module
pagespeed_dir_tmp: "/tmp" # or override with "{{ tempdir.stdout }} in order to have be sure to download the file"
pagespeed_package_arch: "amd64"
pagespeed_package_deb: "mod-pagespeed-stable_current_{{ pagespeed_package_arch }}.deb"
pagespeed_url: "https://dl-ssl.google.com/dl/linux/direct/{{ pagespeed_package_deb }}"
Detailed usage guide
Describe how to use in more detail...
Testing
$ ansible-galaxy install alban.andrieu.pagespeed
$ vagrant up
Contributing
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests.
For pull requests, editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests and examples for any new or changed functionality.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Authors and license
roles/alban_andrieu_pagespeed role was written by:
- Alban Andrieu | e-mail | Twitter | GitHub
License
- License: GPLv3
Feedback, bug-reports, requests, ...
Are welcome!
This role is part of the Nabla project. README generated by Ansigenome.
Alban Andrieu
ansible-galaxy install AlbanAndrieu.pagespeed