diff --git a/.gitignore b/.gitignore index d2c9d02fa28495fd413e42369e7034793f20adc0..42d5682063033ae4ffa2c578240d839b1072dffc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.retry *.creds -roles/ \ No newline at end of file +roles/ +.history \ No newline at end of file diff --git a/install.yaml b/install.yaml index d510a0eb1b59b490b3c9f800a2c38735b9c2758e..f78ded2ccd3bbf785b7f227fcaec4d8332f89e9c 100644 --- a/install.yaml +++ b/install.yaml @@ -25,4 +25,7 @@ - role: create_volumes_for_storage_class - name: Include kubespray tasks - include: ./kubespray/cluster.yml \ No newline at end of file + include: ./kubespray/cluster.yml + +- name: Post-install tasks + include: postinstall.yml \ No newline at end of file diff --git a/postinstall.yml b/postinstall.yml new file mode 100644 index 0000000000000000000000000000000000000000..59fc776084eb7737dac3ae67c9812cdf7efbcdd6 --- /dev/null +++ b/postinstall.yml @@ -0,0 +1,5 @@ +--- + - name: Install Operator Lifecycle Manager + hosts: bm1 + roles: + - role: operator_lifecycle_manager \ No newline at end of file diff --git a/requirements.yaml b/requirements.yaml index efea98ebcb48ac0a3fa5946224958f6f1fa9fc84..315bf006712e512025404e35aa31d2072de7e1f3 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -4,4 +4,7 @@ scm: git - src: git@git.indie.host:liiibre/infrastructure/ansible-roles/wireguard-for-canal + scm: git + +- src: git@git.indie.host:liiibre/infrastructure/ansible-roles/operator_lifecycle_manager scm: git \ No newline at end of file