Commit graph

3 commits

Author SHA1 Message Date
0adf7aea25 [tutorial Rougail 2.2] calculed variable
Apero configuration
===================

Get password from an user
2023-12-18 11:34:33 +01:00
0fbde320ae [tutorial Rougail 2.1] a choice option
Apero configuration
===================

Login is now mandatory
Use an existant user login

---
env_apero:
  access:
    - login: srep
      password: oIJuheu27__u2
    - login: snom
      password: oIJuheu27__u2
env_srep:
  apero_user: srep

Examples of Ops inventory file
==============================

1/ INVALID, use an unexisted user:

---
env_apero:
  access:
    - login: srep
      password: oIJuheu27__u2
    - login: snom
      password: oIJuheu27__u2
env_srep:
  apero_user: unknown
2023-12-18 11:34:33 +01:00
fd48879373 [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:
2023-12-18 11:34:32 +01:00