Move all files to 2019/
This commit is contained in:
parent
f59a1843de
commit
0b536af737
94 changed files with 0 additions and 0 deletions
17
2019/source/_sessions/automate-repetitive-tasks-ansible.md
Normal file
17
2019/source/_sessions/automate-repetitive-tasks-ansible.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: Automate to manage repetitive tasks with Ansible
|
||||
slot: 13
|
||||
speakers: [Daniel Pickering]
|
||||
use: [speakers]
|
||||
---
|
||||
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.
|
||||
|
||||
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 I’d recommend you create a script for it.
|
||||
|
||||
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.
|
||||
|
||||
Why repeat when you can automate.
|
||||
|
||||
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.
|
Reference in a new issue