Project to try out patching of Linux servers.
Project to have 2 phases:
- Build basic code.
- Upload code on Github
- Ansible tower to pull code from Github repo
- CI/CD implementation.
- Jenkins to test code.
- Include Ansible linter? Ansible-test of roles? Molecule?
- How do I use Openshift containers in this one??
gather_facts = yes to collect Ansible facts. ** You can see the "raw" info as gathered by running the setup module : $ ansible -m setup
$ ansible-playbook site.yml --ask-become-pass
** To be done