Skip to content

gnubyte/godaddy-ansible-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Ansible Role for GoDaddy API

Installation

Just clone the repository and add the library folder to the ansible module path. For more information have a look at the ansible documentation.

Usage

- name: Install godaddypy package
  pip:
    name: godaddypy

- name: Setup dns record for dns.example.net
  godaddy_record:
    api_key: "your_api_key"
    api_secret: "your_api_secret"
    domain: "example.net"
    name: "dns"
    type: "A"
    data: "8.8.8.8"

About

Ansible Role for GoDaddy API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%