-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new ansible repo conflict extra repo
- Loading branch information
1 parent
bb90c87
commit f5c77d6
Showing
5 changed files
with
60 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[masters] | ||
fda-gdeploy[1:3] | ||
|
||
[slaves] | ||
fda-gdeploy[4:6] |
This file was deleted.
Oops, something went wrong.