diff --git a/source/_sessions/automate-repetitive-tasks-ansible.md b/source/_sessions/automate-repetitive-tasks-ansible.md new file mode 100644 index 000000000..d8cf6129a --- /dev/null +++ b/source/_sessions/automate-repetitive-tasks-ansible.md @@ -0,0 +1,16 @@ +--- +title: Automate to manage repetitive tasks with Ansible +speakers: [Daniel Pickering] +use: [speakers] +--- +Many people now blog as a keep safe of knowledge and to share. With ansibles 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 ansibles 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 ansibles and why more people should use it. diff --git a/source/_speakers/daniel-pickering.md b/source/_speakers/daniel-pickering.md new file mode 100644 index 000000000..af403da74 --- /dev/null +++ b/source/_speakers/daniel-pickering.md @@ -0,0 +1,10 @@ +--- +name: Daniel Pickering +role: Full Stack Developer +organisation: Annertech +image: daniel-pickering.jpg +links: + drupalorg: ikit-claw + twitter: dclpuk +use: [sessions] +--- diff --git a/source/images/speakers/daniel-pickering.jpg b/source/images/speakers/daniel-pickering.jpg new file mode 100644 index 000000000..ec4501cb2 Binary files /dev/null and b/source/images/speakers/daniel-pickering.jpg differ