I am getting better at Ansible. I was about to update my nextcloud and Social only using ansible. Well rather 90% ansible coverage. I still had to run migration manually for mastodon and perform a few manual restart for nextcloud.
Conversation
Notices
-
Embed this notice
التنينوكس (dragnucs@social.touha.me)'s status on Monday, 28-Nov-2022 00:46:20 JST التنينوكس - Alex Gleason likes this.
-
Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Monday, 28-Nov-2022 00:47:51 JST Alex Gleason @dragnucs Every time I don’t use Ansible, I wish I did. The thing I still haven’t figured out is how to test it easily without real servers.
-
Embed this notice
التنينوكس (dragnucs@social.touha.me)'s status on Monday, 28-Nov-2022 00:50:08 JST التنينوكس @alex You can test it on local servers. Or just not test it. There is also a check mode that performs a dry run of the playbooks.
Alex Gleason likes this. -
Embed this notice
flappypaddle (flappypaddle@shitpost.racing)'s status on Monday, 28-Nov-2022 00:53:55 JST flappypaddle It's not all that hard. Just setup your hosts and specific groups/etc. Here's a quick "Who I am and stats." -
> ansible all -m shell -a "uname -a ; uptime ; df -h"Alex Gleason likes this.