Skip to content

Commit 232ae60

Browse files
committed
Checkout the main ansible folder so that these changes are solely focused on infrastructure deployment.
1 parent 4519eab commit 232ae60

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

ansible/ansible.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ host_key_checking = False
55
pipelining = True
66
forks = 30
77
deprecation_warnings=False
8-
#inventory = inventory.yml
9-
roles_path = ../roles
10-
118

129
[ssh_connection]
1310
ssh_args = -o ControlMaster=auto -o ControlPersist=60s

ansible/vars/defaults.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
src_directory: "{{ ansible_env.HOME }}/src"
33

44
kayobe_config_repo: https://github.com/stackhpc/stackhpc-kayobe-config.git
5-
kayobe_config_version: Azimuth-MN-Workaround #stackhpc/yoga
5+
kayobe_config_version: stackhpc/yoga
66
kayobe_config_name: kayobe-config
77
kayobe_config_environment: ci-multinode
88

@@ -16,9 +16,9 @@ openstack_config_name: openstack-config
1616

1717
vault_password_path: "~/vault.password"
1818

19-
ssh_key_path: "{{ cluster_ssh_private_key_file }}"
19+
ssh_key_path:
2020

21-
#vxlan_vni:
21+
vxlan_vni:
2222

2323
root_domain: sms-lab.cloud
2424

0 commit comments

Comments
 (0)