cd6e97516d7bb4f4d65887c3de5020cd13f82fba
[compass4nfv.git] /
1 ##############################################################################
2 # Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10
11 - name: create odl group
12   group: name=odl system=yes state=present
13
14 - name: create odl user
15   user:
16     name: odl
17     group: odl
18     home: "{{ odl_home }}"
19     createhome: "yes"
20     system: "yes"
21     shell: "/bin/false"