copr/pulp: yamllint
This commit is contained in:
parent
8e2d9df782
commit
5ae1dba57a
1 changed files with 15 additions and 14 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
---
|
||||||
- name: check/create instance
|
- name: check/create instance
|
||||||
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
||||||
gather_facts: False
|
gather_facts: false
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
@ -51,7 +52,7 @@
|
||||||
- name: cloud basic setup
|
- name: cloud basic setup
|
||||||
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
||||||
become: true
|
become: true
|
||||||
gather_facts: True
|
gather_facts: true
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
@ -69,7 +70,7 @@
|
||||||
- name: provision instance
|
- name: provision instance
|
||||||
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
||||||
become: true
|
become: true
|
||||||
gather_facts: True
|
gather_facts: true
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
@ -85,7 +86,7 @@
|
||||||
- name: Use pulp_installer collection
|
- name: Use pulp_installer collection
|
||||||
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
||||||
become: true
|
become: true
|
||||||
gather_facts: True
|
gather_facts: true
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
- pulp.pulp_installer
|
- pulp.pulp_installer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue