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