           SPELL=ansible
         VERSION=2.14.1
  SECURITY_PATCH=5
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/archive/refs/tags/v$VERSION.tar.gz
     SOURCE_HASH=sha512:609bc51988708245ed7ba18105da86712c34c3f7a58a3e6b47463b9faebf30c5b02c17fbb8ee073c11cf2ed92ddad129ddd6d0abcf4a6d9503e26a9d33470612
if [[ ${ANSIBLE_SIMPLEINIT_MSB} == y ]]; then
         SOURCE2="${SPELL}-${BRANCH}-simpleinit-msb.patch"
  SOURCE2_URL[0]=http://ftp.sourcemage.us/mirror/${SOURCE2}
    SOURCE2_HASH=sha512:faff5fb1dfb8aa2fa8443256f4bdca616d743b6834ff48295d7dcd7d577046b742d2f6fc18560b8dcfb340c28e0f7eda5357eb22a8c89213977c64df941063ee
fi
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        DOC_DIRS=""
        WEB_SITE=http://ansible.com/
      LICENSE[0]=GPL
         ENTERED=20150806
           SHORT="radically simple IT automation system"
cat << EOF
Ansible is a radically simple IT automation system.

It handles configuration-management, application deployment, cloud provisioning,
ad-hoc task-execution, and multinode orchestration - including trivializing
things like zero downtime rolling updates with load balancers.

Design principles:

* Have a dead simple setup process and a minimal learning curve
* Manage machines very quickly and in parallel
* Avoid custom-agents and additional open ports, be agentless by leveraging the
  existing SSH daemon
* Describe infrastructure in a language that is both machine and human friendly
* Focus on security and easy auditability/review/rewriting of content
* Manage new remote machines instantly, without bootstrapping any software
* Allow module development in any dynamic language, not just Python
* Be usable as non-root
* Be the easiest IT automation system to use, ever.

This spell corresponds to Ansible Core.
EOF
