diff --git a/docs/books/learning_ansible/01-basic.md b/docs/books/learning_ansible/01-basic.md index 9065b54dea..8d692fd33e 100644 --- a/docs/books/learning_ansible/01-basic.md +++ b/docs/books/learning_ansible/01-basic.md @@ -26,6 +26,19 @@ In this chapter you will learn how to work with Ansible. **** +When it comes to Ansible, you have to mention its author, Michael DeHaan, the founder of tools such as Cobbler and Ansible. + +![Michael DeHaan](images/Michael_DeHaan01.jpg) + +|Time period|Company|Post| +|---|---|---| +|2013-03 ~ |AnsibleWorks open source company|CTO| +|2011-06 ~ 2012-11|Rpath, founded in 2005, was closed on May 1, 2013.|Senior Engineer| +|2010-02 ~ 2010-07|Puppet|Product Manager| +|2006-03 ~ 2009-10|Red Hat|Senior Software Engineer| + +The earliest first version was 0.0.1, released on March 9, 2012. on October 17, 2015, AnsibleWorks was acquired by Red Hat for $150 million. + Ansible centralizes and automates administration tasks. It is: * **agentless** (it does not require specific deployments on clients), diff --git a/docs/books/learning_ansible/images/Michael_DeHaan01.jpg b/docs/books/learning_ansible/images/Michael_DeHaan01.jpg new file mode 100644 index 0000000000..c1bf122ce8 Binary files /dev/null and b/docs/books/learning_ansible/images/Michael_DeHaan01.jpg differ