All Downloads are FREE. Search and download functionalities are using the official Maven repository.

deliver8r-fixtures.playbook.yml Maven / Gradle / Ivy

Go to download

From the packer project https://github.com/hashicorp/packer/blob/master/test/fixtures

The newest version!
#
# 
#
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
#
# 
# 
#

---
- name: A demo to run ansible in a docker container
  hosts: all
  tasks:
    - name: Add a file to root's home dir
      copy:
        dest: /root/foo
        content: Hello World!
        owner: root




© 2015 - 2025 Weber Informatics LLC | Privacy Policy