prakhar1985
2020-03-16 0483c072b5df4c2e4b0a3ca72960aa1ead7af28d
Added git server (#1338)

1 files modified
20 ■■■■■ changed files
ansible/configs/ansible-tower-implementation/default_vars_osp.yml 20 ●●●●● patch | view | raw | blame | history
ansible/configs/ansible-tower-implementation/default_vars_osp.yml
@@ -20,15 +20,18 @@
bastion_instance_type: 2c2g30d
server_instance_type: 2c2g30d
git_instance_type: 2c2g30d
tower_instance_type: 2c4g30d
 
_image: rhel-server-7.7-update-2 
bastion_instance_image: "{{ _image }}"
server_instance_image: "{{ _image }}"
git_instance_image: "{{ _image }}"
tower_instance_image: "{{ _image }}"
tower_instance_count: 1
server_instance_count: 2
git_instance_count: 1
rootfs_size_bastion: 50
@@ -127,4 +130,21 @@
      - DefaultSG
  - name: "git"
    count: "{{git_instance_count}}"
    public_dns: false
    floating_ip: false
    image_id: "{{ git_instance_image }}"
    flavor:
      osp: "{{git_instance_type}}"
    tags:
      - key: "AnsibleGroup"
        value: "git"
      - key: "ostype"
        value: "rhel"
      - key: "instance_filter"
        value: "{{ env_type }}-{{ email }}"
    key_name: "{{key_name}}"
    security_groups:
      - DefaultSG