Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - cfengine.cfengine

This collection integrates CFEngine into Ansible workflows.

Quickstart

Collection installation

To install this collection, run the following command:

ansible-galaxy collection install cfengine.cfengine

Use the cfengine module

The cfengine module can be used in playbooks by adding a task like this:

- name: Install and bootstrap CFEngine
  cfengine.cfengine.cfengine:
    policy_server: hub.example.com
    version: 3.27.1

The Enterprise edition is installed by default. Use the edition option to install the Community edition instead:

- name: Install and bootstrap CFEngine Community
  cfengine.cfengine.cfengine:
    policy_server: hub.example.com
    edition: community

Check out the blog post Installing CFEngine with Ansible for a more complete example.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages