AnsibleWorks -> Ansible

This commit is contained in:
Michael DeHaan 2014-01-28 11:38:52 -05:00
parent 83f43b82ad
commit d07a3b5e9b
13 changed files with 32 additions and 32 deletions

View file

@ -17,7 +17,7 @@ You can help share Ansible with others by telling friends and colleagues, writin
or presenting at user groups (like DevOps groups or the local LUG or BUG). You are also or presenting at user groups (like DevOps groups or the local LUG or BUG). You are also
welcome to share slides on speakerdeck, sign up for a free account and tag it “Ansible”. On Twitter, welcome to share slides on speakerdeck, sign up for a free account and tag it “Ansible”. On Twitter,
you can also share things with #ansible and may wish you can also share things with #ansible and may wish
to follow [@AnsibleWorks](https://twitter.com/ansibleworks). to follow [@Ansible](https://twitter.com/ansible).
Sharing Content and Tips Sharing Content and Tips
------------------------ ------------------------
@ -73,7 +73,7 @@ in! Patches should be made against the 'devel' branch.
Contributions can be for new features like modules, or to fix bugs you or others have found. If you Contributions can be for new features like modules, or to fix bugs you or others have found. If you
are interested in writing new modules to be included in the core Ansible distribution, please refer are interested in writing new modules to be included in the core Ansible distribution, please refer
to the [Module Developers documentation on our website](http://www.ansibleworks.com/docs/developing_modules.html). to the [Module Developers documentation on our website](http://docs.ansible.com/developing_modules.html).
Ansible's aesthetic encourages simple, readable code and consistent, conservatively extending, Ansible's aesthetic encourages simple, readable code and consistent, conservatively extending,
backwards-compatible improvements. Code developed for Ansible needs to support Python 2.6+, backwards-compatible improvements. Code developed for Ansible needs to support Python 2.6+,
@ -121,7 +121,7 @@ Online Resources
Documentation Documentation
------------- -------------
The main ansible documentation can be found at [ansibleworks.com/docs](http://ansibleworks.com/docs). The main ansible documentation can be found at [docs.ansible.com](http://docs.ansible.com).
As mentioned above this is an open source project, so we accept contributions to the documentation. As mentioned above this is an open source project, so we accept contributions to the documentation.
You can also find some best practices examples that we recommend reading at You can also find some best practices examples that we recommend reading at
[ansible-examples](http://github.com/ansible/ansible-examples). [ansible-examples](http://github.com/ansible/ansible-examples).
@ -157,17 +157,17 @@ development work, or getting help from other users.
Miscellaneous Information Miscellaneous Information
========================= =========================
AnsibleWorks Staff Staff
------------------ -----
AnsibleWorks is a company supporting Ansible and building additional solutions based on Ansible, Inc is a company supporting Ansible and building additional solutions based on
Ansible. We also do services and support for those that are interested. Our most Ansible. We also do services and support for those that are interested. Our most
important task however is enabling all the great things that happen in the Ansible important task however is enabling all the great things that happen in the Ansible
community, including organizing software releases of Ansible. For more information about community, including organizing software releases of Ansible. For more information about
any of these things, contact info@ansibleworks.com any of these things, contact info@ansible.com
On IRC, you can find us as mdehaan, jimi_c, Tybstar, and others. On the mailing list, On IRC, you can find us as mdehaan, jimi_c, Tybstar, and others. On the mailing list,
we post with an @ansibleworks.com address. we post with an @ansible.com address.
Community Code of Conduct Community Code of Conduct
------------------------- -------------------------

View file

@ -6,11 +6,10 @@ Ansible
Ansible is a radically simple configuration-management, deployment, task-execution, and Ansible is a radically simple configuration-management, deployment, task-execution, and
multinode orchestration framework. multinode orchestration framework.
Read the documentation and more at http://ansibleworks.com/ Read the documentation and more at http://ansible.com/
Many users run straight from the development branch (it's generally fine to do so), but you might also wish to consume a release. You can find Many users run straight from the development branch (it's generally fine to do so), but you might also wish to consume a release. You can find
instructions [here](http://ansibleworks.com/docs/intro_getting_started.html) for a variety of platforms. If you want a tarball of the last release, go to instructions [here](http://docs.ansible.com/intro_getting_started.html) for a variety of platforms. If you want a tarball of the last release, go to [releases.ansible.com](http://releases.ansible.com/ansible) and you can also install with pip.
http://ansibleworks.com/releases/ and you can also install with pip.
Design Principles Design Principles
================= =================
@ -43,7 +42,7 @@ Branch Info
Author Author
====== ======
Michael DeHaan -- michael@ansibleworks.com Michael DeHaan -- michael@ansible.com
[AnsibleWorks](http://ansibleworks.com) [Ansible, Inc](http://ansible.com)

View file

@ -2,7 +2,7 @@
######################################################################## ########################################################################
# #
# (C) 2013, James Cammarata <jcammarata@ansibleworks.com> # (C) 2013, James Cammarata <jcammarata@ansible.com>
# #
# This file is part of Ansible # This file is part of Ansible
# #

View file

@ -1,7 +1,7 @@
Homepage and documentation source for Ansible Homepage and documentation source for Ansible
============================================= =============================================
This project hosts the source behind [ansibleworks.com/docs](http://www.ansibleworks.com/docs/) This project hosts the source behind [docs.ansible.com](http://docs.ansible.com/)
Contributions to the documentation are welcome. To make changes, submit a pull request Contributions to the documentation are welcome. To make changes, submit a pull request
that changes the reStructuredText files in the "rst/" directory only, and Michael can that changes the reStructuredText files in the "rst/" directory only, and Michael can
@ -24,5 +24,6 @@ in the module source, rather than in docsite source.
To install sphinx and the required theme, install pip and then "pip install sphinx sphinx_rtd_theme" To install sphinx and the required theme, install pip and then "pip install sphinx sphinx_rtd_theme"
[file issues]: https://github.com/ansible/ansible/issues [file issues]: https://github.com/ansible/ansible/issues
[module-docs]: http://www.ansibleworks.com/docs/developing_modules.html#documenting-your-module [module-docs]: http://docs.ansible.com/developing_modules.html#documenting-your-module

View file

@ -29,7 +29,7 @@ sys.path.insert(0, os.path.join('ansible', 'lib'))
sys.path.append(os.path.abspath('_themes')) sys.path.append(os.path.abspath('_themes'))
VERSION='0.01' VERSION='0.01'
AUTHOR='AnsibleWorks' AUTHOR='Ansible, Inc'
# General configuration # General configuration
@ -55,7 +55,7 @@ master_doc = 'index'
# General substitutions. # General substitutions.
project = 'Ansible Documentation' project = 'Ansible Documentation'
copyright = "2013 AnsibleWorks" copyright = "2013 Ansible, Inc"
# The default replacements for |version| and |release|, also used in various # The default replacements for |version| and |release|, also used in various
# other places throughout the built documents. # other places throughout the built documents.

View file

@ -1,5 +1,5 @@
# config file for ansible -- http://ansibleworks.com/ # config file for ansible -- http://ansible.com/
# ================================================== # ==============================================
# nearly all parameters can be overridden in ansible-playbook # nearly all parameters can be overridden in ansible-playbook
# or with command line flags. ansible will read ~/.ansible.cfg, # or with command line flags. ansible will read ~/.ansible.cfg,

View file

@ -99,7 +99,7 @@ class Task(object):
if isinstance(ds[x], basestring) and ds[x].lstrip().startswith("{{"): if isinstance(ds[x], basestring) and ds[x].lstrip().startswith("{{"):
utils.warning("It is unneccessary to use '{{' in conditionals, leave variables in loop expressions bare.") utils.warning("It is unneccessary to use '{{' in conditionals, leave variables in loop expressions bare.")
elif x.startswith("when_"): elif x.startswith("when_"):
utils.deprecated("The 'when_' conditional has been removed. Switch to using the regular unified 'when' statements as described in ansibleworks.com/docs/.","1.5", removed=True) utils.deprecated("The 'when_' conditional has been removed. Switch to using the regular unified 'when' statements as described on docs.ansible.com.","1.5", removed=True)
if 'when' in ds: if 'when' in ds:
raise errors.AnsibleError("multiple when_* statements specified in task %s" % (ds.get('name', ds['action']))) raise errors.AnsibleError("multiple when_* statements specified in task %s" % (ds.get('name', ds['action'])))

View file

@ -1,4 +1,4 @@
# (c) 2013-2014, Benno Joy <benno@ansibleworks.com> # (c) 2013-2014, Benno Joy <benno@ansible.com>
# #
# This file is part of Ansible # This file is part of Ansible
# #

View file

@ -6,9 +6,9 @@ pkgver(){
git describe --tags --long | sed 's/^v//;s/-/./g' git describe --tags --long | sed 's/^v//;s/-/./g'
} }
pkgrel=1 pkgrel=1
pkgdesc="A radically simple deployment, model-driven configuration management, and command execution framework" pkgdesc="A radically simple IT automation"
arch=('any') arch=('any')
url="http://www.ansibleworks.com" url="http://www.ansible.com"
license=('GPL3') license=('GPL3')
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml') depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
makedepends=('git' 'asciidoc' 'fakeroot') makedepends=('git' 'asciidoc' 'fakeroot')

View file

@ -11,8 +11,8 @@ supported_archs noarch
maintainers nomaintainer maintainers nomaintainer
homepage http://ansibleworks.com/ homepage http://ansible.com/
description SSH-based configuration management and deployment system description Radically simple IT automation
long_description \ long_description \
Ansible is a radically simple model-driven configuration \ Ansible is a radically simple model-driven configuration \
management, multi-node deployment, and orchestration \ management, multi-node deployment, and orchestration \

View file

@ -4,7 +4,7 @@ PORTNAME= ansible
PORTVERSION= 1.0 PORTVERSION= 1.0
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= python net-mgmt CATEGORIES= python net-mgmt
MASTER_SITES= http://ansibleworks.com/releases/ MASTER_SITES= http://releases.ansible.com/ansible/
DISTNAME= ${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= briancoca+ansible@gmail.com MAINTAINER= briancoca+ansible@gmail.com

View file

@ -7,11 +7,11 @@
Name: %{name} Name: %{name}
Version: 1.5 Version: 1.5
Release: 1%{?dist} Release: 1%{?dist}
Url: http://www.ansibleworks.com Url: http://www.ansible.com
Summary: SSH-based configuration management, deployment, and orchestration engine Summary: SSH-based application deployment, configuration management, and IT orchestration platform
License: GPLv3 License: GPLv3
Group: Development/Libraries Group: Development/Libraries
Source: http://www.ansibleworks.com/releases/%{name}-%{version}.tar.gz Source: http://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}

View file

@ -19,8 +19,8 @@ setup(name='ansible',
version=__version__, version=__version__,
description='Radically simple IT automation', description='Radically simple IT automation',
author=__author__, author=__author__,
author_email='michael@ansibleworks.com', author_email='michael@ansible.com',
url='http://ansibleworks.com/', url='http://ansible.com/',
license='GPLv3', license='GPLv3',
install_requires=['paramiko', 'jinja2', "PyYAML"], install_requires=['paramiko', 'jinja2', "PyYAML"],
package_dir={ 'ansible': 'lib/ansible' }, package_dir={ 'ansible': 'lib/ansible' },