Skip to content

Commit

Permalink
updating ansible README
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Dec 23, 2023
1 parent e718dba commit c263886
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c263886

Please sign in to comment.