Add option to have two services in one role and add phpvms_test
This commit is contained in:
parent
8065273196
commit
4a71c9c170
8 changed files with 33 additions and 16 deletions
|
|
@ -172,6 +172,9 @@ variable "services" {
|
|||
mail = optional(string)
|
||||
mail_smtp = optional(bool, true)
|
||||
mail_imap = optional(bool, false)
|
||||
ansible_role = optional(string)
|
||||
ansible_tasks = optional(string)
|
||||
ansible_vars = optional(string)
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue