diff --git a/ansible/group_vars/all.yaml b/ansible/group_vars/all.yaml index 3080775..71a35d3 100644 --- a/ansible/group_vars/all.yaml +++ b/ansible/group_vars/all.yaml @@ -1,4 +1,6 @@ --- +# connection + ansible_connection: ssh ansible_become_method: sudo \ No newline at end of file diff --git a/ansible/host_vars/server.yaml b/ansible/host_vars/server.yaml new file mode 100644 index 0000000..6589c92 --- /dev/null +++ b/ansible/host_vars/server.yaml @@ -0,0 +1,7 @@ +--- + +# connection + +ansible_user: michael +ansible_become_user: michael +ansible_os_family: Arch \ No newline at end of file