From f677d891335afb81a060846896b77a7b4b106d1e Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 1 Dec 2018 19:12:12 +0100 Subject: [PATCH] add profile in system ands soft install --- ansible_init.yml | 0 group_vars/all | 1 + workstation.yml | 10 +--------- 3 files changed, 2 insertions(+), 9 deletions(-) create mode 100644 ansible_init.yml diff --git a/ansible_init.yml b/ansible_init.yml new file mode 100644 index 0000000..e69de29 diff --git a/group_vars/all b/group_vars/all index ce8bf86..8d1c1bc 100644 --- a/group_vars/all +++ b/group_vars/all @@ -1 +1,2 @@ ##ansible_python_interpreter: /usr/bin/python2 +username: 'vincent' \ No newline at end of file diff --git a/workstation.yml b/workstation.yml index e7aefc8..2598d6b 100644 --- a/workstation.yml +++ b/workstation.yml @@ -4,12 +4,4 @@ - system - ansible-manager - autofs - - Windows_manager - - vars_prompt: - - name: "githubuser" - prompt: "Enter your github username" - private: no - - name: "githubpassword" - prompt: "Enter your github password" - private: yes \ No newline at end of file + # - Windows_manager