mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-29 17:40:08 +01:00 
			
		
		
		
	bitwarden
This commit is contained in:
		| @@ -17,6 +17,13 @@ | ||||
|       url: http://192.168.77.106:48000/ssh/id_rsa.pub | ||||
|       dest: ~/.ssh/id_rsa.pub | ||||
|       mode: '0600' | ||||
|   - name: get remote file contents | ||||
|     command: "cat {{ ansible_env.HOME }}/.ssh/id_rsa.pub" | ||||
|     register: key | ||||
|   - name: show key contents | ||||
|     debug: | ||||
|       var: key.stdout | ||||
|  | ||||
|   - name: Print | ||||
|     ansible.builtin.debug: | ||||
|       msg: "the value of foo.txt is {{ lookup('ansible.builtin.file', '/home/jd/.ssh/id_rsa.pub') }}" | ||||
		Reference in New Issue
	
	Block a user
	 jaydee
					jaydee