main.yml 264 B

12345678910
  1. ---
  2. - name: Enable pod feature config on controlplane
  3. shell: |
  4. source ~/.onecloud_rcadmin
  5. /opt/yunion/bin/climc feature-config-pod --switch on
  6. delegate_to: "{{ k8s_controlplane_host }}"
  7. run_once: true
  8. become: true
  9. args:
  10. executable: /bin/bash