ansible-repo/playbooks/run-puppet.yml

20 lines
389 B
YAML
Raw Normal View History

2023-10-12 19:18:54 +10:00
---
- name: run it
hosts: puppets
gather_facts: no
become: yes
tasks:
- name: run 'em
community.general.puppet:
summarize: true
- name: run it 2
hosts: samehost-zero.guaranteedstruggle.host
gather_facts: no
become: yes
tasks:
- name: run this
community.general.puppet:
summarize: yes
certname: samehost-zero.guaranteedstuggle.host