Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
ci-management
/
d3b95fcd6a1b4c59d6dbc2d13580b632f3893fd7
/
.
/
packer
/
provision
/
redis.yaml
blob: 307aecbc2609f3e2f2cf1cc646a862101d3d9e78 [
file
] [
log
] [
blame
]
---
-
import_playbook:
../common
-
packer/provision/baseline.yaml
-
hosts:
all
become_user:
root
become_method:
sudo
tasks:
-
name:
'Install Redis'
package:
name:
redis
state:
present
-
name:
'Enable service redis'
service:
name:
redis
state:
enable