Skip to content

Commit

Permalink
new ansible repo conflict extra repo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsimcall committed Aug 8, 2018
1 parent bb90c87 commit f5c77d6
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 9 deletions.
5 changes: 3 additions & 2 deletions gluster-install-rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
repos:
repo_list:
- rhel-7-server-rpms
- rhel-7-server-extras-rpms
# - rhel-7-server-extras-rpms
- rhel-7-server-optional-rpms
- rhel-7-server-ansible-2-rpms
- rhel-ha-for-rhel-7-server-rpms
- rh-gluster-3-for-rhel-7-server-rpms
- rh-gluster-3-nfs-for-rhel-7-server-rpms
Expand Down Expand Up @@ -102,7 +103,7 @@

- name: Install gluster, NFS-Ganesha and gstatus
yum:
name: redhat-storage-server,glusterfs-ganesha,gstatus
name: redhat-storage-server,glusterfs-ganesha,gdeploy,gstatus
state: latest

- name: Install Samba
Expand Down
2 changes: 1 addition & 1 deletion iad.lab/ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[defaults]
retry_files_enabled = False
forks = 6
inventory = ./inventory
#inventory = ./inventory
nocows = 1
51 changes: 51 additions & 0 deletions iad.lab/fda-gdeploy-vars.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Consider changing dict so it looks like this https://everythingshouldbevirtual.com/creating-vsphere-vms-using-ansible/
---
rhvCluster: Default
templateName: rhel75
instanceType: Medium
#storageDomain: ssd-vmstore
storageDomain: nfs-10Gb
dnsServer: 10.15.168.14
vm_root_password: redhat1
ssh_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1vfRWODjNpS45BwAD864B1ezqIOb5fxCjnOwsgx/p8QchwWQhIUeC+PAUBI/QJ/nzX2pUOx0erNu8wuQRobOMxmYmsIyeuIIkBSJxffeFm4Cuy0glgkNR5ry90AHabO7bvXoY1q2QJ6sdkMeh2r1b/tx+2KFBOpe6v2HAcBpS+srl/fpdOV0GK2HNC0DsHz/2/me2hQ9gNIBOrb/Y7TJL5GcmbbHeteW4g648w1771El6r+JugmwlJ7/B/Jw5b4StpJmYQq0s1x9TJnqXO1kZGZ1YDrUEF25ZxkLZxmLxwD8hUDVbaeCAjbNQCe5OXc3wl96VvwXsPE2d838DBUTL jcall@home.lab

vms:
fda-gdeploy1:
nic1:
ipaddress: dhcp
fda-gdeploy2:
nic1:
ipaddress: dhcp
fda-gdeploy3:
nic1:
ipaddress: dhcp
fda-gdeploy4:
nic1:
ipaddress: dhcp
fda-gdeploy5:
nic1:
ipaddress: dhcp
fda-gdeploy6:
nic1:
ipaddress: dhcp

disks_size: 10GiB
disks:
- name: fda-gdeploy1
id:
- 1
- name: fda-gdeploy2
id:
- 1
- name: fda-gdeploy3
id:
- 1
- name: fda-gdeploy4
id:
- 1
- name: fda-gdeploy5
id:
- 1
- name: fda-gdeploy6
id:
- 1
5 changes: 5 additions & 0 deletions iad.lab/fda-gdeploy.inv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[masters]
fda-gdeploy[1:3]

[slaves]
fda-gdeploy[4:6]
6 changes: 0 additions & 6 deletions iad.lab/inventory

This file was deleted.

0 comments on commit f5c77d6

Please sign in to comment.