Skip to content

ptavares/foreman_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

foreman_utils

Simple bash script to call foreman api to retrieve some information

Installation

Clone git repository

 git clone https://github.com/ptavares/foreman_utils

Configure foreman connection

Create a folder in your home:

 mkdir ~/.foreman

Create two files like below:

 cat ~/.foreman/config

url=https://foreman.ippon-hosting.net


 cat ~/.foreman/credentials

user=<user_name>
password=<password>

User must be authorized to connect to foreman API.

Execute

Run foreman.sh script to print usage

 ./foreman.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages