Skip to content

Instantly share code, notes, and snippets.

View ezhulkov's full-sized avatar

Eugene Zhulkov ezhulkov

  • ohm sweet ohm
  • soft chair
View GitHub Profile
mysql> show variables;
+----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Variable_name | Value
code --install-extension bradgashler.htmltagwrap
code --install-extension bradymholt.pgformatter
code --install-extension ckolkman.vscode-postgres
code --install-extension dbaeumer.vscode-eslint
code --install-extension donjayamanne.githistory
code --install-extension eamodio.gitlens
code --install-extension eprincev-egor.toggle-upper-case
code --install-extension formulahendry.auto-rename-tag
code --install-extension glen-84.sass-lint
code --install-extension k--kato.intellij-idea-keybindings
[server]
SERVER
[server:vars]
server_name=SERVER
email=noc@gopractice.io
docker_nginx_ssl=true
- name: enabling ssl
block:
- name: certbot dirs
file: path={{item}} state=directory mode=0755 group=root owner=root
with_items:
- "/var/lib/certbot/www"
- "/var/log/certbot"
- "/var/lib/certbot/conf/live/{{server_name}}"
- name: creating dummy certificate
docker_container: