An open API service indexing awesome lists of open source software.

https://github.com/code-tool/puppet-keepup


https://github.com/code-tool/puppet-keepup

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# keepup

```yaml
# obtain valid api-key and choose team-datacenter slug
keepup::key: 'secret'
keepup::server: 'keepup.example.com'
keepup::info:
data_center: 'dc-01'
# be sure of uniqueness of data_center+host_ip combination
# host_ip: "%{facts.networking.fqdn}"
# host_ip: "%{hiera('my_loc_ip')}"
# default is
# host_ip: => $facts['networking']['hostname']
```