Base working config

This commit is contained in:
2023-07-06 22:27:22 -04:00
parent c0031066d7
commit 57d79f3c92
3 changed files with 4 additions and 3 deletions

View File

@@ -107,7 +107,7 @@
ansible.builtin.git:
repo: https://opendev.org/openstack/openstack-ansible
dest: /opt/openstack-ansible
version: master
version: "{{ openstack_ansible_version }}"
force: true
- name: Execute bootstrap script

View File

@@ -0,0 +1,2 @@
---
openstack_ansible_version: stable/2023.1

View File

@@ -4,8 +4,7 @@ install_packages:
- chrony
- openssh-server
- sudo
- curl-minimal
- rdo-openvswitch
- curl
- NetworkManager-ovs
- '@Development tools'
openssh_private_key: !vault |