system-config/playbooks/roles/run-puppet
Monty Taylor d93a661ae4 Run iptables in service playbooks instead of base
It's the only part of base that's important to run when we run a
service. Run it in the service playbooks and get rid of the
dependency on infra-prod-base.

Continue running it in base so that new nodes are brought up
with iptables in place.

Bump the timeout for the mirror job, because the iptables addition
seems to have just bumped it over the edge.

Change-Id: I4608216f7a59cfa96d3bdb191edd9bc7bb9cca39
2020-06-04 07:44:22 -05:00
..
tasks Run iptables in service playbooks instead of base 2020-06-04 07:44:22 -05:00
README.rst Use zuul checkouts of ansible roles from other repos 2020-04-30 12:39:12 -05:00

Run puppet on remote servers

Omnibus role that takes care of installing the puppet role, installing puppet and then running puppet. Uses include_role so that the installation of the puppet role can run as the first task, then the puppet role can be used in a following task.