First one found from of
- Contents of
$ANSIBLE_CONFIG
./ansible.cfg
--- | |
- hosts: all | |
remote_user: mshaik | |
become: true | |
become_method: sudo | |
become_user: root | |
tasks: | |
- name: current task is running on {{ ansible_fqdn }} and its play1 | |
command: hostname -f |
First one found from of
$ANSIBLE_CONFIG
./ansible.cfg
######################################## | |
[root@localhost ~]# cat pv-mysql.yml | |
apiVersion: v1 | |
kind: PersistentVolume | |
metadata: | |
name: mysql-volume | |
spec: | |
capacity: | |
storage: 2Gi | |
accessModes: |