remove unnecessary items from cloud_setup_basic for openstack instances
This commit is contained in:
parent
6f67286389
commit
bd83c7fd8c
1 changed files with 0 additions and 13 deletions
|
@ -1,14 +1,4 @@
|
||||||
---
|
---
|
||||||
- name: put repos on system
|
|
||||||
action: copy src=$files/common/$item dest=/etc/yum.repos.d/$item
|
|
||||||
with_items:
|
|
||||||
- epel6.repo
|
|
||||||
- rhel6.repo
|
|
||||||
only_if: '$is_rhel'
|
|
||||||
tags:
|
|
||||||
- config
|
|
||||||
|
|
||||||
|
|
||||||
- name: update all
|
- name: update all
|
||||||
action: command yum -y update
|
action: command yum -y update
|
||||||
tags:
|
tags:
|
||||||
|
@ -52,6 +42,3 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: put /dev/vda2 up as /mnt
|
|
||||||
action: mount name=/mnt src=/dev/vda2 fstype=ext3 passno=1 dump=1 state=mounted
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue