diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..1c16bf4 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,4 @@ +[defaults] +inventory = inventory/production.yaml +collections_paths = collections +roles_path = roles diff --git a/playbooks/getting_started/os-rls.yml b/playbooks/getting_started/os-rls.yml index d78f92b..cbcf326 100644 --- a/playbooks/getting_started/os-rls.yml +++ b/playbooks/getting_started/os-rls.yml @@ -6,6 +6,6 @@ tasks: - name: Get OS release Information - command: cat {{rls_info}} + command: cat {{rls_info_path}} - name: Get Host Name command: hostname