Aria Automation supports integration with Ansible Open Source configuration management as well as with Ansible Automation Platform, fomerly Ansible Tower. After configuring an integration, we can add Ansible components to new or existing deployments from the cloud template editor.
This post demonstrates how to setup Ansible Open Source integration and how to use it in a cloud template.
On my Debian mail server and web server, I’m using Let’s Encrypt SSL certificates to provide secure communication between clients and my mail and web services.
In this article, I’ll describe how to setup an automatic SSL certificate renewal solution.
In the AWS EC2 console navigate to EC2 > Volumes and select the particular volume. Then select Modify volume from the Actions menu.
Set the new size and click Modify.
Since we are increasing the size of the volume, we must extend the file system to the new size of the volume. We can only do this when the volume enters the optimizing state. The modification might take a few minutes to complete.
Once the modification is completed, we log into the instance via SSH and resize the corresponding device.
Let’s verify the file system and type of the volume (in our example it is the root file system):
To extend the ext4 file system on the volume, we use the resize2fs command:
admin@srv:~$ sudo resize2fs /dev/nvme0n1p1
resize2fs 1.44.5 (15-Dec-2018)
Filesystem at /dev/nvme0n1p1 is mounted on /; on-line resizing required
old_desc_blocks = 2, new_desc_blocks = 2
The filesystem on /dev/nvme0n1p1 is now 2588667 (4k) blocks long
Let’s verify the file system of the volume:
admin@srv:~$ df -hT /dev/nvme0n1p1
Filesystem Type Size Used Avail Use% Mounted on
/dev/nvme0n1p1 ext4 9.7G 7.9G 1.3G 87% /
This website uses cookies to improve your experience. We'll assume you're ok with this.Accept
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.