FF186

Results 12 comments of FF186

`video_ram` is still an issue for `Packer 1.6.2`. The option `"configuration_parameters": { "svga.vramSize": "33554432" }` is not discovered by `vsphere-clone` builder.

**Works:** ``` roles: - {role: freeipa.ansible_freeipa.ipabackup, ipabackup_name: "{{ _name }}", state: absent} - {role: freeipa.ansible_freeipa.ipabackup, state: present} ``` **Does not work:** ``` roles: - {role: freeipa.ansible_freeipa.ipabackup, state: present} - {role:...

I want to e.g backup only data, but a full backup is being made: **Creates full backup:** ``` - import_role: name: freeipa.ansible_freeipa.ipabackup vars: ipabackup_data: present state: present ``` **Data backup...

Jumping on this. `content` (under `secret_content`) is shown as *Optional*, however this is required.

freeipa.ansible_freeipa-1.12.0 ` FAILED! => {"changed": false, "msg": "Unexpected system mask: 0027, expected 0022"}`

@rjeffman, what are the consequences of changing the UMASK after installation?

I'm introducing a new replica server to existing setup, so I get following error when I try to install the new replica: ``` .... "realm": "EXAMPLE.COM", "servers": [ "192.168.1.100", "192.168.1.101"...

@t-woerner , thanks for you reply. However, I can't gain any information from running `state: verified`. I would really like to check if there's an error between the replicas. Not...

Doens't seem to work as intended, sticking to ipa CLI for now: - command: ipa-replica-manage re-initialize --from replica1.example.com args: stdin: "myPassword" delegate_to: "replica{{ item }}.example.com" loop: "{{ (range(1, groups[ipareplica] |...