diff --git a/inventory b/inventory index 92c25ee..639396e 160000 --- a/inventory +++ b/inventory @@ -1 +1 @@ -Subproject commit 92c25eeef940519ff83c64435270e8b2cc23a9e7 +Subproject commit 639396e1b4a3fadf21c3f0382726ce20047c0969 diff --git a/playbooks/install_net_apps.ansible b/playbooks/install_net_apps.ansible new file mode 100644 index 0000000..e8b8de3 --- /dev/null +++ b/playbooks/install_net_apps.ansible @@ -0,0 +1,7 @@ +- name: Gather facts from all hosts + hosts: dev + gather_facts: true + become: true + roles: + - net_apps +# \ No newline at end of file