bodsch / ansible-ansible

ansible role to install ... ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: ansible

Ansible role to install and configure ansible on various linux systems.

GitHub Workflow Status GitHub issues GitHub release (latest by date) Ansible Downloads

Requirements & Dependencies

Operating systems

Tested on

  • Arch Linux
  • Debian based
    • Debian 10 / 11 / 12
    • Ubuntu 20.10 / 22.04

RedHat-based systems are no longer officially supported! May work, but does not have to.

Configuration

ansible_config:
  system:
    defaults: {}
    privilege_escalation: {}
    persistent_connection: {}
    connection: {}
    colors: {}
    selinux: {}
    diff: {}
    galaxy: {}
    inventory: {}
    netconf_connection: {}
    paramiko_connection: {}
    jinja2: {}
    tags: {}
    runas_become_plugin: {}
    su_become_plugin: {}
    sudo_become_plugin: {}
    callback_tree: {}
    ssh_connection: {}
    winrm: {}
    inventory_plugins: {}
    inventory_plugin_script: {}
    inventory_plugin_yaml: {}
    url_lookup: {}
    powershell: {}
    vars_host_group_vars: {}
  users: 
    - name: foo
      defaults: {}
      privilege_escalation: {}
      persistent_connection: {}
      connection: {}
      colors: {}
      selinux: {}
      diff: {}
      galaxy: {}
      inventory: {}
      netconf_connection: {}
      paramiko_connection: {}
      jinja2: {}
      tags: {}
      runas_become_plugin: {}
      su_become_plugin: {}
      sudo_become_plugin: {}
      callback_tree: {}
      ssh_connection: {}
      winrm: {}
      inventory_plugins: {}
      inventory_plugin_script: {}
      inventory_plugin_yaml: {}
      url_lookup: {}
      powershell: {}
      vars_host_group_vars: {}

Contribution

Please read Contribution

Development, Branches (Git Tags)

The master Branch is my Working Horse includes the "latest, hot shit" and can be complete broken!

If you want to use something stable, please use a Tagged Version!

Author

  • Bodo Schulz

License

Apache

FREE SOFTWARE, HELL YEAH!

About

ansible role to install ... ansible

License:Apache License 2.0


Languages

Language:Jinja 59.7%Language:Python 34.3%Language:Shell 5.2%Language:Makefile 0.8%