diff options
Diffstat (limited to 'opt/infra/roles/docker')
-rw-r--r-- | opt/infra/roles/docker/handlers/main.yml | 8 | ||||
-rw-r--r-- | opt/infra/roles/docker/tasks/main.yml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/opt/infra/roles/docker/handlers/main.yml b/opt/infra/roles/docker/handlers/main.yml index 985f8d41..dddbdc6b 100644 --- a/opt/infra/roles/docker/handlers/main.yml +++ b/opt/infra/roles/docker/handlers/main.yml @@ -1,3 +1,11 @@ +############################################################################## +# Copyright (c) 2017 ZTE Corporation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## --- - name: starting docker service become: true diff --git a/opt/infra/roles/docker/tasks/main.yml b/opt/infra/roles/docker/tasks/main.yml index 1cf3bea0..6cf0a6b5 100644 --- a/opt/infra/roles/docker/tasks/main.yml +++ b/opt/infra/roles/docker/tasks/main.yml @@ -1,3 +1,11 @@ +############################################################################## +# Copyright (c) 2017 ZTE Corporation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## - name: adding keys become: true apt_key: keyserver=hkp://p80.pool.sks-keyservers.net id=0X58118E89F3A912897C070ADBF76221572C52609D |