[tutorial Rougail 2.0] a leadership family
Apero configuration =================== Add access variables (login and password) --- env_apero: access: - login: srep password: oIJuheu27__u2 - login: snom password: oIJuheu27__u2 Examples of Ops inventory file ============================== 1/ VALID: 2/ INVALID, login and password are mandatory if a list is set: --- env_apero: access: - login: srep - login:
This commit is contained in:
parent
6ff4392e2b
commit
fd48879373
1 changed files with 22 additions and 0 deletions
22
Rougail/socle/04-apero.yml
Normal file
22
Rougail/socle/04-apero.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
version: '1.0'
|
||||
env_apero:
|
||||
description: Apero service
|
||||
access:
|
||||
description: Add access informations to Apero service
|
||||
help: |
|
||||
To access to Apero service, other services need an account and
|
||||
a password.
|
||||
type: leadership
|
||||
login:
|
||||
description: Login name
|
||||
help: |
|
||||
The account name is typically the name of foreign services.
|
||||
type: unix_user
|
||||
multi: true
|
||||
mandatory: false
|
||||
test:
|
||||
- srep
|
||||
password:
|
||||
description: Password
|
||||
type: secret
|
Loading…
Reference in a new issue