Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

client

This role registers Ubuntu Landscape clients.

Requirements

No requirements.

Role Variables

Variable Default Description
client_computer_title FQDN Computer title within Landscape
client_landscape_server - Landscape server to register to
client_landscape_ssl /etc/landscape/landscape_server.pem Landscape server SSL public key
client_account_name standalone Account name used for registration
client_tags - Optional tags for the client
client_registration_key - Key for registration

Dependencies

No dependencies.

Example Playbook

Refer to the following example:

- hosts: clients
  roles:
    - role: stdevel.landscape.client
      client_landscape_server: sgiertz.robots.loc

Set additional variables if required, e.g.:

---
- hosts: my-client
  roles:
    - role: stdevel.landscape.client
      client_landscape_server: gugugaga.pinkepank.loc
      client_computer_title: 'my-client.pokemans.loc'

License

GPL 3.0

Author Information

Christian Stankowic ([email protected])