diff --git a/README.md b/README.md new file mode 100644 index 0000000..1693bd9 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ + + +Ansible +========== + +This repository contains Ansible + +- playbooks +- roles +- variables +- inventory + +that is used to configure and manage various infrastructure components. + +Playbooks +--------- + +- [setup-ubuntu.yml](./setup-ubuntu.yml) - Configure Ubuntu server (apps, updates, users) + +Roles +----- + +- [ubuntu](./roles/ubuntu/README.md) - Configure Ubuntu server (apps, updates, users) + +License +------- + +[Apache 2.0](./LICENSE.md)