Cloud Services

DevOps Intelligence

Ansible
Published On Oct 15, 2024 - 12:03 PM

Ansible

Ansible is a simple IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs.
Designed for multi-tier deployments, Ansible models your IT infrastructure by describing all of your system's inter-relations, rather than just managing one system at a time. It uses no agents and no additional custom security infrastructure, so it's easy to deploy and, most importantly, it uses a simple language (YAML, in the form of Ansible Playbooks).

Configuring Ansible for DevOps Intelligence

DevOps Intelligence supports Ansible. For DevOps Intelligence to pull data from Ansible Tower, you must configure an Ansible account. The following list contains the elements you must address to configure ansible properly:
  • Access Rights: The account should have, at a minimum, read privilege for the job templates and jobs you intend to synchronize.
  • The Application requires the following information:
    • Name:
      Local account name. It could be any string and is used only for reference.
    • User:
      Username for Ansible Tower. The userID with which user logged in to Ansible Tower.
    • Token:
      Personal access token. It can be generated from the following menu selection within Ansible Tower: Users
      ->
      Select a User
      ->
      Token
      ->
      [+]. The personal access token requires application configuration in accordance with the following procedure:
  1. Go to Applications.
  2. Click
    +
    .
  3. Add the information details.
  4. Select
    Save
    .
  5. Create a token for the user:
    1. Select User
    2. Select Token
    3. Select the plus (+) icon
  6. Select
    Save
    . A new window displays the Token created for you.
  7. The credentials screen requires the following information:
    1. Name:
      any name (eg: Ansible)
    2. Host:
      hostname (eg: http://dash-ansible.com)
    3. User:
      username or ansible server (eg:Admin)
    4. Token:
      your personal access token (eg: abxffgjskghaj)
With regard to the
VerifySSLCertificate
option, you must determine whether the Ansible service should verify the certificate of the remote Ansible Tower. The default value is (value e.g. yes, verify, ignore). Toggle this option to (value) when the remote Ansible Tower uses a self-signed or untrusted certificate.
Do you have two minutes for a quick survey?
Take Survey