Skip to content

bjorneg/ansible-role-distcc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: distcc

Build Status

Ansible role to install distcc and distccd.

Role Variables

# Should distcc be started at boot ? WARNING: put the boolean between quotes,
# as the result is used by a script on Ubuntu
distcc_start: "false"

# Networks/hosts allowed
distcc_allowed_nets:
  - "127.0.0.1"
  - "::1"

# Addresses to listen on
distcc_listener:
  - "127.0.0.1"
  - "::1"

# Nice lovel for distcc processes (leave it empty to use the default system
# value)
distcc_nice: 10

# Maximum jobs to accept (leave it empty to not set a limit)
distcc_jobs: ""

# Use zeroconf ? WARNING: put the boolean between quotes,
# as the result is used by a script on Ubuntu
distcc_zeroconf: "false"

# Hosts which will be saved in /etc/distcc/hosts
distcc_hosts:
  - "+zeroconf"
  - "127.0.0.1"

Dependencies

None

License

Tool under the BSD license. Do not hesitate to report bugs, ask me some questions or do some pull request if you want to!

About

Ansible role to setup distcc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published