Ansible is not just for Linux. It can also be used for Windows servers automation. This article will … [Read more...] about Ansible – Configure Windows servers as Ansible Client – winrm
Ansible
Jenkins – Passing Extra variables for Ansible Playbook
Ansible Playbooks are often written with many extra variables to pass the human inputs. In Ansible … [Read more...] about Jenkins – Passing Extra variables for Ansible Playbook
Ansible Engine – Run Playbook using Jenkins – GUI
Can't afford Ansible Tower? Worried about AWX stability (Open Source Ansible Tower's upstream … [Read more...] about Ansible Engine – Run Playbook using Jenkins – GUI
Ansible Tower / AWX – Installing & Configuring Tower-cli
Tower-CLI (tower-cli) is a command line tool for managing Ansible Tower/AWX. It allows Tower … [Read more...] about Ansible Tower / AWX – Installing & Configuring Tower-cli
Ansible Tower / AWX – Trigger Ansible Job using REST API
Ansible AWX / Ansible Tower supports RESTfull API calls. It provides greater flexibility that you no … [Read more...] about Ansible Tower / AWX – Trigger Ansible Job using REST API
Ansible Tower / AWX – Passing Variables using SURVEY (extra-vars)
Ansible Tower's Survey one of the cool feature which can be used to populate the variables every … [Read more...] about Ansible Tower / AWX – Passing Variables using SURVEY (extra-vars)
Ansible Tower / AWX – Creating SCM Git Project in Ansible
Ansible playbooks and roles must be kept in the Git repositories. Git provides a great mechanism to … [Read more...] about Ansible Tower / AWX – Creating SCM Git Project in Ansible
Ansible Tower / AWX – Creating Workflow Template
Ansible workflow combines one or more resources links together in a sequence of disparate resources … [Read more...] about Ansible Tower / AWX – Creating Workflow Template
Ansible Tower / AWX – Configuring Role Based Access (RBAC)
Ansible Tower/ AWX offers role-based access control for templates and workflows. It provides an … [Read more...] about Ansible Tower / AWX – Configuring Role Based Access (RBAC)
Ansible Tower / AWX – Creating New Job Template
Ansible Job template is used to incorporate the playbook in the web interface. Before start creating … [Read more...] about Ansible Tower / AWX – Creating New Job Template