add feature checklist and update example gif

This commit is contained in:
Bryan Black 2018-09-02 15:21:21 -07:00 committed by GitHub
parent 4f93ca4946
commit ef4083e64e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,20 @@
# ansible-experiments
:microscope: Ansible experimentation
![](https://thumbs.gfycat.com/FalseGranularDogwoodclubgall-size_restricted.gif)
### What can these playbooks do?
### [Use _Ansible_ to install OS updates](/package_updates)
Features | Ubuntu | Debian | FreeBSD |
-------------------------------------------------|--------|--------|---------|
💾 [Update packages and OS][pkg_upd] | ✅ | ✅ | ✅ |
☁️ [Make & Cleanup EC2 AMI snapshots][ami] | ✅ | ✅ | ✅ |
🎛 [User account and dot file management][usr_mgmt] | ✅ | ✅ | ✅ |
[pkg_upd]: /package_updates
[ami]: /cleanup_ami_snapshots
[usr_mgmt]: /add-users-groups-authorized_keys-dot-files
![](https://cdn.ipfu.org/git/assets/gif/shell-ansible-experiments.gif)
## Contributors