diff --git a/ansible.cfg b/ansible.cfg index 8da419b..60098ac 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = inventory/hosts +inventory = hosts # (boolean) By default Ansible will issue a warning when received from a task action (module or action plugin) # These warnings can be silenced by adjusting this setting to False. ;action_warnings=True diff --git a/host_vars/server1_oracle b/host_vars/server1_oracle new file mode 100644 index 0000000..e69de29 diff --git a/roles/handlers/main.yml b/roles/handlers/main.yml new file mode 100644 index 0000000..e69de29