kayobe/ansible/requirements.yml
Mark Goddard 287acd1f92 Support configuration of user accounts
User accounts are configured during the following commands:

kayobe seed hypervisor host configure
kayobe seed host configure
kayobe overcloud host configure

The users are defined by the following variables:

seed_hypervisor_users
seed_users
controller_users
monitoring_users

The format required is described in the singleplatform-eng.users role
on Galaxy.

Any additional control plane hosts not in the controllers or monitoring
groups should define a 'users' variable.
2017-09-11 10:29:13 +00:00

18 lines
457 B
YAML

---
- src: ahuffman.resolv
- src: jriguera.configdrive
- src: MichaelRigart.interfaces
- src: mrlesmithjr.manage-lvm
- src: resmo.ntp
#- src: singleplatform-eng.users
- src: https://github.com/singleplatform-eng/ansible-users
version: append
name: singleplatform-eng.users
- src: stackhpc.drac
- src: stackhpc.drac-facts
- src: stackhpc.os-flavors
- src: stackhpc.os-images
- src: stackhpc.os-networks
- src: stackhpc.os-projects
- src: yatesr.timezone