Reorg buildvm/releng playbooks to use base and not duplicate parts of it.
This commit is contained in:
parent
5875104df3
commit
31b3c1be15
13 changed files with 12 additions and 216 deletions
|
@ -126,6 +126,11 @@
|
|||
- postfix
|
||||
- config
|
||||
|
||||
- name: enable postfix to start
|
||||
service: name=postfix state=running enabled=true
|
||||
tags:
|
||||
- service
|
||||
|
||||
#
|
||||
# This task installs some common scripts to /usr/local/bin
|
||||
# scripts are under roles/base/files/common-scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue