ipsilon: let db host come from group_vars
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
parent
af66688770
commit
edea947e86
5 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@ nft_custom_rules:
|
|||
- 'add rule ip filter INPUT ip saddr 192.168.1.59 tcp dport 873 counter accept'
|
||||
ipa_host_group: ipsilon
|
||||
ipa_host_group_desc: Ipsilon SSO application
|
||||
ipsilon_db_host: "db-fas01.iad2.fedoraproject.org"
|
||||
lvm_size: 50000
|
||||
mem_size: 32768
|
||||
num_cpus: 2
|
||||
|
|
|
@ -7,6 +7,7 @@ nft_custom_rules:
|
|||
- 'add rule ip filter INPUT ip saddr 192.168.1.59 tcp dport 873 counter accept'
|
||||
ipa_host_group: ipsilon
|
||||
ipa_host_group_desc: Ipsilon SSO application
|
||||
ipsilon_db_host: "db-fas01.rdu3.fedoraproject.org"
|
||||
lvm_size: 50000
|
||||
mem_size: 32768
|
||||
num_cpus: 2
|
||||
|
|
|
@ -11,6 +11,7 @@ ipa_client_shell_groups:
|
|||
- sysadmin-noc
|
||||
ipa_client_sudo_groups:
|
||||
- sysadmin-noc
|
||||
ipsilon_db_host: "db-fas01.stg.iad2.fedoraproject.org"
|
||||
lvm_size: 20000
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
|
|
|
@ -11,6 +11,7 @@ ipa_client_shell_groups:
|
|||
- sysadmin-noc
|
||||
ipa_client_sudo_groups:
|
||||
- sysadmin-noc
|
||||
ipsilon_db_host: "db-fas01.stg.rdu3.fedoraproject.org"
|
||||
lvm_size: 20000
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
|
|
|
@ -14,9 +14,6 @@
|
|||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
vars:
|
||||
ipsilon_db_host: "db-fas01{{ env_suffix }}.iad2.fedoraproject.org"
|
||||
|
||||
roles:
|
||||
- base
|
||||
- rkhunter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue