Ansible Syntactic Sugar ("a2s")
latest

Contents:

  • Quickstart
    • New to Ansible
    • a2s step by step
      • Topico 1
      • Topico 2
  • Why a2s may be useful for you
    • Who are likely to NOT need a2s
      • Who don’t need to deploy changes on servers
      • Who don’t need (and do not want learn) how to automate IT
    • I’m new to IT automation
      • Ansible is a friendly IT automation tool
    • I’m new to Ansible
      • a2s as jack of all trades Ansible Role
      • a2s have great examples of common tasks
    • I’m a experienced Ansible user
      • a2s only when you have no better option
      • a2s …
    • I’m a Ansible extensions developer
      • a2s is dedicated to public domain
      • a2s …
  • Installation guides
    • Python
    • Ansible
    • Ansible Galaxy
    • Ansible Syntactic Sugar (“a2s”)
  • Philosophy
    • Overview of a2s APIs
    • Antipatterns of a2s
  • Ansible Syntactic Sugar APIs
    • Standard APIs
      • a2s_copies
      • a2s_crons
      • a2s_directories
      • a2s_etchosts
      • a2s_fetches
      • a2s_files
      • a2s_groups
      • a2s_hostname
      • a2s_mysql_dbs
      • a2s_mysql_users
      • a2s_templates
      • a2s_users
      • a2s_users[n]authorized_keys
    • Extra APIs
      • a2s_install_adminer
      • a2s_rclone
    • Devel APIs
      • a2s_devel_nginx
    • Installers
      • a2s_install_adminer
      • a2s_install_composer
      • a2s_install_composers
      • a2s_install_php
    • Groups of a2s APIs
      • a2s-devel
      • a2s-extra
      • database
      • files
      • notifications
      • packaging-languages
      • packaging-os
      • system
    • Control a2s workflow
      • a2s_except_apis
      • a2s_except_apis_groups
      • a2s_only_apis
      • a2s_only_apis_groups
  • Ansible Syntactic Sugar Constants
  • a2s Example Playbooks
    • Minimal Playbook
    • Run only these APIs playbook example
    • Playbook using several Public APIs
    • Playbook full example with Continuos Integration and testinfra
  • a2s TODO
    • Files modules
      • ini_file_module
      • unarchive_module
    • Other / Ungrouped
      • htpasswd_module
  • a2s alternatives
    • Ansible without plugins
    • suitable
    • redhat-cop/infra-ansible
Ansible Syntactic Sugar ("a2s")
  • Docs »
  • a2s TODO
  • Edit on GitHub

a2s TODO¶

Note

This page is a draft. May change later.

Files modules¶

https://docs.ansible.com/ansible/latest/modules/archive_module.html

ini_file_module¶

https://docs.ansible.com/ansible/latest/modules/ini_file_module.html

unarchive_module¶

https://docs.ansible.com/ansible/latest/modules/unarchive_module.html#unarchive-module

Other / Ungrouped¶

htpasswd_module¶

https://docs.ansible.com/ansible/latest/modules/htpasswd_module.html

Maybe these ones:

git_module https://docs.ansible.com/ansible/latest/modules/git_module.html#git-module

Next Previous

© Copyright none. Dedicated to Public Domain Revision 9958055c.

Built with Sphinx using a theme provided by Read the Docs.