infra-ansible icon indicating copy to clipboard operation
infra-ansible copied to clipboard

Tooling / Ansible to support the many aspects of infrastructure installation, setup and configuration.

Results 67 infra-ansible issues
Sort by recently updated
recently updated
newest added

Currently when trying to rerun an inventory or running a new inventory against existing components, the playbook will fail if an item already exists (ie: a project category). We probably...

The atlassian roles/playbooks should support using the vault for passwords only. Since passwords are currently part of the overall `atlassian` dictionary, and Ansible doesn't "merge" variables from two inventories/variables, it...

Currently it doesn't appear that we provide a way to assign group permissions to the space that we are copying. We should provide a way to also grant different levels...

enhancement

The manage-confluence-space currently copies an existing confluence space to another one, but does no sort of template processing. We should be able to set parameters and have them processed and...

enhancement

Currently the confluence role only allows you to copy an existing role. We should add functionality that allows us to create a blank space and apply some vanilla options to...

new feature

The many atlassian roles all support a dictionary of `atlassian` configuration. Common values found at a "higher level" of the dictionary should be used unless a more specific value is...

The test(s) (and corresponding inventory) found in the `config-pxe` role doesn't match the implementation. This should be updated.

Throughout the roles, anywhere it says ```state: latest``` should be switched to ```state: installed``` to prevent unexpected updates

The `config-dns-server` role should support running an inventory with multiple `master` type servers, belonging to separate groups, and hence have unique nsupdate keys. Currently this isn't possible and requires multiple...

Based on the `openshift-playbooks` PR found here: https://github.com/redhat-cop/openshift-playbooks/pull/185