Commit Graph

5 Commits

Author SHA1 Message Date
Ricardo Carrillo Cruz 78d572d99e Fix sudo/become deprecation warnings
become is the keyword to use forward instead of sudo.

Change-Id: I1e29e3c37337ba999b2e8a970b688e4ec11ea579
2016-06-06 15:12:49 +00:00
Ricardo Carrillo Cruz 5cf27e411f Refactor common and bootstrap_puppet_infra_node roles
Moving the setup of Puppetlabs apt repo and installation
of puppet packages to common role.
The bootstrap_puppet_infra_node now only configures puppet.conf
and enables the puppet agent.
2015-08-27 10:31:56 +02:00
Ricardo Carrillo Cruz 11c6c4cc1e Disable facts gathering on top-level playbooks
In the playbooks logic, the facts are not used and they are a
quite expensive operation, this speeds up execution.
2015-05-13 12:58:36 +02:00
Ricardo Carrillo Cruz 4d44f8e618 Fix comment on common.yml 2015-04-13 15:56:04 +02:00
Ricardo Carrillo Cruz 55303f4bb8 Major refactor
Decoupled several things from bootstrap roles into subroles
and added several default and group variables
2015-04-13 14:23:22 +02:00