Guest User

Untitled

a guest
Jan 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. apt-get update -y && add-apt-repository ppa:certbot/certbot -y && apt-get update -y
  2. apt-get upgrade nginx python-certbot-nginx -y
  3.  
  4. - hosts: localhost
  5. connection: local
  6. become: true
  7.  
  8. tasks:
  9. - name: install nginx
  10. apt: pkg=nginx state=installed update_cache=true
Add Comment
Please, Sign In to add comment