]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix typos 1063/head
authorEduard Egorov <eduard.egorov@icl-services.com>
Tue, 1 Nov 2016 12:29:21 +0000 (12:29 +0000)
committerEduard Egorov <eduard.egorov@icl-services.com>
Tue, 1 Nov 2016 12:29:21 +0000 (12:29 +0000)
Signed-off-by: Eduard Egorov <eduard.egorov@icl-services.com>
infrastructure-playbooks/purge-cluster.yml
infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml

index fb4a16d66c1c60c8dcbf462c28eee7fe7421ded4..afa22401fe9c369a4b7adfcdc36b7b9609d14417 100644 (file)
 
 # Ubuntu 14.04
   - name: stop ceph rbd mirror on ubuntu
-    command: initctl stop ceph-rbd-mirorr cluster={{ cluster }} id=admin
+    command: initctl stop ceph-rbd-mirror cluster={{ cluster }} id=admin
     failed_when: false
     when:
       ansible_distribution == 'Ubuntu'
     when:
       ansible_distribution == 'Ubuntu'
 
-  - name: remove Upstart nad SysV files
+  - name: remove Upstart and SysV files
     shell: "find /etc -name '*ceph*' -delete"
     when:
       ansible_distribution == 'Ubuntu'
index 869463a6ed7cfae9abd9bc734fde74eadfdc2d31..e8fcbf8d67321b5acb9f09249746f8b9b1b14256 100644 (file)
@@ -48,7 +48,7 @@
 
   tasks:
 
-  - name: install docker and dependancies for the docker module
+  - name: install docker and dependencies for the docker module
     package:
       name: "{{ item }}"
       state: present
       enabled: no
 
   # NOTE(leseb): should we also create systemd files
-  # intead of running raw docker commands?
+  # instead of running raw docker commands?
   # It is probably more elegant but will require a template file...
   # which would make this single file playbook more complex