add feature checklist and update example gif
This commit is contained in:
parent
4f93ca4946
commit
ef4083e64e
13
README.md
13
README.md
|
@ -1,11 +1,20 @@
|
||||||
# ansible-experiments
|
# ansible-experiments
|
||||||
:microscope: Ansible experimentation
|
:microscope: Ansible experimentation
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue