Ansible role to manage Gandi resources
Go to file
Luke Murphy 7bd6517cab
continuous-integration/drone/push Build is passing Details
Add requirements documentation
2020-03-28 16:58:23 +01:00
library Bootstrapping with python support files 2020-03-28 16:49:11 +01:00
test Add fake test to pass for tox 2020-03-28 16:50:35 +01:00
.drone.yml Bootstrapping with python support files 2020-03-28 16:49:11 +01:00
.gitignore Bootstrapping with python support files 2020-03-28 16:49:11 +01:00
LICENSE GPL that sucker 2020-03-28 01:04:31 +01:00
README.md Add requirements documentation 2020-03-28 16:58:23 +01:00
mypy.ini Bootstrapping with python support files 2020-03-28 16:49:11 +01:00
play.yml Add init for new library 2020-03-28 01:01:56 +01:00
pyproject.toml Bootstrapping with python support files 2020-03-28 16:49:11 +01:00
requirements.txt Add init for new library 2020-03-28 01:01:56 +01:00
setup.cfg Bootstrapping with python support files 2020-03-28 16:49:11 +01:00
tox.ini Bootstrapping with python support files 2020-03-28 16:49:11 +01:00

README.md

autonomic.gandi

Build Status

Ansible libraries for manging Gandi resources.

Requirements

$ pip install ansible==2.6.9 gandi.cli==1.5

These should be present on the localhost where you run Ansible.

Usage

Include an entry in your requirements.yml like so.

- src: https://git.autonomic.zone/autonomic-cooperative/autonomic.gandi
  version: 0.0.1
  name: autonomic.gandi

See the releases for which is the latest version.

Then make sure to download the role with ansible-galaxy install -r requirements.yml.

Roadmap

  • DNS entries
    • Create
    • Update
    • Delete