diff --git a/ansible.cfg b/ansible.cfg index a515b8f..18e86d7 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,4 @@ [defaults] inventory = ./invintory.yaml -host_key_checking = False \ No newline at end of file +host_key_checking = False +remote_user = administrator \ No newline at end of file