Browse Source

Draft playbook for installing tools

Signed-off-by: Lucas A. Wilson <luke.wilson@dell.com>
Lucas A. Wilson 5 years ago
parent
commit
cad3d8d77c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      install_tools.yml

+ 9 - 0
install_tools.yml

@@ -0,0 +1,9 @@
+---
+- name: Install Change Personality Script
+  hosts: master
+  copy:
+    src: tools/change_personality
+    dest: /usr/sbin/
+    owner: root
+    group: root
+    mode: '0700'