Merge "Add some in-tree ansible group vars"
This commit is contained in:
commit
3493be1916
1
playbooks/group_vars/all.yaml
Normal file
1
playbooks/group_vars/all.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
puppetmaster: puppetmaster.openstack.org
|
@ -2,4 +2,4 @@
|
|||||||
- hosts: "afs*"
|
- hosts: "afs*"
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
roles:
|
roles:
|
||||||
- { role: puppet, puppetmaster: puppetmaster.openstack.org }
|
- role: puppet
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
---
|
- hosts: '!review.openstack.org:!git0*:!afs*'
|
||||||
- hosts: "!review.openstack.org:!git0*:!afs*"
|
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
roles:
|
roles:
|
||||||
- { role: puppet, puppetmaster: puppetmaster.openstack.org }
|
- role: puppet
|
||||||
|
@ -12,13 +12,11 @@
|
|||||||
max_fail_percentage: 1
|
max_fail_percentage: 1
|
||||||
roles:
|
roles:
|
||||||
- role: puppet
|
- role: puppet
|
||||||
puppetmaster: puppetmaster.openstack.org
|
|
||||||
facts:
|
facts:
|
||||||
project_config_ref: "{{ hostvars.localhost.gitinfo.after }}"
|
project_config_ref: "{{ hostvars.localhost.gitinfo.after }}"
|
||||||
- hosts: review.openstack.org
|
- hosts: review.openstack.org
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
roles:
|
roles:
|
||||||
- role: puppet
|
- role: puppet
|
||||||
puppetmaster: puppetmaster.openstack.org
|
|
||||||
facts:
|
facts:
|
||||||
project_config_ref: "{{ hostvars.localhost.gitinfo.after }}"
|
project_config_ref: "{{ hostvars.localhost.gitinfo.after }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user