File tree 1 file changed +0
-40
lines changed
1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change 66
66
state : latest
67
67
install_recommends : true
68
68
69
- # - name: Installing filecloud
70
- # apt:
71
- # name: filecloud
72
- # state: latest
73
- # environment:
74
- # ACCEPT_EULA: Y
75
-
76
- # - name: Remove directory install
77
- # file:
78
- # path: /var/www/html/install/
79
- # state: absent
80
-
81
- # - name: Change ownership of a directory
82
- # ansible.builtin.file:
83
- # path: /root/
84
- # state: directory
85
- # recurse: yes
86
- # owner: root
87
- # group: root
88
-
89
- # - name: Generating Filecloud admin password
90
- # shell: openssl rand -hex 24
91
- # register: adminpassword
92
-
93
- # - debug:
94
- # var: adminpassword.stdout
95
-
96
- # - name: Storing Filecloud Admin login Credentials
97
- # copy:
98
- # dest: "/root/.filecloud_admin_credentials"
99
- # content: |
100
- # username = admin
101
- # password = "{{ adminpassword.stdout }}"
102
-
103
- # - name: Replacing Admin Password
104
- # replace:
105
- # path: /var/www/html/config/cloudconfig.php
106
- # regexp: '"password"'
107
- # replace: '"{{ adminpassword.stdout }}"'
108
-
109
69
- name : Creating a directory for shell script
110
70
ansible.builtin.file :
111
71
path : /opt/cloudstack
You can’t perform that action at this time.
0 commit comments