Bernd Schubert

Results 4 comments of Bernd Schubert

@yeoldegrove sorry I didn't see your request. We may have to consider a combination of service is enabled and not started as well this would reflect the original idea better...

The procedure could be like this for SLES15 SP2 and an SMT with self signed certificate: ``` wget https:///.crt --no-check-certificate cp .crt /etc/pki/trust/anchors/registration_server.pem update-ca-certificates SUSEConnect --url https:// ``` that means...

The syntax that is used for "lineinfile" from Ansible can't deal with space before and after the keyword. The regex need to be extended.

`# cat aws-move-ip.txt primitive res_AWS_IP ocf:suse:aws-vpc-move-ip \ params ip= routing_table=, interface=eth0 profile=cluster \ op start interval=0 timeout=180 \ op stop interval=0 timeout=180 \ op monitor interval=60 timeout=60`