mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 20:04:31 +00:00
- Removed the `no_swap` role and replaced it with the new `swap` role for managing swap configurations. - Updated the K3s role to dynamically detect the first available wired interface IP and validate it. - Enhanced K3s installation by adding support for disabling SELinux RPM. - Adjusted inventory and `site.yml` to align with the updated roles. - Added `.vault_pass` to `.gitignore`. - Updated Ansible configuration with result format compatibility for different versions.
18 lines
873 B
XML
18 lines
873 B
XML
<component name="RunManager">
|
|
<configuration name="Ansible: Run Site Playbook" type="ShConfigurationType">
|
|
<option name="SCRIPT_TEXT" value="ansible-playbook infrastructure/playbooks/site.yml --vault-password-file .vault_pass" />
|
|
<option name="INDEPENDENT_SCRIPT_PATH" value="true" />
|
|
<option name="SCRIPT_PATH" value="" />
|
|
<option name="SCRIPT_OPTIONS" value="" />
|
|
<option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="true" />
|
|
<option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
|
<option name="INDEPENDENT_INTERPRETER_PATH" value="true" />
|
|
<option name="INTERPRETER_PATH" value="/bin/zsh" />
|
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
<option name="EXECUTE_IN_TERMINAL" value="true" />
|
|
<option name="EXECUTE_SCRIPT_FILE" value="false" />
|
|
<envs />
|
|
<method v="2" />
|
|
</configuration>
|
|
</component>
|