<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cleanup F5 configuration :: Flywheel Data Labs - Workshops</title>
    <link>http://localhost:8080/ansible_f5/8.cleanup/index.html</link>
    <description>Head back to the .gitlab-ci.yml file and add a final stage of delete, so that the section looks as follows:&#xA;stages: - registry - container - info - test - staging - delete Add the following details for the staging block to the end of the file:&#xA;delete_config: stage: delete rules: - if: &#39;$CI_COMMIT_BRANCH == &#34;delete&#34;&#39; when: manual tags: - ansible_f5 image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/ansible:latest script: - echo $ANSIBLE_VAULT_PASSWORD &gt; vault_passwd - ansible-playbook -i inventories/staging/ --vault-password-file vault_passwd bigip-delete-configuration.yml Commit the changes. This will trigger another pipeline run, but we can ignore it.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 27 Mar 2024 10:40:21 -0400</lastBuildDate>
    <atom:link href="http://localhost:8080/ansible_f5/8.cleanup/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Create branch to trigger delete</title>
      <link>http://localhost:8080/ansible_f5/8.cleanup/delete_branch/index.html</link>
      <pubDate>Wed, 27 Mar 2024 10:40:21 -0400</pubDate>
      <guid>http://localhost:8080/ansible_f5/8.cleanup/delete_branch/index.html</guid>
      <description>Next, we will create a delete branch. This is where we will be able to run the delete job in the pipeline.&#xA;First select Code, then Branches. Select the New branch button in the upper right corner and name it delete, leave main as the value in the Create from field and select Create branch.&#xA;Once the branch has been created, navigate to see the pipeline running. Like the staging phase you must manually trigger the delete job. Watch the delete job clear out the configuration on the F5.</description>
    </item>
  </channel>
</rss>