Ansible role to manage Ansible
Go to file
Paul Belanger d09205ec37 Initial commit
Change-Id: I82b75841e4b89d3f9243080d2cfc70ffdac2ff0a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-02-20 11:38:48 -05:00
defaults Initial commit 2019-02-20 11:38:48 -05:00
doc Initial commit 2019-02-20 11:38:48 -05:00
meta Initial commit 2019-02-20 11:38:48 -05:00
molecule Initial commit 2019-02-20 11:38:48 -05:00
tasks Initial commit 2019-02-20 11:38:48 -05:00
tests Initial commit 2019-02-20 11:38:48 -05:00
tools Initial commit 2019-02-20 11:38:48 -05:00
vars Initial commit 2019-02-20 11:38:48 -05:00
.gitignore Initial commit 2019-02-20 11:38:48 -05:00
.gitreview Added .gitreview 2019-01-22 15:52:23 +00:00
.zuul.yaml Initial commit 2019-02-20 11:38:48 -05:00
LICENSE Initial commit 2019-02-20 11:38:48 -05:00
README.rst Initial commit 2019-02-20 11:38:48 -05:00
bindep.txt Initial commit 2019-02-20 11:38:48 -05:00
requirements.txt Initial commit 2019-02-20 11:38:48 -05:00
test-requirements.txt Initial commit 2019-02-20 11:38:48 -05:00
tox.ini Initial commit 2019-02-20 11:38:48 -05:00

README.rst

ansible-role-ansible

Ansible role to manage ansible

Description

Ansible is the simplest way to automate apps and IT infrastructure.

Requirements

  • pip3 to be installed if using ansible_install_method: (git|pip)

See bindep.txt for role dependencies.

Packages

Package repository index files should be up to date before using this role, we do not manage them.

Role Variables

Dependencies

Example Playbook

- name: Install ansible
  hosts: foo
  roles:
    - ansible-role-ansible