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: ansible.builtin.git:
repo: https://opendev.org/openstack/openstack-ansible repo: https://opendev.org/openstack/openstack-ansible
dest: /opt/openstack-ansible dest: /opt/openstack-ansible
version: master version: "{{ openstack_ansible_version }}"
force: true force: true
- name: Execute bootstrap script - 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 - chrony
- openssh-server - openssh-server
- sudo - sudo
- curl-minimal - curl
- rdo-openvswitch
- NetworkManager-ovs - NetworkManager-ovs
- '@Development tools' - '@Development tools'
openssh_private_key: !vault | openssh_private_key: !vault |