We aren't even at the all-star game and Microsoft is talking about an update that will most likely be released during the World Series if not after.
A lot can happen in the world between now and the 2026 World Series, including the 2026 FIFA Cup.
Tell me about it again after the FIFA Cup is concluded. That should allow plenty of time to prepare for it.
They aren't going to want to. Most would just go with the 17 Pro and save money. Why would they want to spend $300 for basically the same thing? It's not worth it if there are hardly any changes from year to year.
Question
Haggis Veteran
Was not really sure where to post this really lol
Does anyone else use Ansible either personally or at work?
I use it at work to deploy applicaitons and configure environments. I use it in conjunction with Cloud Formation is AWS
At home i use it to build out and configure my home server
It does the following
- update_install_basics
Does a Yum Update and bring the fresh install up to date
Install some need to have things like curl, wget, rsync etc
- setup_mounts_fstab
Sets up my folder structure and adds the disks in the server to the FSTAB
- configure_nfs_shares
Add the above mounts to the NFS Server so they are shared on the network
- setup_smb_shares
Same as above but for Sambe for windows devices
- setup_transmission
Installs and sets up Transmission Daemon
- setup_plex_mediaserver
Installs and sets up Plex Media Server
- install_sonarr
Installs Sonarr and starts it
- install_radarr
Installs Radarr and starts it
- install_webmin
Installs Webmin
- install_awscli
Installs PIP and AWS CLI, grabs my details and configures access
- restore_sonarr
Grabs my SOnarr backups from S3 and restores sonarr
- restore_radarr
Grabs my Radarr backups from S3 and restores
- add_jobs_crontab
Setups the recurring jobs i have, 2 main ones that backup SOnarr and Radarr to S3 so the above role has a restore point
Link to comment
https://www.neowin.net/forum/topic/1376335-ansible/Share on other sites
1 answer to this question
Recommended Posts