Skip to content

agx/python-foreman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

python-foreman

Python Class to communicate with Foreman via API v2.

The use case behind this Class is to configure Foreman with Python. The class can be easily used in an Ansible module so the complete infrastructure can be deployed with Ansible like done in my Ansible Library.

Documentation

Will come soon. See the example inside the bin directory.

Requirements

Python-requests is required but will be installed by setup.py.

Installation

To install the latest version with pip from Github:

pip install git+https://github.com/Nosmoht/python-foreman.git#master

To install with python (sudo could be required):

git clone https://github.com/Nosmoht/python-foreman.git
cd python-foreman
python setup.py install

How to use

See the backup for examples.

cd bin
$ ./backup_foreman.py -f foreman.example.com -p 443 -u admin -s p4ssw0rd

License

BSD

Author

Thomas Krahn

About

Python Class to communicate with Foreman via API v2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%