diff --git a/ansible/README.md b/ansible/README.md index 00d3495..b025527 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -33,21 +33,29 @@ As you can see below we are using Ansible Facts to direct the different Operatin [filename](roles/ansible-role-example-role/tasks/main.yml ':include :type=code') +[google ads](../googleads.html ':include :type=iframe width=100% height=300px') + ## Enterprise Linux Let's have a look at Enterprise Linux (RPM YUM based) el.yml [filename](roles/ansible-role-example-role/tasks/el.yml ':include :type=code') +[google ads](../googleads.html ':include :type=iframe width=100% height=300px') + ## Debian/Ubuntu Linux Let's have a look at Debian/Ubuntu Linux (DEB based) deb.yml [filename](roles/ansible-role-example-role/tasks/deb.yml ':include :type=code') +[google ads](../googleads.html ':include :type=iframe width=100% height=300px') + ## Windows Let's have a look at Windows windows.yml [filename](roles/ansible-role-example-role/tasks/windows.yml ':include :type=code') +[google ads](../googleads.html ':include :type=iframe width=100% height=300px') + ## Molecule example Using Molecule, we can quickly test our Role or Playbook against many Operating Systems. @@ -123,6 +131,8 @@ To download community roles and playbooks from remote repositories you need a re You can then download them by using this command: `ansible-galaxy install -f -r ansible/galaxy/requirements.yml -p ansible/galaxy/roles/` +[google ads](../googleads.html ':include :type=iframe width=100% height=300px') + ## Ansible Role Example Role ## About