-
# [Ansible] Roles - 호롤리한 하루
Overview 이번 포스팅에서는 Ansible의 Roles에 대해서 알아보겠습니다. Roles? 예를들어서 프로젝트를 진행한다고 했을 때 마구잡이로 프로그래밍을 하게되면 유지보수하기도, 미래에 재사용하기도 어렵습니다. 이런 문제들을 방지하기위해 코드의 구성을 체계화하고 모듈화를 시키는 것이 일반적입니다…
-
TASK [opitzconsulting.ansible_oracle.oradb_manage_grants : Manage role grants (pdb)] ******************************************************************
An exception occurred during task execution. To…
-
**Describe the Issue**
In testing this role I have been running it with the `rhel9stig_disruption_high` variable set to true against a brand new Rocky 9.4 VM. This is in an effort to identify what ma…
-
##### SUMMARY
When running the zabbix-agent role against a linux node and the `zabbix_api_create_hostgroup` or the `zabbix_api_create_host` is set to `true`, the playbook fails with the error…
-
##### SUMMARY
If I try to run `luks_device` against an already-open luks device named 'crypt00', I get a failure.
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
community.crypto.luks_devi…
-
This doesn't seem to work with the above flavors. I'm aware of the missing package, but running the setup bombs out any packages installations are attempted
```
- name: Install software requi…
-
**Is your feature request related to a problem? Please describe.**
I tried to use this role to deploy Tailscale on a Fedora 41 server, but encountered an issue because of the changes introduced in `d…
-
## Summary
Setting up a credential in the AAP GUI and then running the credentials role with the same credential configured in controller_credentials and using "update_secrets: false" rep…
-
### Summary
Hello,
when using rke2 v1.30.5+rke2r1 and rke2_cis_profile: "cis-1.23", systemd rke2-server.service cannot start because of invalid profile. The issue started with rke2 1.30+ https:/…
-
### Question
I have installed semaphore manual on a LXC container. My ansible Installation playbook is basically the process described for manual installation via deb file.
After figuring out how …