skip to Main Content

ansible with solidfire for netapp – CentOS

I have a sample netapp playbook --- - hosts: all gather_facts: False become: yes become_user: root become_method: sudo tasks: - name: Start restore na_elementsw_snapshot_restore: hostname: "{{ip_adr}}" username: "{{username}}" password: "" account_id: ansible-1 src_snapshot_id: snapshot_20171021 src_volume_id: volume-playarea dest_volume_name: dest-volume-area and this…

VIEW QUESTION

Memcached – Testing Ansible roles in Drone CI, systemd services not working

When testing Ansible roles, my systemd services fail to startup. This is the error I get, TASK [memcached : Packages Present] ******************************************** changed: [localhost] => (item=[u'memcached', u'libmemcached']) TASK [memcached : Service Enabled] ********************************************* fatal: [localhost]: FAILED! => {"changed": false, "msg":…

VIEW QUESTION
Back To Top
Search