- /root/certbot_data/conf:/etc/nginx/ssl/:ro networks: - name: "{{ network_name }}" ipv4_address: "{{ ip_trader_nginx }}" - name: Check if nginx is listening ansible.builtin.wait_for: port: 443 delay: 5 timeout: 120 - name: Rabbitmq block: @@ -151,17 +165,19 @@ image...
Can be used to install and configure Filebeat on any Ubuntu host. Creates a valid configuration to send logs to logz.io ### Instructions 1. Optionally add your host to `devnet_hosts` in global section. See [working with inventory](https://docs.ansible.com/ansible/latest/user_guide/intro...
sudo apt-get install certbot python-certbot-apache Now, you can run certbot for the domain that you have: sudo certbot certonly -d example.com After going through the prompts, you should get to this output: IMPORTANT NOTES: - Congratulations! Your certificate and chain have been saved at: /...