ansible-role-nginx/tests/test.yml
Frederik Wille 3063875875 add official nginx ppa for ubuntu
adds ppa:nginx to apt repositories when
nginx_use_ppa is set to yes (default no)

nginx_ppa_version can be either "stable" or "development"

this will reinstall nginx if ppa was just added to ensure that the ppa
version will be installed
2016-02-09 10:06:08 +01:00

7 lines
109 B
YAML

---
- hosts: localhost
remote_user: root
roles:
- role: ansible-role-nginx
nginx_use_ppa: true