]> git.phdru.name Git - ansible.git/commitdiff
Fix plays and tasks names
authorOleg Broytman <phd@phdru.name>
Tue, 16 Jul 2019 00:35:16 +0000 (03:35 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 16 Jul 2019 23:57:08 +0000 (02:57 +0300)
playbooks/adjtimex.yml
playbooks/debian-init-system.yml
playbooks/debian-update-all-apt.yml
playbooks/roles/debian-phd/tasks/setup-home.yml
playbooks/roles/debian-sudo/tasks/main.yml

index 7101e79ee82ec9a7f44f57012fc3a338de5b72f3..de0709061dc218b4c569086716e2d0aa21e3b167 100644 (file)
@@ -1,9 +1,9 @@
-- name: adjtimex: sync time and adjust kernel coefficients
+- name: "adjtimex: sync time and adjust kernel coefficients"
   hosts: "{{ hosts | default('all') }}"
   gather_facts: false
   become: true
   tasks:
-    - name: Copy the script
+    - name: Copy the script adjtimex.sh
       copy:
         src: ~/admin/prog/adjtimex.sh
         dest: /usr/local/sbin/adjtimex.sh
index d0d28b60ca7bfe1175668b8d2d41bc7bdbda367f..61be2f431693c47e14c53b24601cdae6fa7400a0 100644 (file)
@@ -1,4 +1,4 @@
-- name: Create user phd
+- name: Configure Debain system
   hosts: "{{ hosts | default('servers') }}"
   gather_facts: false
   roles:
index 8422c489fdd79ce753cc86e0f0c1e8e288956e7e..40a1af70df7b6865e9bb5fbc884300bd14750efe 100644 (file)
@@ -3,7 +3,7 @@
   become: yes
   gather_facts: false
   tasks:
-    - name: Updating host using apt
+    - name: Update system using apt
       apt:
         autoclean: yes
         autoremove: yes
index a000aec35c14a140b455f949c9c9743f5b7d1178..8f7b112b7b8aa5801b2d1a2a2e693e8e36f4850a 100644 (file)
@@ -1,4 +1,4 @@
-- name: Upload and extract archive
+- name: Upload and extract home archive
   unarchive:
     src: ~/archive/STORE/phd/Home/phd.tar.bz2
     dest: /home
index 242a373244d2595d310e4d479d70ea1128bc907d..c9bea00b85a00b44bc2e9a98a74f01144e8ca9b0 100644 (file)
@@ -13,7 +13,7 @@
     append: yes
     groups: sudo
 
-- name: Allow passwordless operations
+- name: Allow passwordless operations for phd
   become: true
   copy:
     content: 'phd      ALL=(ALL:ALL) NOPASSWD: ALL'