diff --git a/ansible.cfg b/ansible.cfg index 41e8b33..c5e7a56 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,3 +2,6 @@ roles_path=roles retry_files_enabled=no inventory=inventory +stdout_callback = yaml + +callback_whitelist = timer, profile_roles, yaml diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index cc78709..968cd10 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -32,7 +32,7 @@ ara_configuration: value: 25 repository_base: "ssh://git@github.com/robertdebock" -repository_destination: /home/robertdb/github.com/robertdebock +repository_destination: /home/robertdb/Documents/github.com/robertdebock repositories: - ansible-role-ansible diff --git a/inventory/hosts b/inventory/hosts index ea14ce4..d186e78 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -1 +1 @@ -fedora-s-2vcpu-2gb-ams3-01 ansible_host=104.248.196.21 +fedora-s-2vcpu-2gb-ams3-01 ansible_host=142.93.228.212