dcbristol-2019-static/source/_sessions/automate-repetitive-tasks-ansible.md

18 lines
932 B
Markdown
Raw Normal View History

2019-05-20 23:03:40 +00:00
---
title: Automate to manage repetitive tasks with Ansible
2019-05-23 08:10:56 +00:00
slot: 13
2019-05-20 23:03:40 +00:00
speakers: [Daniel Pickering]
use: [speakers]
---
2019-05-29 09:31:46 +00:00
Many people now blog as a keep safe of knowledge and to share. With Ansible you can automate these processes and still share the files. You can build custom command libraries I like to think of as a CLI for your specific use case with a set of commands to save time and being more productive.
2019-05-20 23:03:40 +00:00
Ansible is designed to be a quick and effective tool to help remove repetitive tasks.
If you have to do the same task more than once a year Id recommend you create a script for it.
2019-05-29 09:31:46 +00:00
I feel that Ansible is really undered used by the drupal community and many tasks can be aided in completion by adding a little Ansible where needed.
2019-05-20 23:03:40 +00:00
Why repeat when you can automate.
2019-05-29 09:31:46 +00:00
I will give an overview of the ways it can be used and if we have time demonstrate some functionality of Ansible and why more people should use it.