I hereby claim:
- I am backeby on github.
- I am andrebackeby (https://keybase.io/andrebackeby) on keybase.
- I have a public key whose fingerprint is 7A7D 5D08 5F3F CD29 BB08 2E71 F805 7AA7 3186 4125
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
--- | |
- name: Compile NGINX from sources | |
hosts: webserver | |
vars: | |
nginx_version: nginx-1.13.4 | |
nginx_tarball_url: "http://nginx.org/download/{{ nginx_version }}.tar.gz" | |
nginx_install_dir: "/tmp/{{ nginx_version }}" | |
nginx_sbin_path: "/usr/sbin/nginx" | |
nginx_conf_path: "/etc/nginx/nginx.conf" |